COMMS
Template library intended to help with implementation of communication protocols.
Namespaces | Enumerations
ErrorStatus.h File Reference

This file contain definition of error statuses used by comms module. More...

Go to the source code of this file.

Namespaces

 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...
 

Detailed Description

This file contain definition of error statuses used by comms module.