Indexed elements of the FrSimData structure.
More...
#include <FrTOCSimData.hh>
|
| FrTOCSimData (Common::IStream &Stream, INT_4U FrameCount) |
| Stream constructor.
|
|
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
| Iterate over contents.
|
|
void | write (Common::OStream &Stream) const |
| Write the structure to the stream.
|
|
| FrTOCSimData (Common::IStream &Stream, INT_4U FrameCount) |
| Stream constructor.
|
|
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
| Iterate over contents.
|
|
void | write (Common::OStream &Stream) const |
| Write the structure to the stream.
|
|
Indexed elements of the FrSimData structure.
◆ key_container_type [1/2]
◆ key_container_type [2/2]
◆ MapSim_type [1/2]
◆ MapSim_type [2/2]
◆ name_type [1/2]
◆ name_type [2/2]
◆ nsim_type [1/2]
◆ nsim_type [2/2]
◆ position_type [1/2]
◆ position_type [2/2]
◆ sim_info_type [1/2]
◆ sim_info_type [2/2]
◆ FrTOCSimData() [1/4]
FrameCPP::Version_8::FrTOCSimData::FrTOCSimData |
( |
| ) |
|
◆ FrTOCSimData() [2/4]
FrameCPP::Version_8::FrTOCSimData::FrTOCSimData |
( |
Common::IStream & |
Stream, |
|
|
INT_4U |
FrameCount |
|
) |
| |
|
protected |
Stream constructor.
- Parameters
-
[in] | Stream | The input stream from where the object is being read. |
[in] | FrameCount | The frame offset. |
◆ FrTOCSimData() [3/4]
FrameCPP::Version_8::FrTOCSimData::FrTOCSimData |
( |
| ) |
|
◆ FrTOCSimData() [4/4]
FrameCPP::Version_8::FrTOCSimData::FrTOCSimData |
( |
Common::IStream & |
Stream, |
|
|
INT_4U |
FrameCount |
|
) |
| |
|
protected |
Stream constructor.
- Parameters
-
[in] | Stream | The input stream from where the object is being read. |
[in] | FrameCount | The frame offset. |
◆ Bytes() [1/2]
Number of bytes needed to write this structure.
- Parameters
-
[in] | Stream | The stream from which to the object is being read or written. |
- Returns
- The number of bytes need to read or write this object.
◆ Bytes() [2/2]
Number of bytes needed to write this structure.
- Parameters
-
[in] | Stream | The stream from which to the object is being read or written. |
- Returns
- The number of bytes need to read or write this object.
◆ Description() [1/2]
The description of structure.
- Parameters
-
[out] | Desc | Storage for the description of the structure. |
- Returns
- A Description object which describes this structure as specified by the frame specification.
◆ Description() [2/2]
The description of structure.
- Parameters
-
[out] | Desc | Storage for the description of the structure. |
- Returns
- A Description object which describes this structure as specified by the frame specification.
◆ forEach() [1/2]
void FrameCPP::Version_8::FrTOCSimData::forEach |
( |
Common::FrTOC::query_info_type |
Info, |
|
|
Common::FrTOC::FunctionBase & |
Action |
|
) |
| const |
|
protected |
Iterate over contents.
- Parameters
-
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
This method allows for iterting over each element of information and allows the caller to gather information about each element.
◆ forEach() [2/2]
void FrameCPP::Version_8::FrTOCSimData::forEach |
( |
Common::FrTOC::query_info_type |
Info, |
|
|
Common::FrTOC::FunctionBase & |
Action |
|
) |
| const |
|
protected |
Iterate over contents.
- Parameters
-
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
◆ GetSim() [1/6]
Return all channels.
- Returns
- Constant container to the indexed FrSimData elements.
◆ GetSim() [2/6]
const MapSim_type & FrameCPP::Version_8::FrTOCSimData::GetSim |
( |
| ) |
const |
Return all channels.
- Returns
- Constant container to the indexed FrSimData elements.
◆ GetSim() [3/6]
FrTOCSimData::MapSim_type::const_iterator FrameCPP::Version_8::FrTOCSimData::GetSim |
( |
const std::string & |
Name | ) |
const |
Return the indexed data for a named channel.
- Parameters
-
[in] | Name | The name of the channel. |
- Returns
- Constant iterator to the indexed FrSimData element.
◆ GetSim() [4/6]
MapSim_type::const_iterator FrameCPP::Version_8::FrTOCSimData::GetSim |
( |
const std::string & |
Name | ) |
const |
Return the indexed data for a named channel.
- Parameters
-
[in] | Name | The name of the channel. |
- Returns
- Constant iterator to the indexed FrSimData element.
◆ GetSim() [5/6]
FrTOCSimData::MapSim_type::const_iterator FrameCPP::Version_8::FrTOCSimData::GetSim |
( |
INT_4U |
index | ) |
const |
Return the indexed data for a named channel.
- Parameters
-
[in] | index | The numeric offset of the channel. |
- Returns
- Constant iterator to the indexed FrSimData element.
◆ GetSim() [6/6]
MapSim_type::const_iterator FrameCPP::Version_8::FrTOCSimData::GetSim |
( |
INT_4U |
index | ) |
const |
Return the indexed data for a named channel.
- Parameters
-
[in] | index | The numeric offset of the channel. |
- Returns
- Constant iterator to the indexed FrSimData element.
◆ operator=() [1/2]
const FrTOCSimData & FrameCPP::Version_8::FrTOCSimData::operator= |
( |
const Previous::FrTOCSimData & |
Source | ) |
|
asignment operator
- Parameters
-
[in] | Source | The source to be copied. |
◆ operator=() [2/2]
const FrTOCSimData & FrameCPP::Version_8::FrTOCSimData::operator= |
( |
const Previous::FrTOCSimData & |
Source | ) |
|
asignment operator
- Parameters
-
[in] | Source | The source to be copied. |
◆ operator==() [1/2]
bool FrameCPP::Version_8::FrTOCSimData::operator== |
( |
const FrTOCSimData & |
RHS | ) |
const |
equality operator
- Parameters
-
- Returns
- The value true is returned if this object is equivelent to the RHS instance; false otherwise.
◆ operator==() [2/2]
bool FrameCPP::Version_8::FrTOCSimData::operator== |
( |
const FrTOCSimData & |
RHS | ) |
const |
equality operator
- Parameters
-
- Returns
- The value true is returned if this object is equivelent to the RHS instance; false otherwise.
◆ QuerySim() [1/2]
void FrameCPP::Version_8::FrTOCSimData::QuerySim |
( |
const Common::TOCInfo & |
Info, |
|
|
INT_4U |
FrameOffset, |
|
|
INT_8U |
Position |
|
) |
| |
Gather TOC info for FrSimData being written.
- Parameters
-
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
◆ QuerySim() [2/2]
void FrameCPP::Version_8::FrTOCSimData::QuerySim |
( |
const Common::TOCInfo & |
Info, |
|
|
INT_4U |
FrameOffset, |
|
|
INT_8U |
Position |
|
) |
| |
Gather TOC info for FrSimData being written.
- Parameters
-
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
◆ write() [1/2]
void FrameCPP::Version_8::FrTOCSimData::write |
( |
Common::OStream & |
Stream | ) |
const |
|
protected |
Write the structure to the stream.
- Parameters
-
[in] | Stream | The output stream where the object is to be written. |
◆ write() [2/2]
void FrameCPP::Version_8::FrTOCSimData::write |
( |
Common::OStream & |
Stream | ) |
const |
|
protected |
Write the structure to the stream.
- Parameters
-
[in] | Stream | The output stream where the object is to be written. |
◆ m_info
◆ m_keys
The documentation for this class was generated from the following files: