X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FDVBAdapter%2Ffrontend.cc;h=26f433677cbd676b9214466f1d224032d97cab0f;hb=61b2e2ea5cb50df90931acf3fcd840493ba762a9;hp=f29190548f0c14f275fa2312af5d8d7ce44479cf;hpb=65066c0e037d1de437d6121903e1dd511b41e940;p=senf.git diff --git a/Examples/DVBAdapter/frontend.cc b/Examples/DVBAdapter/frontend.cc index f291905..26f4336 100644 --- a/Examples/DVBAdapter/frontend.cc +++ b/Examples/DVBAdapter/frontend.cc @@ -1,9 +1,9 @@ -// $Id: ULEdec.cc 327 2007-07-20 10:03:44Z tho $ +// $Id$ // -// Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Thorsten Horstmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -22,19 +22,7 @@ #include #include -#include -#include -#include -#include - -#include "Scheduler/Scheduler.hh" -#include "Packets/DefaultBundle/EthernetPacket.hh" -#include "Packets/MPEGDVBBundle/DatagramSection.hh" -#include "Utils/membind.hh" -#include "Socket/DVBFrontendHandle.hh" -#include "Packets/ParseInt.hh" -#include "Packets/Packet.hh" -#include "Packets/PacketData.hh" +#include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// @@ -44,7 +32,7 @@ int main(int argc, char const * argv[]) try { senf::DVBFrontendHandle handle; int16_t strength; - + while (true) { handle.protocol().signalStrength(&strength); std::cout << "signal strength: " << strength << "\n"; @@ -57,7 +45,6 @@ int main(int argc, char const * argv[]) return 0; } - ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_