![]() |
MAK Data Logger API Documentation for HLA
|
Collaboration diagram for DtAttributeHistory:Public Member Functions | |
| DtAttributeHistory (DtDatatypeManager &dm) | |
| Constructor. | |
| virtual | ~DtAttributeHistory () |
| Destructor. | |
| virtual DtStringTree * | createStringTree (const DtDatatypeFedNode *omtNode, int lookback=0) |
| Create a string tree for this attribute. | |
| virtual int | getStringTreeCount (int lookback=0) |
| Get the string tree count for this attribute. | |
| virtual int | getByteStreamCount (int lookback=0) |
| Get the byte stream count for this attribute. | |
| virtual void * | getByteStream (int lookback=0) |
| Set/Get the byte stream. | |
| virtual void | setByteStream (const void *buffer, int length) |
| Set/Get the byte stream. | |
| virtual void | setParentObject (DtObjectHistory *) |
| Set/Get the parent object. | |
| virtual DtObjectHistory * | parentObject () |
| Set/Get the parent object. | |
Protected Attributes | |
| Q3PtrList< SingleAttribute > | myHistory |
| DtObjectHistory * | myObject |
| DtDatatypeManager & | myDatatypeManager |
| DtAttributeHistory::DtAttributeHistory | ( | DtDatatypeManager & | dm | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Create a string tree for this attribute.
|
virtual |
Set/Get the byte stream.
|
virtual |
Get the byte stream count for this attribute.
|
virtual |
Get the string tree count for this attribute.
|
virtual |
Set/Get the parent object.
|
virtual |
Set/Get the byte stream.
|
virtual |
Set/Get the parent object.
|
protected |
|
protected |
|
protected |