COMMS
Template library intended to help with implementation of communication protocols.
|
This file contain definition of error statuses used by comms module. More...
Go to the source code of this file.
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
Enumerations | |
enum class | comms::ErrorStatus { comms::Success , comms::UpdateRequired , comms::NotEnoughData , comms::ProtocolError , comms::BufferOverflow , comms::InvalidMsgId , comms::InvalidMsgData , comms::MsgAllocFailure , comms::NotSupported , comms::NumOfErrorStatuses } |
Error statuses reported by the Communication module. More... | |
This file contain definition of error statuses used by comms module.