X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FDVBAdapter%2Ffrontend.cc;h=26f433677cbd676b9214466f1d224032d97cab0f;hb=5d7f7add811bc8fa87b91653811583f9593aeea2;hp=185991f01bd7a3cd5a44437e3832917fa0c5a7f9;hpb=739eecfbeffc911e700660864ff1d7f05c6283d0;p=senf.git diff --git a/Examples/DVBAdapter/frontend.cc b/Examples/DVBAdapter/frontend.cc index 185991f..26f4336 100644 --- a/Examples/DVBAdapter/frontend.cc +++ b/Examples/DVBAdapter/frontend.cc @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Thorsten Horstmann +// 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 @@ -32,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";