#include <CORBASink.h>
Inheritance diagram for ot::CORBASink:


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Public Attributes | |
| OT_CORBA::Node_var | corba_sink |
| CORBA Node (sink) object associated with this node. | |
| int | frequency |
| frequency of updates | |
| int | cycle |
Protected Member Functions | |
| CORBASink () | |
| CORBASink (OT_CORBA::Node_var corba_sink_, int frequency_) | |
| virtual | ~CORBASink () |
Friends | |
| class | CORBAModule |
|
|
|
|
||||||||||||
|
constructor method,sets commend member
|
|
|
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
Reimplemented from ot::Node. |
|
||||||||||||
|
this method notifies the object that a new event was generated. It writes the event value out to the file and passes it on to its parent.
Reimplemented from ot::Node. Reimplemented in ot::CORBATransform. |
|
|
Reimplemented in ot::CORBATransform. |
|
|
CORBA Node (sink) object associated with this node.
|
|
|
|
|
|
frequency of updates
|
1.4.6