Data Structures | Variables

advanced structs and variables More...

Data Structures

struct  sPackedComLock
 internal struct used to save all data related to the locking of the UART More...
 
struct  sPackedComUart
 internal struct used to save all data related to one UART More...
 
struct  sPackedComPacket
 internal struct used to save all data related to one data packet More...
 
struct  sPackedCom
 internal struct used to save all data related to the packed communication More...
 

Variables

volatile struct sPackedCom tucbot_packedCom
 internal variable used to save all data related to the packed communication More...
 

Detailed Description

advanced structs and variables

Variable Documentation

◆ tucbot_packedCom

volatile struct sPackedCom tucbot_packedCom

internal variable used to save all data related to the packed communication

See also
sPackedCom