AFDX_BUS_STATISTIC.
More...
#include <AfdxBusStatistic.h>
|
|
uint16_t | channel {} |
| | application channel
|
| |
|
uint16_t | flags {} |
| | Bit0=Valid Rx/Tx Counter, Bit1=Valid Error Counter; Bit2=Valid VLId.
|
| |
|
uint32_t | statDuration {} |
| | real time period in mysec of statistic datacollection
|
| |
|
uint32_t | statRxPacketCountHW {} |
| | read frames taken from hardware, i.e. on bus
|
| |
|
uint32_t | statTxPacketCountHW {} |
| | send frames as taken from hardware, i.e. on bus
|
| |
|
uint32_t | statRxErrorCountHW {} |
| | number of erronous Rx-frames detected by HW
|
| |
|
uint32_t | statTxErrorCountHW {} |
| | number of erronous Tx-frames detected by HW
|
| |
|
uint32_t | statRxBytesHW {} |
| | bytes received by HW during this time period
|
| |
|
uint32_t | statTxBytesHW {} |
| | bytes sent by HW during this time period
|
| |
|
uint32_t | statRxPacketCount {} |
| | received frames within CANwin
|
| |
|
uint32_t | statTxPacketCount {} |
| | send packets from within CANwin
|
| |
|
uint32_t | statDroppedPacketCount {} |
| | number of packets aktively dropped by CANwin
|
| |
|
uint32_t | statInvalidPacketCount {} |
| | number of packets with incompatible eth-header regarding AFDX-spec
|
| |
|
uint32_t | statLostPacketCount {} |
| | number of packets lost by CABwin due to queue overflow etc
|
| |
|
uint8_t | line {} |
| | lineA (0) or lineB (1)
|
| |
|
uint8_t | linkStatus {} |
| | status of adapter as per EthernetStatus
|
| |
|
uint16_t | linkSpeed {} |
| | link speed: 0:=10mbps 1:=100mbps 2:=1000mbps
|
| |
|
uint16_t | linkLost {} |
| | counter of link-losses during this period
|
| |
| uint16_t | reservedAfdxBusStatistic1 {} |
| |
| uint32_t | reservedAfdxBusStatistic2 {} |
| |
AFDX_BUS_STATISTIC.
AFDX line-specific bus-statistic event used since 8.2
◆ calculateObjectSize()
| uint32_t Vector::BLF::AfdxBusStatistic::calculateObjectSize |
( |
| ) |
const |
|
overridevirtual |
◆ read()
| void Vector::BLF::AfdxBusStatistic::read |
( |
AbstractFile & |
is | ) |
|
|
overridevirtual |
◆ write()
| void Vector::BLF::AfdxBusStatistic::write |
( |
AbstractFile & |
os | ) |
|
|
overridevirtual |
◆ reservedAfdxBusStatistic1
| uint16_t Vector::BLF::AfdxBusStatistic::reservedAfdxBusStatistic1 {} |
◆ reservedAfdxBusStatistic2
| uint32_t Vector::BLF::AfdxBusStatistic::reservedAfdxBusStatistic2 {} |
The documentation for this struct was generated from the following files: