|
DUECA/DUSIME
|
Base class for service objects that can handle DCO data in channels. More...
#include <DCOFunctor.hxx>

Public Member Functions | |
| DCOFunctor () | |
| Constructor. | |
| virtual | ~DCOFunctor () |
| Destructor. | |
| virtual bool | operator() (const void *dpointer, const DataTimeSpec &ts) |
| function base, with const pointer (for channel reading) | |
| virtual bool | operator() (void *dpointer) |
| function base, updates data object | |
Base class for service objects that can handle DCO data in channels.
|
virtual |
function base, with const pointer (for channel reading)
| dpointer | Pointer to the data object |
| ts | Time specification for which writing to be done |
function base, updates data object
| dpointer | Is filled with a new data object having a copy of the latest data point in the channel, or a blank copy if this is the first write. Update/overwrite this data |