ldas-tools-framecpp 2.7.0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
FrameCPP::Version_6::FrTOCSimEvent Class Reference

#include <FrTOCSimEvent.hh>

Inheritance diagram for FrameCPP::Version_6::FrTOCSimEvent:
Inheritance graph
[legend]

Classes

struct  event_type
 

Public Types

typedef INT_4U nevent_type
 
typedef STRING name_type
 
typedef INT_4U gtimesSim_type
 
typedef INT_4U gtimenSim_type
 
typedef REAL_4 amplitudeSimEvent_type
 
typedef INT_8U positionSimEvent_type
 
typedef std::vector< event_typeevents_container_type
 
typedef std::map< name_type, events_container_typenameSimEvent_container_type
 
typedef INT_4U nevent_type
 
typedef STRING name_type
 
typedef INT_4U gtimesSim_type
 
typedef INT_4U gtimenSim_type
 
typedef REAL_4 amplitudeSimEvent_type
 
typedef INT_8U positionSimEvent_type
 
typedef std::vector< event_typeevents_container_type
 
typedef std::map< name_type, events_container_typenameSimEvent_container_type
 

Public Member Functions

 FrTOCSimEvent ()
 
Common::FrameSpec::size_type Bytes (const Common::StreamBase &Stream) const
 
const nameSimEvent_container_typeGetSimEvent () const
 
void QuerySimEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position)
 
bool operator== (const FrTOCSimEvent &RHS) const
 
 FrTOCSimEvent ()
 
Common::FrameSpec::size_type Bytes (const Common::StreamBase &Stream) const
 
const nameSimEvent_container_typeGetSimEvent () const
 
void QuerySimEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position)
 
bool operator== (const FrTOCSimEvent &RHS) const
 

Static Public Member Functions

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

Static Public Attributes

static const int event_type_size
 

Protected Member Functions

 FrTOCSimEvent (Common::IStream &Stream)
 
positionSimEvent_type positionSimEvent (INT_4U Frame, const std::string &SimEvent) const
 Locate the position of the event.
 
positionSimEvent_type positionSimEvent (const std::string &EventType, INT_4U Index) const
 Locate the position of the event.
 
void write (Common::OStream &Stream) const
 
 FrTOCSimEvent (Common::IStream &Stream)
 
positionSimEvent_type positionSimEvent (INT_4U Frame, const std::string &SimEvent) const
 Locate the position of the event.
 
positionSimEvent_type positionSimEvent (const std::string &EventType, INT_4U Index) const
 Locate the position of the event.
 
void write (Common::OStream &Stream) const
 

Protected Attributes

nameSimEvent_container_type m_info
 

Member Typedef Documentation

◆ amplitudeSimEvent_type [1/2]

◆ amplitudeSimEvent_type [2/2]

◆ events_container_type [1/2]

◆ events_container_type [2/2]

◆ gtimenSim_type [1/2]

◆ gtimenSim_type [2/2]

◆ gtimesSim_type [1/2]

◆ gtimesSim_type [2/2]

◆ name_type [1/2]

◆ name_type [2/2]

◆ nameSimEvent_container_type [1/2]

◆ nameSimEvent_container_type [2/2]

◆ nevent_type [1/2]

◆ nevent_type [2/2]

◆ positionSimEvent_type [1/2]

◆ positionSimEvent_type [2/2]

Constructor & Destructor Documentation

◆ FrTOCSimEvent() [1/4]

FrameCPP::Version_6::FrTOCSimEvent::FrTOCSimEvent ( )

◆ FrTOCSimEvent() [2/4]

FrameCPP::Version_6::FrTOCSimEvent::FrTOCSimEvent ( Common::IStream & Stream)
protected

◆ FrTOCSimEvent() [3/4]

FrameCPP::Version_6::FrTOCSimEvent::FrTOCSimEvent ( )

◆ FrTOCSimEvent() [4/4]

FrameCPP::Version_6::FrTOCSimEvent::FrTOCSimEvent ( Common::IStream & Stream)
protected

Member Function Documentation

◆ Bytes() [1/2]

Common::FrameSpec::size_type FrameCPP::Version_6::FrTOCSimEvent::Bytes ( const Common::StreamBase & Stream) const
inline

