Public Member Functions | |
IMessage (MsgType type) | |
Constructor. More... | |
~IMessage () | |
Destructor. More... | |
MsgType | GetType () |
Gets the message type. More... | |
Private Attributes | |
MsgType | eType |
Definition at line 26 of file FgIMessage.h.
NeuralEngine::MachineLearning::IMessage::IMessage | ( | MsgType | type | ) |
Constructor.
Admin, 7/25/2017.
type | The type. |
NeuralEngine::MachineLearning::IMessage::~IMessage | ( | ) |
Destructor.
Admin, 7/25/2017.
MsgType NeuralEngine::MachineLearning::IMessage::GetType | ( | ) |
Gets the message type.
Admin, 7/25/2017.
|
private |
Definition at line 56 of file FgIMessage.h.