|
| static void | Swap2 (unsigned char *val) |
| |
| static void | Swap4 (unsigned char *val) |
| |
| static void | Swap8 (unsigned char *val) |
| |
| static void | LogDebug (const char *format,...) |
| |
| static void | LogInfo (const char *format,...) |
| |
| static void | LogWarning (const char *format,...) |
| |
| static void | LogError (const char *format,...) |
| |
| void | ReadBitfield (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| void | ReadInt (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| void | ReadUInt (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| void | ReadDouble (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| void | ReadBoolean (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| void | ReadString (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| void | ReadChunk (ChunkDescription *chunk, unsigned char *msgBuf, unsigned int receivedLen) |
| |
| int | WriteBitfield (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| int | WriteInt (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| int | WriteUInt (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| int | WriteDouble (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| int | WriteBoolean (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| int | WriteString (ChunkAttribute *attr, unsigned char *msgBuf) |
| |
| int | WriteChunk (ChunkDescription *chunk, unsigned char *msgBuf, unsigned int maxLen) |
| |
| void | PrintDebugInfo (unsigned char *msgBuf, unsigned int receivedLength) |
| |
| virtual void | OnAttributeChanged (DDD_AttributeBase *attribute) |
| |
| unsigned int | _packetCount |
| |
| unsigned int | _debugMode |
| |
| bool | _checkForChangeBeforeUpdate |
| |
| std::string | _instanceName |
| |
| DDD_AttributeList | _params |
| |