RTXI 2.4 The Real-Time eXperiment Interface Documentation |
#include <rt.h>
Public Member Functions | |
Device (void) | |
virtual | ~Device (void) |
virtual void | read (void) |
virtual void | write (void) |
bool | getActive (void) const |
void | setActive (bool) |
![]() | |
Node (void) | |
virtual | ~Node (void) |
bool | operator== (const Node &x) const |
Base class for devices that are to interface with System.
RT::Device::Device | ( | void | ) |
| virtual |
Reimplemented in DAQ::Device.
Definition at line 125 of file rt.cpp.
| inlinevirtual |
Function called by the realtime task at the beginning of each period.
Reimplemented in AnalogyDevice, and PerformanceMeasurement::Panel.
void RT::Device::setActive | ( | bool | state | ) |
| inlinevirtual |
Function called by the realtime task at the end of each period.
Reimplemented in PerformanceMeasurement::Panel, and AnalogyDevice.