MRAS
Multi Rocket Avionics System
|
A base class for all system messages. More...
#include <SystemMessage.h>
Public Member Functions | |
SystemMessage (SystemMessageType type) | |
SystemMessageType | get_type () |
Get the type of the message. | |
Protected Attributes | |
SystemMessageType | type |
A base class for all system messages.
This class is used to provide a common interface for all system messages.
System messages are used to communicate between subsystems. See Software Architecture Overview
for more information.
|
inline |
Get the type of the message.