ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO Class Reference

#include <FrTOCStatDataClassicIO.hh>

Inheritance diagram for FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO:
Collaboration diagram for FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO:

Public Member Functions

 FrTOCStatDataClassicIO ()=default
 Default constructor.
Common::FrameSpec::size_type Bytes (const Common::StreamBase &Stream) const
 Number of bytes needed to write this structure.
const FrTOCStatDataClassicIOoperator= (const Previous::FrTOCImpl::FrTOCStatDataClassicIO &Source)
 asignment operator
FrTOCStatDataClassicIOoperator= (FrTOCStatDataClassicIO &&TOC)
void Load (istream_type &Stream)
 Read contents from stream.
void QueryStatData (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position)
 Gather TOC info for FrStatData being written.

Static Public Member Functions

template<typename SE>
static void Description (Common::Description &Desc)
 The description of structure.

Protected Member Functions

void write (ostream_type &Stream) const
 Write the structure to the stream.

Constructor & Destructor Documentation

◆ FrTOCStatDataClassicIO()

FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::FrTOCStatDataClassicIO ( )
default

Default constructor.

Member Function Documentation

◆ Bytes()

Common::FrameSpec::size_type FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::Bytes ( const Common::StreamBase & Stream) const
inline

Number of bytes needed to write this structure.

Parameters
[in]StreamThe stream from which to the object is being read or written.
Returns
The number of bytes need to read or write this object.

◆ Description()

template<typename SE>
void FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::Description ( Common::Description & Desc)
inlinestatic

The description of structure.

Parameters
[out]DescStorage for the description of the structure.
Returns
A Description object which describes this structure as specified by the frame specification.

◆ Load()

void FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::Load ( istream_type & Stream)
inline

Read contents from stream.

Parameters
[in]StreamThe stream from which the object is being read.
Returns
A new instance of this object.

◆ operator=() [1/2]

const FrTOCStatDataClassicIO & FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::operator= ( const Previous::FrTOCImpl::FrTOCStatDataClassicIO & Source)
inline

asignment operator

Parameters
[in]SourceThe source to be copied.

◆ operator=() [2/2]

FrTOCStatDataClassicIO & FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::operator= ( FrTOCStatDataClassicIO && TOC)
inline

◆ QueryStatData()

void FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::QueryStatData ( const Common::TOCInfo & Info,
INT_4U FrameOffset,
INT_8U Position )
inline

Gather TOC info for FrStatData being written.

Parameters
[in]InfoInformation
[in]FrameOffsetThe frame offset of the frame being written. The frame offsets start at 0 (zero).
[in]PositionThe byte offset from the start of the file where the structure is written.

◆ write()

void FrameCPP::Version_9::FrTOCImpl::FrTOCStatDataClassicIO::write ( ostream_type & Stream) const
inlineprotected

Write the structure to the stream.

Parameters
[in]StreamThe output stream where the object is to be written.

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Version9/impl/FrTOCStatDataClassicIO.hh