The GlrtCtrl structure is how the GLRT tells the HAL what happened. More...
#include <glutl_rt.h>
Public Attributes | |
unsigned long | ulTxPacketCount |
Count of transmitted packets. | |
unsigned long | ulRetransmit |
Count of retransmitted packets. | |
unsigned long | ulRxPacketCount |
Count of correctly received packets. | |
unsigned long | ulRxErr |
Count of incorrectly received packets. | |
unsigned long | ulRxGapCount |
Count of cases where a packet gap might be more cleverly handled to see if this feature is needed. | |
unsigned long | ulAckTx |
Count of acks sent. | |
unsigned long | ulAckRx |
Count of acks received. | |
unsigned long | ulNakTx |
Count of naks sent. | |
unsigned long | ulNakRx |
Count of naks received. |
The GlrtCtrl structure is how the GLRT tells the HAL what happened.