RTXI  2.4
The Real-Time eXperiment Interface Documentation
Public Member Functions
Event::RTHandler Class Reference

#include <event.h>

Inheritance diagram for Event::RTHandler:
Inheritance graph
Collaboration diagram for Event::RTHandler:
Collaboration graph

Public Member Functions

 RTHandler (void)
 
virtual ~RTHandler (void)
 
virtual void receiveEventRT (const Object *event)
 
- Public Member Functions inherited from RT::List< T >::Node
 Node (void)
 
virtual ~Node (void)
 
bool operator== (const Node &x) const
 

Detailed Description

Object that is signaled when a realtime event is posted.

See also
Event::Manager::postEventRT()

Definition at line 282 of file event.h.

Constructor & Destructor Documentation

◆ RTHandler()

Event::RTHandler::RTHandler(void )

Definition at line 62 of file event.cpp.

Here is the call graph for this function:

◆ ~RTHandler()

Event::RTHandler::~RTHandler(void )
virtual

Definition at line 67 of file event.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ receiveEventRT()

void Event::RTHandler::receiveEventRT(const Objectevent)
virtual

Function that is called in realtime everytime a realtime event is posted.

Parameters
nameThe the event being posted.
See also
Event::Object
Event::Manager::postEventRT()

Reimplemented in DataRecorder::Panel.

Definition at line 72 of file event.cpp.


The documentation for this class was generated from the following files: