#include <src/PlusDataCollection/ChRobotics/ChrSerialPacket.h>
Definition at line 12 of file ChrSerialPacket.h.
◆ ChrSerialPacket()
ChrSerialPacket::ChrSerialPacket |
( |
| ) |
|
|
inline |
◆ ComputeChecksum()
void ChrSerialPacket::ComputeChecksum |
( |
void |
| ) |
|
|
inline |
◆ GetAddress()
unsigned char ChrSerialPacket::GetAddress |
( |
| ) |
|
|
inline |
◆ GetBatchEnable()
bool ChrSerialPacket::GetBatchEnable |
( |
| ) |
|
|
inline |
◆ GetBatchLength()
unsigned char ChrSerialPacket::GetBatchLength |
( |
| ) |
|
|
inline |
◆ GetChecksumByte()
unsigned char ChrSerialPacket::GetChecksumByte |
( |
int |
index | ) |
|
|
inline |
◆ GetChecksumLength()
unsigned char ChrSerialPacket::GetChecksumLength |
( |
| ) |
|
|
inline |
◆ GetCommandFailed()
unsigned char ChrSerialPacket::GetCommandFailed |
( |
| ) |
|
|
inline |
◆ GetDataByte()
unsigned char ChrSerialPacket::GetDataByte |
( |
int |
index | ) |
|
|
inline |
◆ GetDataLength()
unsigned char ChrSerialPacket::GetDataLength |
( |
| ) |
|
|
inline |
◆ GetHasData()
bool ChrSerialPacket::GetHasData |
( |
| ) |
|
|
inline |
◆ GetHeaderByte()
unsigned char ChrSerialPacket::GetHeaderByte |
( |
int |
index | ) |
|
|
inline |
◆ GetHeaderLength()
unsigned char ChrSerialPacket::GetHeaderLength |
( |
| ) |
|
|
inline |
◆ GetPacketByte()
unsigned char ChrSerialPacket::GetPacketByte |
( |
int |
index | ) |
|
|
inline |
◆ GetPacketLength()
unsigned char ChrSerialPacket::GetPacketLength |
( |
| ) |
|
|
inline |
◆ SetAddress()
void ChrSerialPacket::SetAddress |
( |
unsigned char |
address | ) |
|
|
inline |
◆ SetBatchEnable()
void ChrSerialPacket::SetBatchEnable |
( |
bool |
enable | ) |
|
|
inline |
◆ SetBatchLength()
void ChrSerialPacket::SetBatchLength |
( |
unsigned char |
length | ) |
|
|
inline |
◆ SetCommandFailed()
void ChrSerialPacket::SetCommandFailed |
( |
unsigned char |
failed | ) |
|
|
inline |
◆ SetDataByte()
void ChrSerialPacket::SetDataByte |
( |
int |
index, |
|
|
unsigned char |
value |
|
) |
| |
|
inline |
◆ SetHasData()
void ChrSerialPacket::SetHasData |
( |
bool |
has_data | ) |
|
|
inline |
◆ SetPacketDescriptor()
void ChrSerialPacket::SetPacketDescriptor |
( |
unsigned char |
packetDescriptor | ) |
|
|
inline |
The documentation for this class was generated from the following file: