.TH "Vector::BLF::MostAllocTab" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::MostAllocTab \- MOST_ALLOCTAB\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBVector::BLF::ObjectHeader2\fP\&. .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::ObjectHeader2\fP .in +1c .ti -1c .RI "\fBObjectHeader2\fP (const ObjectType \fBobjectType\fP)" .br .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 "uint16_t \fBcalculateHeaderSize\fP () const override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\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 " .ti -1c .RI "uint16_t \fBlength\fP {}" .br .ti -1c .RI "uint32_t \fBreservedMostAllocTab\fP {}" .br .ti -1c .RI "std::vector< uint8_t > \fBtableData\fP {}" .br .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeader2\fP .in +1c .ti -1c .RI "uint32_t \fBobjectFlags\fP {\fBObjectFlags::TimeOneNans\fP}" .br .RI "object flags " .ti -1c .RI "uint8_t \fBtimeStampStatus\fP {}" .br .RI "time stamp status " .ti -1c .RI "uint8_t \fBreservedObjectHeader\fP {0}" .br .ti -1c .RI "uint16_t \fBobjectVersion\fP {0}" .br .RI "object specific version " .ti -1c .RI "uint64_t \fBobjectTimeStamp\fP {0}" .br .RI "object timestamp " .ti -1c .RI "uint64_t \fBoriginalTimeStamp\fP {0}" .br .RI "original 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 .SS "Additional Inherited Members" Public Types inherited from \fBVector::BLF::ObjectHeader2\fP .in +1c .ti -1c .RI "enum \fBObjectFlags\fP : uint32_t { \fBTimeTenMics\fP = 0x00000001, \fBTimeOneNans\fP = 0x00000002 }" .br .ti -1c .RI "enum \fBTimeStampStatus\fP : uint8_t { \fBOrig\fP = 0x01, \fBSwHw\fP = 0x02, \fBUser\fP = 0x10 }" .br .in -1c .SH "Detailed Description" .PP MOST_ALLOCTAB\&. Transports current state of the MOST25 Allocation Table of connected hardware interface\&. .SH "Member Function Documentation" .PP .SS "uint32_t Vector::BLF::MostAllocTab::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::ObjectHeaderBase\fP\&. .SS "void Vector::BLF::MostAllocTab::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::ObjectHeaderBase\fP\&. .SS "void Vector::BLF::MostAllocTab::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::ObjectHeaderBase\fP\&. .SH "Member Data Documentation" .PP .SS "uint16_t Vector::BLF::MostAllocTab::channel {}" .PP application channel Application channel .SS "uint16_t Vector::BLF::MostAllocTab::length {}" Length of variable data (usually 60 bytes for MOST25) .SS "uint32_t Vector::BLF::MostAllocTab::reservedMostAllocTab {}" reserved .SS "std::vector Vector::BLF::MostAllocTab::tableData {}" Allocation Table .PP The label of a synchronous connection can be distributed over several bytes in the Allocation Table\&. .PP Each byte in mTableData contains a value that specifies the identification number of the label it belongs to\&. If the device is a timing master, the MSB of the byte value is used to indicate if the label is in use or not, otherwise the MSB should be ignored\&. The label number thus can be determined by byte value & 0x7F\&. If the resulting label number is 0x70, the byte is not used for any label\&. .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.