#include <distypes.h>
Public Member Functions | |
| Tag (double tagValue=0.0) | |
| Constructor. | |
| size_t | EncodedLength () const |
| Returns the encoded length of this object. | |
| void | Encode (char *buf) const |
| Encodes this object into the specified buffer. | |
| void | Decode (const char *buf) |
| Decodes the values contained in the specified buffer. | |
| void | SetTag (double tagValue) |
| Sets the value of the Tag. | |
| double | GetTag () const |
| Returns the value of the Tag. | |
| dtHLAGM::Tag::Tag | ( | double | tagValue = 0.0 |
) |
| size_t dtHLAGM::Tag::EncodedLength | ( | ) | const |
Returns the encoded length of this object.
| void dtHLAGM::Tag::Encode | ( | char * | buf | ) | const |
Encodes this object into the specified buffer.
| buf | the buffer to contain the encoded object |
| void dtHLAGM::Tag::Decode | ( | const char * | buf | ) |
Decodes the values contained in the specified buffer.
| buf | the buffer containing the encoded object |
| void dtHLAGM::Tag::SetTag | ( | double | tagValue | ) |