|
DUECA/DUSIME
|
Base class for the DataReader derived templates. More...
#include <DataReaderBase.hxx>


Protected Member Functions | |
| DataReaderBase (ChannelReadToken &token, const DataTimeSpec &t_request) | |
| Constructor. | |
Protected Attributes | |
| ChannelReadToken & | token |
| Reference to the channel access token. | |
| DataTimeSpec | t_request |
| Time span or point requested. | |
| DataTimeSpec | ts_data |
| Time specification as realised. | |
| GlobalId | data_origin |
| Data origin. | |
| bool | firstaccess |
| First access flag. | |
Friends | |
| class | DataReaderBaseAccess |
| Let access objects manipulate my private/protected parts. | |
Base class for the DataReader derived templates.
This keeps common data for the DataReader, and accesses the data by means of a void pointer.