Main namespace for all classes / functions of COMMS library.
ErrorStatus
Error statuses reported by the Communication module.
Definition ErrorStatus.h:17
@ MsgAllocFailure
Used to indicate that message allocation has failed.
@ Success
Used to indicate successful outcome of the operation.
@ NumOfErrorStatuses
Number of supported error statuses, must be last.
@ NotSupported
The operation is not supported.
@ InvalidMsgId
Used to indicate that received message has unknown id.
@ InvalidMsgData
Used to indicate that a message has invalid data.