SCOM Serial Communication Protocol  0.5.2
Data Fields
SCOMStatistics Struct Reference

Descriptor of the SCOM statistics. More...

#include <scom.h>

Data Fields

uint32_t framesSent
 Number of frames that were sent since the SCOM connection was opened. In case of multi-frames, each sub-frame is counted. More...
 
uint32_t framesReceived
 Number of frames that were received since the SCOM connection was opened. In case of multi-frames, each sub-frame is counted. More...
 
uint32_t retransmissionsSent
 Number of retransmissions needed when sending frames. More...
 
uint32_t retransmissionsReceived
 Number of retransmissions detected when receiving frames. More...
 

Detailed Description

Descriptor of the SCOM statistics.

Definition at line 122 of file scom.h.

Field Documentation

uint32_t SCOMStatistics::framesReceived

Number of frames that were received since the SCOM connection was opened. In case of multi-frames, each sub-frame is counted.

Definition at line 126 of file scom.h.

Referenced by SCOM_Init(), and SCOM_Proc().

uint32_t SCOMStatistics::framesSent

Number of frames that were sent since the SCOM connection was opened. In case of multi-frames, each sub-frame is counted.

Definition at line 124 of file scom.h.

Referenced by SCOM_Init(), and SCOM_Proc().

uint32_t SCOMStatistics::retransmissionsReceived

Number of retransmissions detected when receiving frames.

Definition at line 130 of file scom.h.

Referenced by SCOM_Init(), and SCOM_Proc().

uint32_t SCOMStatistics::retransmissionsSent

Number of retransmissions needed when sending frames.

Definition at line 128 of file scom.h.

Referenced by SCOM_Init(), and SCOM_Proc().


The documentation for this struct was generated from the following file: