MRAS
Multi Rocket Avionics System
Loading...
Searching...
No Matches
SystemMessage Class Reference

A base class for all system messages. More...

#include <SystemMessage.h>

Inheritance diagram for SystemMessage:
Inheritance graph
Collaboration diagram for SystemMessage:
Collaboration graph

Public Member Functions

 SystemMessage (SystemMessageType type)
 
SystemMessageType get_type ()
 Get the type of the message.
 

Protected Attributes

SystemMessageType type
 

Detailed Description

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.

Member Function Documentation

◆ get_type()

SystemMessageType SystemMessage::get_type ( )
inline

Get the type of the message.

Returns
The SystemMessageType of the SystemMessage

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