INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydroiceutil::EventJob Class Reference
Inherits hydroiceutil::Job.
Detailed DescriptionA special job which simply sends an event to the specified event receiver. By convention, the event receiver does not take much time processing the event. Constructor & Destructor Documentation
Constructor with an event. Optional signature may contain the sender and receiver of the event. If supplied, this information will be displayed when toString() is called. This is very useful for debuging, e.g. when the event is not excepted. Member Function Documentation
Sends event of specified type to the receiver. Throws gbxutilacfr::Exception if the receiver does not accept the event. Implements hydroiceutil::Job. References _warnDurationUs, hydroiceutil::EventReceiver::event(), hydroiceutil::now(), and toString(). Member Data Documentation
EXPERIMENTAL! Note that access to this variable is not thread-safe. Issue warning if event processing takes longer than this many microseconds. Duration is not measured and no warnings are issued if this value is negative (default). Referenced by execute(). The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)