Data Structures | |
struct | DebugGuard |
class | FeeAckInfo |
Class, to subscribe and get access to the FEE - ACK - service. More... | |
class | FeeClientCore |
This class represents the core of the FeeClient in the Fee-Fed library. More... | |
struct | FeeClientLibImp |
Dummy client interface. More... | |
class | FeeClientLibInterface |
This virtual class presentes the interface of the FeeClient - library. More... | |
class | FeeClientLogger |
This class represents the logger for the FeeClient-library. More... | |
class | FeeInfo |
Class, that wrapps the DimInfo - objects and offers a polymorph call to retrieve the service value from the DIM framework. More... | |
class | FeeItemInfo |
Class, to subscribe and get access to the FEE - Item - service. More... | |
class | FeeMsgInfo |
Class, to subscribe and get access to the FEE - MSG - service. More... | |
class | FeePacket |
This class covers the work for marshalling and unmarshalling the command, send down to the DIM-Server. More... | |
struct | FeeServiceStruct |
FeeService structs contain the name of a FeeService and the pointer to the corresponding handler function. More... | |
struct | MessageStruct |
This struct represents the composition of a message. More... | |
struct | Timestamp |
Represents a timestamp for log entry. More... | |
Typedefs | |
typedef unsigned short | FlagBits |
typedef dcs::fee::MessageStruct | MessageStruct |
|
Typedef for a two byte field for flag bits.
|
|
This struct represents the composition of a message. The size of this struct depends on how many gaps the compiler inserts to fill to architecture borders. (On our first test, there seems to be gaps, who have in sum 3 bytes; total amount 620 (payload 617) - border size seems to be 4 byte). 05-04-2004: -->> Size (and so borders too) has changed ! Total size is now 620 bytes. (-> there should be no gap now.) |