Robox Library for Cpp: BCC/31 module 1.0.0
RLibCpp BCC/31 protocol implementation
List of all members
WriteData Class Reference

The data for the Monitor::write(MonitorStruct::WriteData &) method. More...

#include <monitor.h>

Inheritance diagram for WriteData:
BaseData

Additional Inherited Members

- Public Member Functions inherited from BaseData
virtual ~BaseData ()
 The destructor.
 
Variable::Data::PtrVector::PtrPtrVectorvalues ()
 Get the list of pointers to list of pointers variable data values.
 
void setValues (const Variable::Data::PtrVector::PtrPtrVector &value)
 Set the list of pointers to list of pointers variable data values.
 
void copyFrom (BaseData &src)
 Performs a deep copy (i.e. clone) of the data from src
 
void clear ()
 Clears the storage.
 

Detailed Description

The data for the Monitor::write(MonitorStruct::WriteData &) method.

See also
Monitor::write(MonitorStruct::WriteData &)