|
EMIPLIB
|
Base class of messages passed in a MIPComponentChain instance. More...
#include <mipmessage.h>

Public Member Functions | |
| uint32_t | getMessageType () const |
| Returns the message type. | |
| uint32_t | getMessageSubtype () const |
| Returns the message subtype. | |
Protected Member Functions | |
| MIPMessage (uint32_t msgType, uint32_t msgSubtype) | |
| Creates a message with specific type and subtype. | |
| void | setMessageSubtype (uint32_t s) |
| Changes the subtype of the message. | |
This is the base class of messages distributed in a MIPComponentChain instance. Messages are distributed from component to component using the MIPComponent::pull and MIPComponent::push functions. The message type numbers can be found in mipmessage.h
1.7.3