|
DUECA/DUSIME
|
Common base class for DataWriter instantiations. More...
#include <DataWriter.hxx>

Protected Member Functions | |
| DataWriterBase (ChannelWriteToken &token, const DataTimeSpec &ts) | |
| Constructor. | |
| void | releaseAccess (void *data_ptr) |
| Releasing the read access means that the data will be made accessible for reading. | |
| void | baseCheckAccess (uint32_t magic) |
| Verify the magic number and validity for access. | |
Protected Attributes | |
| ChannelWriteToken & | token |
| Access to the channel. | |
| DataTimeSpec | ts |
| Time specification to be used. | |
Common base class for DataWriter instantiations.
|
inlineprotected |
Constructor.
| token | Token of the channel to be written to |
| ts | Time for writing |
|
inlineprotected |
Releasing the read access means that the data will be made accessible for reading.
| data_ptr | Pointer for passing the data |
|
inlineprotected |
Verify the magic number and validity for access.
| magic | magic number, must match the data type magic number |
| InvalidChannelAccessReturn,if | the magic is not correct or the token is not valid. |