X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIdleEvent.hh;h=593b1006cc501fb02f9e029185da74773f3722b7;hb=69255c0f1669fc80b0e4a2bf524715f336b127ad;hp=1b7fc2d00dbcd39fcda470fa31d64293ad19ed98;hpb=7231c220a7332754de3d16e4e8aacd5dbd31c501;p=senf.git diff --git a/PPI/IdleEvent.hh b/PPI/IdleEvent.hh index 1b7fc2d..593b100 100644 --- a/PPI/IdleEvent.hh +++ b/PPI/IdleEvent.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -39,6 +39,8 @@ namespace ppi { An IdleEvent is signaled continually and repeatedly while enabled. It will consume 100% of available CPU resources. The resource usage is controlled by adequate event throttling. + + \ingroup event_group */ class IdleEvent : public EventImplementation<>