.TH "Vector::BLF::WlanFrame" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::WlanFrame \- WLAN_FRAME\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBVector::BLF::ObjectHeader\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "enum \fBFlags\fP : uint16_t { \fBGenuineMacHeader\fP = 0x0001, \fBCorrectFrameControlFormat\fP = 0x0002 }" .br .ti -1c .RI "enum \fBDir\fP : uint8_t { \fBRx\fP = 0, \fBTx\fP = 1, \fBTxRq\fP = 2 }" .br .in -1c Public Types inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "enum \fBObjectFlags\fP : uint32_t { \fBTimeTenMics\fP = 0x00000001, \fBTimeOneNans\fP = 0x00000002 }" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "void \fBread\fP (\fBAbstractFile\fP &is) override" .br .ti -1c .RI "void \fBwrite\fP (\fBAbstractFile\fP &os) override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\fP () const override" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "\fBObjectHeader\fP (const ObjectType \fBobjectType\fP, const uint16_t \fBobjectVersion\fP=0)" .br .ti -1c .RI "uint16_t \fBcalculateHeaderSize\fP () const override" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "\fBObjectHeaderBase\fP (const uint16_t \fBheaderVersion\fP, const ObjectType \fBobjectType\fP)" .br .ti -1c .RI "\fBObjectHeaderBase\fP (const ObjectHeaderBase &)=default" .br .ti -1c .RI "ObjectHeaderBase & \fBoperator=\fP (const ObjectHeaderBase &)=default" .br .ti -1c .RI "\fBObjectHeaderBase\fP (ObjectHeaderBase &&)=default" .br .ti -1c .RI "ObjectHeaderBase & \fBoperator=\fP (ObjectHeaderBase &&)=default" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "uint16_t \fBchannel\fP {}" .br .RI "application channel 1\&.\&.n " .ti -1c .RI "uint16_t \fBflags\fP {}" .br .ti -1c .RI "uint8_t \fBdir\fP {}" .br .RI "Direction flag\&. " .ti -1c .RI "uint8_t \fBradioChannel\fP {}" .br .RI "channel number of the radio frequency " .ti -1c .RI "int16_t \fBsignalStrength\fP {}" .br .RI "signal strength in [dbm] " .ti -1c .RI "uint16_t \fBsignalQuality\fP {}" .br .RI "signal quality in [dbm] " .ti -1c .RI "uint16_t \fBframeLength\fP {}" .br .RI "Number of bytes (header + payload)\&. " .ti -1c .RI "uint32_t \fBreservedWlanFrame\fP {}" .br .ti -1c .RI "std::vector< uint8_t > \fBframeData\fP {}" .br .RI "WLAN frame data\&. " .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "uint32_t \fBobjectFlags\fP {\fBObjectFlags::TimeOneNans\fP}" .br .RI "object flags " .ti -1c .RI "uint16_t \fBclientIndex\fP {}" .br .RI "client index of send node " .ti -1c .RI "uint16_t \fBobjectVersion\fP {0}" .br .RI "object specific version " .ti -1c .RI "uint64_t \fBobjectTimeStamp\fP {}" .br .RI "object timestamp " .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "uint32_t \fBsignature\fP {ObjectSignature}" .br .RI "signature (ObjectSignature) " .ti -1c .RI "uint16_t \fBheaderSize\fP {}" .br .RI "sizeof object header " .ti -1c .RI "uint16_t \fBheaderVersion\fP {}" .br .RI "header version (1) " .ti -1c .RI "uint32_t \fBobjectSize\fP {}" .br .RI "object size " .ti -1c .RI "ObjectType \fBobjectType\fP {ObjectType::UNKNOWN}" .br .RI "object type " .in -1c .SH "Detailed Description" .PP WLAN_FRAME\&. WLAN frame\&. .SH "Member Enumeration Documentation" .PP .SS "enum \fBVector::BLF::WlanFrame::Dir\fP : uint8_t" enumeration for dir .PP \fBEnumerator\fP .in +1c .TP \f(BIRx \fP receive .TP \f(BITx \fP transmit .TP \f(BITxRq \fP transmit request .SS "enum \fBVector::BLF::WlanFrame::Flags\fP : uint16_t" enumeration for flags .PP \fBEnumerator\fP .in +1c .TP \f(BIGenuineMacHeader \fP Genuine MAC Header .TP \f(BICorrectFrameControlFormat \fP Correct Frame Control Format .SH "Member Function Documentation" .PP .SS "uint32_t Vector::BLF::WlanFrame::calculateObjectSize () const\fR [override]\fP, \fR [virtual]\fP" Calculates the objectSize .PP \fBReturns\fP .RS 4 object size .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeader\fP\&. .SS "void Vector::BLF::WlanFrame::read (\fBAbstractFile\fP & is)\fR [override]\fP, \fR [virtual]\fP" Read the data of this object .PP \fBParameters\fP .RS 4 \fIis\fP input stream .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeader\fP\&. .SS "void Vector::BLF::WlanFrame::write (\fBAbstractFile\fP & os)\fR [override]\fP, \fR [virtual]\fP" Write the data of this object .PP \fBParameters\fP .RS 4 \fIos\fP output stream .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeader\fP\&. .SH "Member Data Documentation" .PP .SS "uint16_t Vector::BLF::WlanFrame::channel {}" .PP application channel 1\&.\&.n The channel of the frame\&. .SS "uint8_t Vector::BLF::WlanFrame::dir {}" .PP Direction flag\&. Direction flag .SS "uint16_t Vector::BLF::WlanFrame::flags {}" flags .SS "std::vector Vector::BLF::WlanFrame::frameData {}" .PP WLAN frame data\&. WLAN frame data\&. Data starts with WLAN header\&. Max\&. 2342 data bytes per frame .SS "uint16_t Vector::BLF::WlanFrame::frameLength {}" .PP Number of bytes (header + payload)\&. Length of WLAN data in bytes\&. Max\&. 2342 Bytes\&. .SS "uint8_t Vector::BLF::WlanFrame::radioChannel {}" .PP channel number of the radio frequency Channel number of the radio frequency, i\&.e 180 or 176 .SS "uint32_t Vector::BLF::WlanFrame::reservedWlanFrame {}" reserved .SS "uint16_t Vector::BLF::WlanFrame::signalQuality {}" .PP signal quality in [dbm] Signal quality .SS "int16_t Vector::BLF::WlanFrame::signalStrength {}" .PP signal strength in [dbm] Signal strength in [dBm] .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.