EMIPLIB
Public Member Functions | Protected Member Functions

MIPMessage Class Reference

Base class of messages passed in a MIPComponentChain instance. More...

#include <mipmessage.h>

Inheritance diagram for MIPMessage:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

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


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