ldas-tools-framecpp  2.7.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
FrameCPP::Version_8::FrTOCSerData Class Reference

Indexed elements of the FrSerData structure. More...

#include <FrTOCSerData.hh>

Inheritance diagram for FrameCPP::Version_8::FrTOCSerData:
Inheritance graph
[legend]

Public Member Functions

 FrTOCSerData ()
 Default constructor.
 
const MapSer_type & GetSer () const
 Return all channels. More...
 
MapSer_type::const_iterator GetSer (const std::string &Name) const
 Return the indexed data for a named channel. More...
 
MapSer_type::const_iterator GetSer (INT_4U index) const
 Return the indexed data for a named channel. More...
 
void QuerySer (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position)
 Gather TOC info for FrSerData being written. More...
 
const FrTOCSerDataoperator= (const Previous::FrTOCSerData &Source)
 asignment operator More...
 
bool operator== (const FrTOCSerData &RHS) const
 equality operator More...
 
 FrTOCSerData ()
 Default constructor.
 
const MapSer_type & GetSer () const
 Return all channels. More...
 
MapSer_type::const_iterator GetSer (const std::string &Name) const
 Return the indexed data for a named channel. More...
 
MapSer_type::const_iterator GetSer (INT_4U index) const
 Return the indexed data for a named channel. More...
 
void QuerySer (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position)
 Gather TOC info for FrSerData being written. More...
 
const FrTOCSerDataoperator= (const Previous::FrTOCSerData &Source)
 asignment operator More...
 
bool operator== (const FrTOCSerData &RHS) const
 equality operator More...
 

Static Public Member Functions

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

Protected Member Functions

 FrTOCSerData (Common::IStream &Stream, INT_4U FrameCount)
 Stream constructor. More...
 
void write (Common::OStream &Stream) const
 Write the structure to the stream. More...
 
 FrTOCSerData (Common::IStream &Stream, INT_4U FrameCount)
 Stream constructor. More...
 
void write (Common::OStream &Stream) const
 Write the structure to the stream. More...
 

Detailed Description

Indexed elements of the FrSerData structure.

Constructor & Destructor Documentation

◆ FrTOCSerData() [1/2]

FrameCPP::Version_8::FrTOCSerData::FrTOCSerData ( Common::IStream &  Stream,
INT_4U  FrameCount 
)
inlineprotected

Stream constructor.

Parameters
[in]StreamThe input stream from where the object is being read.
[in]FrameCountThe frame offset.

◆ FrTOCSerData() [2/2]

FrameCPP::Version_8::FrTOCSerData::FrTOCSerData ( Common::IStream &  Stream,
INT_4U  FrameCount 
)
protected

Stream constructor.

Parameters
[in]StreamThe input stream from where the object is being read.
[in]FrameCountThe frame offset.

Member Function Documentation

◆ Description() [1/2]

template<typename SE >
void FrameCPP::Version_8::FrTOCSerData::Description ( Common::Description &  Desc)
static

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.

◆ Description() [2/2]

template<typename SE >
static void FrameCPP::Version_8::FrTOCSerData::Description ( Common::Description &  Desc)
static

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.

◆ GetSer() [1/6]

const FrTOCSerData::MapSer_type & FrameCPP::Version_8::FrTOCSerData::GetSer ( ) const
inline

Return all channels.

Returns
Constant container to the indexed FrSerData elements.

◆ GetSer() [2/6]

const MapSer_type& FrameCPP::Version_8::FrTOCSerData::GetSer ( ) const

Return all channels.

Returns
Constant container to the indexed FrSerData elements.

◆ GetSer() [3/6]

FrTOCSerData::MapSer_type::const_iterator FrameCPP::Version_8::FrTOCSerData::GetSer ( const std::string &  Name) const
inline

Return the indexed data for a named channel.

Parameters
[in]NameThe name of the channel.
Returns
Constant iterator to the indexed FrSerData element.

◆ GetSer() [4/6]

MapSer_type::const_iterator FrameCPP::Version_8::FrTOCSerData::GetSer ( const std::string &  Name) const

Return the indexed data for a named channel.

Parameters
[in]NameThe name of the channel.
Returns
Constant iterator to the indexed FrSerData element.

◆ GetSer() [5/6]

FrTOCSerData::MapSer_type::const_iterator FrameCPP::Version_8::FrTOCSerData::GetSer ( INT_4U  index) const
inline

Return the indexed data for a named channel.

Parameters
[in]indexThe numeric offset of the channel.
Returns
Constant iterator to the indexed FrSerData element.

◆ GetSer() [6/6]

MapSer_type::const_iterator FrameCPP::Version_8::FrTOCSerData::GetSer ( INT_4U  index) const

Return the indexed data for a named channel.

Parameters
[in]indexThe numeric offset of the channel.
Returns
Constant iterator to the indexed FrSerData element.

◆ operator=() [1/2]

const FrTOCSerData & FrameCPP::Version_8::FrTOCSerData::operator= ( const Previous::FrTOCSerData &  Source)

asignment operator

Parameters
[in]SourceThe source to be copied.

◆ operator=() [2/2]

const FrTOCSerData& FrameCPP::Version_8::FrTOCSerData::operator= ( const Previous::FrTOCSerData &  Source)

asignment operator

Parameters
[in]SourceThe source to be copied.

◆ operator==() [1/2]

bool FrameCPP::Version_8::FrTOCSerData::operator== ( const FrTOCSerData RHS) const

equality operator

Parameters
[in]RHSThe FrTOCAdcData object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

◆ operator==() [2/2]

bool FrameCPP::Version_8::FrTOCSerData::operator== ( const FrTOCSerData RHS) const

equality operator

Parameters
[in]RHSThe FrTOCAdcData object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

◆ QuerySer() [1/2]

void FrameCPP::Version_8::FrTOCSerData::QuerySer ( const Common::TOCInfo &  Info,
INT_4U  FrameOffset,
INT_8U  Position 
)

Gather TOC info for FrSerData 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.

◆ QuerySer() [2/2]

void FrameCPP::Version_8::FrTOCSerData::QuerySer ( const Common::TOCInfo &  Info,
INT_4U  FrameOffset,
INT_8U  Position 
)

Gather TOC info for FrSerData 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() [1/2]

void FrameCPP::Version_8::FrTOCSerData::write ( Common::OStream &  Stream) const
inlineprotected

Write the structure to the stream.

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

◆ write() [2/2]

void FrameCPP::Version_8::FrTOCSerData::write ( Common::OStream &  Stream) const
protected

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 files: