#include <P_ClusterHandler.h>
Public Member Functions | |
void | clear () |
ClusterMsgHeader () | |
void | SwapBytes () |
Data Fields | |
uint16_t | count |
uint16_t | descriptor_cksum |
uint16_t | control_bytes_cksum |
uint16_t | unused |
uint32_t | control_bytes |
uint32_t | count_check |
Definition at line 185 of file P_ClusterHandler.h.
ClusterMsgHeader::ClusterMsgHeader | ( | ) | [inline] |
Definition at line 203 of file P_ClusterHandler.h.
void ClusterMsgHeader::clear | ( | ) | [inline] |
Definition at line 194 of file P_ClusterHandler.h.
References control_bytes, control_bytes_cksum, count, count_check, descriptor_cksum, and unused.
Referenced by ClusterMsg::clear().
void ClusterMsgHeader::SwapBytes | ( | ) | [inline] |
Definition at line 206 of file P_ClusterHandler.h.
References ats_swap16(), ats_swap32(), control_bytes, control_bytes_cksum, count, count_check, descriptor_cksum, and unused.
Referenced by ClusterHandler::process_read().
uint32_t ClusterMsgHeader::control_bytes |
Definition at line 191 of file P_ClusterHandler.h.
Referenced by clear(), ClusterHandler::process_read(), ClusterHandler::process_write(), and SwapBytes().
Definition at line 189 of file P_ClusterHandler.h.
Referenced by clear(), ClusterHandler::process_read(), ClusterHandler::process_write(), and SwapBytes().
uint16_t ClusterMsgHeader::count |
Definition at line 187 of file P_ClusterHandler.h.
Referenced by clear(), ClusterHandler::process_read(), ClusterHandler::process_write(), and SwapBytes().
uint32_t ClusterMsgHeader::count_check |
Definition at line 192 of file P_ClusterHandler.h.
Referenced by clear(), ClusterHandler::process_read(), ClusterHandler::process_write(), and SwapBytes().
uint16_t ClusterMsgHeader::descriptor_cksum |
Definition at line 188 of file P_ClusterHandler.h.
Referenced by clear(), ClusterHandler::process_read(), ClusterHandler::process_write(), and SwapBytes().
uint16_t ClusterMsgHeader::unused |
Definition at line 190 of file P_ClusterHandler.h.
Referenced by clear(), ClusterHandler::process_read(), and SwapBytes().