AIDA_tstLoadSet

The AIDA_tstLoadSet structure is used within the AIDA_tstStatistics structure. It contains information about the transport media's load for transmission and reception. Please note that for bus systems where transmissions and receptions share the same media both load values may be the same.

typedef struct {
  word wTx;
  word wRx;
} AIDA_tstLoadSet;

Members

dwTx
Load in units of 0.1% for the transmitted data.
dwRx
Load in units of 0.1% for the received data.

See Also

AIDA Overview, AIDA Structures And Datatypes, AIDA_tstStatistics, AIDA_tstStatisticsSet