EMIPLIB  1.2.1
Public Member Functions | List of all members
MIPSystemMessage Class Reference

A system message. More...

#include <mipsystemmessage.h>

Inheritance diagram for MIPSystemMessage:
Inheritance graph
[legend]
Collaboration diagram for MIPSystemMessage:
Collaboration graph
[legend]

Public Member Functions

 MIPSystemMessage (uint32_t subtype)
 Constructs a system message with a specific subtype. More...
 
- Public Member Functions inherited from MIPMessage
uint32_t getMessageType () const
 Returns the message type.
 
uint32_t getMessageSubtype () const
 Returns the message subtype.
 

Additional Inherited Members

- Protected Member Functions inherited from MIPMessage
 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.
 

Detailed Description

This kind of message is used to instruct a component to wait until messages can be distributed in the chain or to inform a component that an interval has elapsed.

Constructor & Destructor Documentation

MIPSystemMessage::MIPSystemMessage ( uint32_t  subtype)
inline

This constructor creates a system message with a specific subtype. These subtypes can be found in mipsystemmessage.h


The documentation for this class was generated from the following file: