ldas-tools-framecpp
2.6.4
|
#include <FrTOCEvent.hh>
Classes | |
struct | event_type |
Public Types | |
typedef INT_4U | nevent_type |
typedef STRING | name_type |
typedef INT_4U | gtimesEvent_type |
typedef INT_4U | gtimenEvent_type |
typedef REAL_4 | amplitudeEvent_type |
typedef INT_8U | positionEvent_type |
typedef std::vector< event_type > | events_container_type |
typedef std::map< name_type, events_container_type > | nameEvent_container_type |
Public Member Functions | |
FrTOCEvent () | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
const nameEvent_container_type & | GetEvent () const |
void | QueryEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
bool | operator== (const FrTOCEvent &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 | |
FrTOCEvent (Common::IStream &Stream) | |
positionEvent_type | positionEvent (INT_4U Frame, const std::string &Channel) const |
Locate the position of the event. More... | |
positionEvent_type | positionEvent (const std::string &EventType, INT_4U Index) const |
Locate the position of the event. More... | |
void | write (Common::OStream &Stream) const |
Protected Attributes | |
nameEvent_container_type | m_info |
typedef REAL_4 FrameCPP::Version_6::FrTOCEvent::amplitudeEvent_type |
typedef std::vector< event_type > FrameCPP::Version_6::FrTOCEvent::events_container_type |
typedef INT_4U FrameCPP::Version_6::FrTOCEvent::gtimenEvent_type |
typedef INT_4U FrameCPP::Version_6::FrTOCEvent::gtimesEvent_type |
typedef std::map< name_type, events_container_type > FrameCPP::Version_6::FrTOCEvent::nameEvent_container_type |
typedef INT_4U FrameCPP::Version_6::FrTOCEvent::nevent_type |
typedef INT_8U FrameCPP::Version_6::FrTOCEvent::positionEvent_type |
FrameCPP::Version_6::FrTOCEvent::FrTOCEvent | ( | ) |
|
protected |
|
inline |
|
static |
|
inline |
bool FrameCPP::Version_6::FrTOCEvent::operator== | ( | const FrTOCEvent & | RHS | ) | const |
|
protected |
Locate the position of the event.
[in] | Frame | Frame offset of the event. |
[in] | Event | 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::FrTOCEvent::QueryEvent | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
|
protected |
|
static |
|
protected |