ldas-tools-framecpp
2.6.2
|
#include <FrTOCSimEvent.hh>
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_type > | events_container_type |
typedef std::map< name_type, events_container_type > | nameSimEvent_container_type |
Public Member Functions | |
FrTOCSimEvent () | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
const nameSimEvent_container_type & | GetSimEvent () 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) |
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. More... | |
positionSimEvent_type | positionSimEvent (const std::string &EventType, INT_4U Index) const |
Locate the position of the event. More... | |
void | write (Common::OStream &Stream) const |
Protected Attributes | |
nameSimEvent_container_type | m_info |
typedef REAL_4 FrameCPP::Version_6::FrTOCSimEvent::amplitudeSimEvent_type |
typedef std::vector< event_type > FrameCPP::Version_6::FrTOCSimEvent::events_container_type |
typedef INT_4U FrameCPP::Version_6::FrTOCSimEvent::gtimenSim_type |
typedef INT_4U FrameCPP::Version_6::FrTOCSimEvent::gtimesSim_type |
typedef std::map< name_type, events_container_type > FrameCPP::Version_6::FrTOCSimEvent::nameSimEvent_container_type |
typedef INT_4U FrameCPP::Version_6::FrTOCSimEvent::nevent_type |
typedef INT_8U FrameCPP::Version_6::FrTOCSimEvent::positionSimEvent_type |
FrameCPP::Version_6::FrTOCSimEvent::FrTOCSimEvent | ( | ) |
|
protected |
|
inline |
|
static |
|
inline |
bool FrameCPP::Version_6::FrTOCSimEvent::operator== | ( | const FrTOCSimEvent & | RHS | ) | const |
|
protected |
Locate the position of the event.
[in] | Frame | Frame offset of the event. |
[in] | SimEvent | The name of the event. |
|
protected |
Locate the position of the event.
[in] | EventType | The name of the event. |
[in] | Index | Offset of the event. |
void FrameCPP::Version_6::FrTOCSimEvent::QuerySimEvent | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
|
protected |
|
static |
|
protected |