File: Common/CommonAPIMessages.msg
Author: Bernhard Heep
Base class for all common API message types
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
KBRroute | Author: Bernhard Heep |
KBRforward | Author: Bernhard Heep |
KBRdeliver | Author: Bernhard Heep |
KBRupdate | Author: Bernhard Heep |
Name | Type | Description |
---|---|---|
type | int | message type |
message CommonAPIMessage { fields: int type enum(CommonAPIMessageType) = COMMON_API_UNDEFINED; // message type };