Bus Messages 1.0
Bus Message Serialization Library
Loading...
Searching...
No Matches
candataframe.h File Reference

Simple wrapper around a CAN or CAN FD messages. More...

#include <bitset>
#include <cstdint>
#include "bus/ibusmessage.h"
Include dependency graph for candataframe.h:

Go to the source code of this file.

Classes

class  bus::CanDataFrame
 Implements an interface against a CAN Data Frame message. More...

Namespaces

namespace  bus
 Main namespace for the MDF library.

Enumerations

enum class  bus::CanErrorType : uint8_t {
  bus::UNKNOWN_ERROR = 0 , bus::BIT_ERROR = 1 , bus::FORM_ERROR = 2 , bus::BIT_STUFFING_ERROR = 3 ,
  bus::CRC_ERROR = 4 , bus::ACK_ERROR = 5
}
 Enumerate yhat defines type of CAN bus error. More...

Detailed Description

The class is a simpler wrapper around a CAN message. It is used when serializing CAN messages in a general way.