BDS Public
Beamlib 3.3.4
This is the Beam C++ class library.
Loading...
Searching...
No Matches
BoapMc.h File Reference
#include <BTypes.h>
#include <BMutex.h>
#include <BSemaphore.h>
#include <BQueue.h>
#include <BFifo.h>
#include <BComms.h>

Go to the source code of this file.

Classes

struct  BoapMcPacketHead
 
class  BoapMcPacket
 
class  BoapMcClientObject
 
class  BoapMcSignalObject
 
class  BoapMcServiceObject
 
class  BoapMcComms
 

Enumerations

enum  BoapMcType { BoapMcTypeRequest = 0x00 , BoapMcTypeReply = 0x80 }
 

Functions

struct BoapMcPacketHead __attribute__ ((aligned(8), packed))
 

Variables

BUInt8 length
 
BUInt8 addressTo
 
BUInt8 addressFrom
 
BUInt8 cmd
 
BUInt16 error
 
BUInt16 checksum
 
class BoapMcPacket __attribute__
 

Enumeration Type Documentation

◆ BoapMcType

enum BoapMcType
Enumerator
BoapMcTypeRequest 
BoapMcTypeReply 

Function Documentation

◆ __attribute__()

struct BoapMcPacketHead __attribute__ ( (aligned(8), packed)  )

Variable Documentation

◆ length

BUInt8 length

◆ addressTo

BUInt8 addressTo

◆ addressFrom

BUInt8 addressFrom

◆ cmd

BUInt8 cmd

◆ error

BUInt16 error

◆ checksum

BUInt16 checksum

◆ __attribute__

class BoapMcPacket __attribute__