Base class for service objects that can handle DCO data in channels.
More...
Base class for service objects that can handle DCO data in channels.
◆ operator()() [1/2]
virtual bool dueca::DCOFunctor::operator() |
( |
const void * |
dpointer, |
|
|
const DataTimeSpec & |
ts |
|
) |
| |
|
virtual |
function base, with const pointer (for channel reading)
- Parameters
-
dpointer | Pointer to the data object |
ts | Time specification for which writing to be done |
- Returns
- True if the read/inspect operation was successful
◆ operator()() [2/2]
virtual bool dueca::DCOFunctor::operator() |
( |
void * |
dpointer | ) |
|
|
virtual |
function base, updates data object
- Parameters
-
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 |
- Returns
- True if writer successful
The documentation for this class was generated from the following file:
- /usr/src/packages/BUILD/dueca/DCOFunctor.hxx