X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIdleEvent.hh;h=6a7051092d4f97f35660c0c3622f839788155feb;hb=d8c2d9d478b8808e5b76e4688aea4f840b6a1df7;hp=3064380021e9a29ada1069f6cf97847902fa7fc5;hpb=0327b3f303ea2a61d44a30bfaac022874dcf2a0d;p=senf.git diff --git a/PPI/IdleEvent.hh b/PPI/IdleEvent.hh index 3064380..6a70510 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) +// Copyright (C) 2007 +// 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 @@ -35,6 +35,13 @@ namespace senf { namespace ppi { + /** \brief Continually signaled event + + 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<> {