#include <Karto.h>
Public Member Functions | |
void | AddCustomData (CustomData *pCustomData) |
const CustomDataVector & | GetCustomData () const |
const Name & | GetSensorName () const |
kt_int32s | GetStateId () const |
kt_double | GetTime () const |
kt_int32s | GetUniqueId () const |
void | SetStateId (kt_int32s stateId) |
void | SetTime (kt_double time) |
void | SetUniqueId (kt_int32u uniqueId) |
virtual | ~SensorData () |
Public Member Functions inherited from karto::Object | |
virtual const char * | GetClassName () const =0 |
const Name & | GetName () const |
virtual kt_objecttype | GetObjectType () const =0 |
AbstractParameter * | GetParameter (const std::string &rName) const |
virtual ParameterManager * | GetParameterManager () |
const ParameterVector & | GetParameters () const |
Object () | |
Object (const Name &rName) | |
template<typename T > | |
void | SetParameter (const std::string &rName, T value) |
virtual | ~Object () |
Protected Member Functions | |
SensorData (const Name &rSensorName) | |
Protected Member Functions inherited from karto::NonCopyable | |
NonCopyable () | |
virtual | ~NonCopyable () |
Private Member Functions | |
const SensorData & | operator= (const SensorData &) |
SensorData (const SensorData &) | |
Private Attributes | |
CustomDataVector | m_CustomData |
Name | m_SensorName |
kt_int32s | m_StateId |
kt_double | m_Time |
kt_int32s | m_UniqueId |
SensorData is a base class for all sensor data
|
protected |
Construct a SensorData object with a sensor name
|
private |
Restrict the copy constructor
|
inline |
Add a CustomData object to sensor data
pCustomData |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Restrict the assignment operator
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |