Vector BLF
|
WLAN_STATISTIC. More...
#include <WlanStatistic.h>
Public Types | |
enum | Flags : WORD { ValidRxTxCounter = 0x01 , ValidErrorCounter = 0x02 } |
![]() | |
enum | ObjectFlags : DWORD { TimeTenMics = 0x00000001 , TimeOneNans = 0x00000002 } |
Public Member Functions | |
void | read (AbstractFile &is) override |
void | write (AbstractFile &os) override |
DWORD | calculateObjectSize () const override |
![]() | |
ObjectHeader (const ObjectType objectType, const WORD objectVersion=0) | |
WORD | calculateHeaderSize () const override |
![]() | |
ObjectHeaderBase (const WORD headerVersion, const ObjectType objectType) | |
ObjectHeaderBase (const ObjectHeaderBase &)=default | |
ObjectHeaderBase & | operator= (const ObjectHeaderBase &)=default |
ObjectHeaderBase (ObjectHeaderBase &&)=default | |
ObjectHeaderBase & | operator= (ObjectHeaderBase &&)=default |
Public Attributes | |
WORD | channel {} |
application channel More... | |
WORD | flags {} |
ULONG | rxPacketCount {} |
ULONG | rxByteCount {} |
ULONG | txPacketCount {} |
ULONG | txByteCount {} |
ULONG | collisionCount {} |
ULONG | errorCount {} |
DWORD | reservedWlanStatistic {} |
![]() | |
DWORD | objectFlags {ObjectFlags::TimeOneNans} |
object flags More... | |
WORD | clientIndex {} |
client index of send node | |
WORD | objectVersion {0} |
object specific version More... | |
ULONGLONG | objectTimeStamp {} |
object timestamp More... | |
![]() | |
DWORD | signature {ObjectSignature} |
signature (ObjectSignature) More... | |
WORD | headerSize {} |
sizeof object header More... | |
WORD | headerVersion {} |
header version (1) More... | |
DWORD | objectSize {} |
object size More... | |
ObjectType | objectType {} |
object type More... | |
WLAN_STATISTIC.
WLAN statistic.
enum Vector::BLF::WlanStatistic::Flags : WORD |
|
overridevirtual |
|
overridevirtual |
Read the data of this object
is | input stream |
Reimplemented from Vector::BLF::ObjectHeader.
|
overridevirtual |
Write the data of this object
os | output stream |
Reimplemented from Vector::BLF::ObjectHeader.
WORD Vector::BLF::WlanStatistic::channel {} |
application channel
The channel of the frame.
ULONG Vector::BLF::WlanStatistic::collisionCount {} |
Number of collisions since last statistic event.
ULONG Vector::BLF::WlanStatistic::errorCount {} |
Number of errors since last statistic event.
WORD Vector::BLF::WlanStatistic::flags {} |
flags
DWORD Vector::BLF::WlanStatistic::reservedWlanStatistic {} |
reserved
ULONG Vector::BLF::WlanStatistic::rxByteCount {} |
Number of Rx bytes since last statistic event.
ULONG Vector::BLF::WlanStatistic::rxPacketCount {} |
Number of Rx packets since last statistic event.
ULONG Vector::BLF::WlanStatistic::txByteCount {} |
Number of Tx bytes since last statistic event.
ULONG Vector::BLF::WlanStatistic::txPacketCount {} |
Number of Tx packets since last statistic event.