|
cisst-saw
|
#include <mtsStateTable.h>
Public Member Functions | |
| Accessor (const mtsStateTable &table, mtsStateDataId id, const mtsStateArray< value_type > *history, value_ref_type *data) | |
| void | ToStream (std::ostream &outputStream, const mtsStateIndex &when) const |
| bool | Get (const mtsStateIndex &when, value_type &data) const |
| const value_type * | GetPointer (const mtsStateIndex &when) const |
| bool | Get (const mtsStateIndex &when, mtsGenericObject &data) const |
| bool | GetLatest (value_type &data) const |
| bool | GetLatest (mtsGenericObject &data) const |
| bool | GetDelayed (value_type &data) const |
| bool | GetDelayed (mtsGenericObject &data) const |
| void | SetCurrent (const value_type &data) |
Public Member Functions inherited from mtsStateTable::AccessorBase | |
| AccessorBase (const mtsStateTable &table, mtsStateDataId id) | |
| virtual | ~AccessorBase () |
Additional Inherited Members | |
Protected Attributes inherited from mtsStateTable::AccessorBase | |
| const mtsStateTable & | Table |
| mtsStateDataId | Id |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements mtsStateTable::AccessorBase.
1.8.6