|
ldas-tools-framecpp 3.0.4
|
#include <FrStatData.hh>

Classes | |
| struct | data_type |
Public Types | |
| typedef INT_4U | timeStart_type |
| typedef INT_4U | timeEnd_type |
| typedef INT_4U | version_type |
| typedef INT_4U | timeStart_type |
| typedef INT_4U | timeEnd_type |
| typedef INT_4U | version_type |
Public Member Functions | |
| FrStatDataStorage () | |
| FrStatDataStorage (const std::string &Name, const std::string &Comment, const timeStart_type TimeStart, const timeEnd_type TimeEnd, const version_type Version) | |
| const std::string & | GetName () const |
| const std::string & | GetComment () const |
| timeStart_type | GetTimeStart () const |
| timeEnd_type | GetTimeEnd () const |
| version_type | GetVersion () const |
| bool | operator== (const FrStatDataStorage &RHS) const |
| FrStatDataStorage () | |
| FrStatDataStorage (const std::string &Name, const std::string &Comment, const timeStart_type TimeStart, const timeEnd_type TimeEnd, const version_type Version) | |
| const std::string & | GetName () const |
| const std::string & | GetComment () const |
| timeStart_type | GetTimeStart () const |
| timeEnd_type | GetTimeEnd () const |
| version_type | GetVersion () const |
| bool | operator== (const FrStatDataStorage &RHS) const |
Protected Attributes | |
| data_type | m_data |
| typedef INT_4U FrameCPP::Version_3::FrStatDataStorage::timeEnd_type |
| typedef INT_4U FrameCPP::Version_3::FrStatDataStorage::timeEnd_type |
| typedef INT_4U FrameCPP::Version_3::FrStatDataStorage::timeStart_type |
| typedef INT_4U FrameCPP::Version_3::FrStatDataStorage::timeStart_type |
| typedef INT_4U FrameCPP::Version_3::FrStatDataStorage::version_type |
| typedef INT_4U FrameCPP::Version_3::FrStatDataStorage::version_type |
|
inline |
|
inline |
| FrameCPP::Version_3::FrStatDataStorage::FrStatDataStorage | ( | ) |
| FrameCPP::Version_3::FrStatDataStorage::FrStatDataStorage | ( | const std::string & | Name, |
| const std::string & | Comment, | ||
| const timeStart_type | TimeStart, | ||
| const timeEnd_type | TimeEnd, | ||
| const version_type | Version ) |
|
inline |
| const std::string & FrameCPP::Version_3::FrStatDataStorage::GetComment | ( | ) | const |
|
inline |
| const std::string & FrameCPP::Version_3::FrStatDataStorage::GetName | ( | ) | const |
|
inline |
| timeEnd_type FrameCPP::Version_3::FrStatDataStorage::GetTimeEnd | ( | ) | const |
|
inline |
| timeStart_type FrameCPP::Version_3::FrStatDataStorage::GetTimeStart | ( | ) | const |
|
inline |
| version_type FrameCPP::Version_3::FrStatDataStorage::GetVersion | ( | ) | const |
|
inline |
| bool FrameCPP::Version_3::FrStatDataStorage::operator== | ( | const FrStatDataStorage & | RHS | ) | const |
|
protected |