#include <FrTOCSimDataClassicIO.hh>


Public Types | |
| typedef INT_4U | nsim_type |
| typedef INT_4U | nsim_type |
| typedef std::string | name_type |
| typedef std::string | name_type |
| typedef INT_8U | position_type |
| typedef INT_8U | position_type |
| typedef std::vector< position_type > | sim_info_type |
| typedef std::vector< position_type > | sim_info_type |
| typedef std::map< name_type, sim_info_type > | MapSim_type |
| typedef std::map< name_type, sim_info_type > | MapSim_type |
Public Member Functions | |
| FrTOCSimDataClassicIO ()=default | |
| Default constructor. | |
| Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| void | QuerySim (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
| Gather TOC info for FrSimData being written. | |
| const FrTOCSimDataClassicIO & | operator= (const Previous::FrTOCSimData &Source) |
| asignment operator | |
| FrTOCSimDataClassicIO & | operator= (FrTOCSimDataClassicIO &&TOC) |
| bool | operator== (const FrTOCSimDataClassicIO &RHS) const |
| equality operator | |
| void | Load (istream_type &Stream, INT_4U FrameCount) |
| Read contents from stream. | |
| FrTOCSimDataClassicIO ()=default | |
| Default constructor. | |
| Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| void | QuerySim (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
| Gather TOC info for FrSimData being written. | |
| const FrTOCSimDataClassicIO & | operator= (const Previous::FrTOCSimData &Source) |
| asignment operator | |
| FrTOCSimDataClassicIO & | operator= (FrTOCSimDataClassicIO &&TOC) |
| bool | operator== (const FrTOCSimDataClassicIO &RHS) const |
| equality operator | |
| void | Load (istream_type &Stream, INT_4U FrameCount) |
| Read contents from stream. | |
| const MapSim_type & | GetSim () const |
| Return all channels. | |
| MapSim_type::const_iterator | GetSim (const std::string &Channel) const |
| Return the indexed data for a named channel. | |
| MapSim_type::const_iterator | GetSim (INT_4U Channel) const |
| Return the indexed data for a named channel. | |
| const MapSim_type & | GetSim () const |
| Return all channels. | |
| MapSim_type::const_iterator | GetSim (const std::string &Channel) const |
| Return the indexed data for a named channel. | |
| MapSim_type::const_iterator | GetSim (INT_4U Channel) const |
| Return the indexed data for a named channel. | |
Static Public Member Functions | |
| template<typename SE> | |
| static void | Description (Common::Description &Desc) |
| The description of structure. | |
| template<typename SE> | |
| static void | Description (Common::Description &Desc) |
| The description of structure. | |
Protected Types | |
| typedef std::vector< name_type > | key_container_type |
| typedef std::vector< name_type > | key_container_type |
Protected Member Functions | |
| 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. | |
| 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. | |
Protected Attributes | |
| key_container_type | m_keys |
| MapSim_type | m_info |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
default |
Default constructor.
|
default |
Default constructor.
|
inline |
Number of bytes needed to write this structure.
| [in] | Stream | The stream from which to the object is being read or written. |
|
inline |
Number of bytes needed to write this structure.
| [in] | Stream | The stream from which to the object is being read or written. |
|
inlinestatic |
The description of structure.
| [out] | Desc | Storage for the description of the structure. |
|
inlinestatic |
The description of structure.
| [out] | Desc | Storage for the description of the structure. |
|
inlineprotected |
Iterate over contents.
| [in] | Info | Specifies the type of information to be searched. |
| [in] | Action | Action to be taken for each piece of information found. |
|
inlineprotected |
Iterate over contents.
| [in] | Info | Specifies the type of information to be searched. |
| [in] | Action | Action to be taken for each piece of information found. |
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
| [in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
| [in] | Channel | The numeric offset of the channel. |
| void FrameCPP::Version_8::FrTOCImpl::FrTOCSimDataClassicIO::Load | ( | istream_type & | Stream, |
| INT_4U | FrameCount ) |
Read contents from stream.
| [in] | Stream | The stream from which the object is being read. |
| void FrameCPP::Version_8::FrTOCImpl::FrTOCSimDataClassicIO::Load | ( | istream_type & | Stream, |
| INT_4U | FrameCount ) |
Read contents from stream.
| [in] | Stream | The stream from which the object is being read. |
|
inline |
asignment operator
| [in] | Source | The source to be copied. |
|
inline |
asignment operator
| [in] | Source | The source to be copied. |
|
inline |
|
inline |
| bool FrameCPP::Version_8::FrTOCImpl::FrTOCSimDataClassicIO::operator== | ( | const FrTOCSimDataClassicIO & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
| bool FrameCPP::Version_8::FrTOCImpl::FrTOCSimDataClassicIO::operator== | ( | const FrTOCSimDataClassicIO & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
|
inline |
Gather TOC info for FrSimData being written.
| [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. |
|
inline |
Gather TOC info for FrSimData being written.
| [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. |
|
inlineprotected |
Write the structure to the stream.
| [in] | Stream | The output stream where the object is to be written. |
|
inlineprotected |
Write the structure to the stream.
| [in] | Stream | The output stream where the object is to be written. |
|
protectedinherited |
|
protectedinherited |