◆ Bytes() [2/2]

Common::FrameSpec::size_type FrameCPP::Version_6::FrTOCSimEvent::Bytes ( const Common::StreamBase & Stream) const

◆ Description() [1/2]

template<typename SE >
void FrameCPP::Version_6::FrTOCSimEvent::Description ( Common::Description & Desc)
static

◆ Description() [2/2]

template<typename SE >
static void FrameCPP::Version_6::FrTOCSimEvent::Description ( Common::Description & Desc)
static

◆ GetSimEvent() [1/2]

const FrTOCSimEvent::nameSimEvent_container_type & FrameCPP::Version_6::FrTOCSimEvent::GetSimEvent ( ) const
inline

◆ GetSimEvent() [2/2]

const nameSimEvent_container_type & FrameCPP::Version_6::FrTOCSimEvent::GetSimEvent ( ) const

◆ operator==() [1/2]

bool FrameCPP::Version_6::FrTOCSimEvent::operator== ( const FrTOCSimEvent & RHS) const

◆ operator==() [2/2]

bool FrameCPP::Version_6::FrTOCSimEvent::operator== ( const FrTOCSimEvent & RHS) const

◆ positionSimEvent() [1/4]

FrTOCSimEvent::positionSimEvent_type FrameCPP::Version_6::FrTOCSimEvent::positionSimEvent ( const std::string & EventType,
INT_4U Index ) const
protected

Locate the position of the event.

Parameters
[in]EventTypeThe name of the event.
[in]IndexOffset of the event.
Returns
The file position of the requested event.

◆ positionSimEvent() [2/4]

positionSimEvent_type FrameCPP::Version_6::FrTOCSimEvent::positionSimEvent ( const std::string & EventType,
INT_4U Index ) const
protected

Locate the position of the event.

Parameters
[in]EventTypeThe name of the event.
[in]IndexOffset of the event.
Returns
The file position of the requested event.

◆ positionSimEvent() [3/4]

FrTOCSimEvent::positionSimEvent_type FrameCPP::Version_6::FrTOCSimEvent::positionSimEvent ( INT_4U Frame,
const std::string & SimEvent ) const
protected

Locate the position of the event.

Parameters
[in]FrameFrame offset of the event.
[in]SimEventThe name of the event.
Returns
The file position of the requested event.

◆ positionSimEvent() [4/4]

positionSimEvent_type FrameCPP::Version_6::FrTOCSimEvent::positionSimEvent ( INT_4U Frame,
const std::string & SimEvent ) const
protected

Locate the position of the event.

Parameters
[in]FrameFrame offset of the event.
[in]SimEventThe name of the event.
Returns
The file position of the requested event.

◆ QuerySimEvent() [1/2]

void FrameCPP::Version_6::FrTOCSimEvent::QuerySimEvent ( const Common::TOCInfo & Info,
INT_4U FrameOffset,
INT_8U Position )

◆ QuerySimEvent() [2/2]

void FrameCPP::Version_6::FrTOCSimEvent::QuerySimEvent ( const Common::TOCInfo & Info,
INT_4U FrameOffset,
INT_8U Position )

◆ write() [1/2]

void FrameCPP::Version_6::FrTOCSimEvent::write ( Common::OStream & Stream) const
protected

◆ write() [2/2]

void FrameCPP::Version_6::FrTOCSimEvent::write ( Common::OStream & Stream) const
protected

Member Data Documentation

◆ event_type_size

static const int FrameCPP::Version_6::FrTOCSimEvent::event_type_size
static
Initial value:
= sizeof( gtimesSim_type ) +
sizeof( gtimenSim_type ) + sizeof( amplitudeSimEvent_type ) +
INT_4U gtimesSim_type
Definition FrTOCSimEvent.hh:51
INT_4U gtimenSim_type
Definition FrTOCSimEvent.hh:52
INT_8U positionSimEvent_type
Definition FrTOCSimEvent.hh:54
REAL_4 amplitudeSimEvent_type
Definition FrTOCSimEvent.hh:53

◆ m_info

nameSimEvent_container_type FrameCPP::Version_6::FrTOCSimEvent::m_info
protected

The documentation for this class was generated from the following files: