#include <distypes.h>
Public Member Functions | |
| AttachedParts (unsigned int station=0) | |
| Constructor. | |
| AttachedParts (unsigned int station, const EntityType &storeType) | |
| 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 | SetStation (unsigned int station) |
| Sets the part station. | |
| unsigned int | GetStation () const |
| Returns the part station. | |
| void | SetStoreType (const EntityType &storeType) |
| Sets the store type. | |
| const EntityType & | GetStoreType () const |
| Returns the store type. | |
| bool | IsEqual (const AttachedParts &other) const |
| Returns true this equals another AttachParts object. | |
| dtHLAGM::AttachedParts::AttachedParts | ( | unsigned int | station = 0 |
) |
Constructor.
| station | the part station |
| dtHLAGM::AttachedParts::AttachedParts | ( | unsigned int | station, | |
| const EntityType & | storeType | |||
| ) |
Constructor.
| station | the part station | |
| storeType | the store type |
| size_t dtHLAGM::AttachedParts::EncodedLength | ( | ) | const |
Returns the encoded length of this object.
| void dtHLAGM::AttachedParts::Encode | ( | char * | buf | ) | const |
Encodes this object into the specified buffer.
| buf | the buffer to contain the encoded object |
| void dtHLAGM::AttachedParts::Decode | ( | const char * | buf | ) |
Decodes the values contained in the specified buffer.
| buf | the buffer containing the encoded object |
| void dtHLAGM::AttachedParts::SetStation | ( | unsigned int | station | ) |
Sets the part station.
| station | the part station |
| unsigned int dtHLAGM::AttachedParts::GetStation | ( | ) | const |
Returns the part station.
| void dtHLAGM::AttachedParts::SetStoreType | ( | const EntityType & | storeType | ) |
Sets the store type.
| storeType | the store type |
| const EntityType & dtHLAGM::AttachedParts::GetStoreType | ( | ) | const |
Returns the store type.
| bool dtHLAGM::AttachedParts::IsEqual | ( | const AttachedParts & | other | ) | const |
Returns true this equals another AttachParts object.