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

Classes | |
| struct | data_type |
Public Types | |
| typedef REAL_8 | timeoffset_type |
| typedef REAL_8 | fshift_type |
| typedef REAL_4 | phase_type |
| typedef REAL_8 | timeoffset_type |
| typedef REAL_8 | fshift_type |
| typedef REAL_4 | phase_type |
Public Member Functions | |
| FrSimDataStorage () | |
| FrSimDataStorage (const FrSimDataStorage &Source) | |
| FrSimDataStorage (const std::string &Name, const std::string &Comment, const REAL_4 SampleRate, const fshift_type FShift, const phase_type Phase, const timeoffset_type TimeOffset=DEFAULT_TIME_OFFSET) | |
| const std::string & | GetName () const |
| const std::string & | GetComment () const |
| REAL_4 | GetSampleRate () const |
| REAL_8 | GetTimeOffset () const |
| REAL_8 | GetFShift () const |
| REAL_4 | GetPhase () const |
| FrSimDataStorage () | |
| FrSimDataStorage (const FrSimDataStorage &Source) | |
| FrSimDataStorage (const std::string &Name, const std::string &Comment, const REAL_4 SampleRate, const fshift_type FShift, const phase_type Phase, const timeoffset_type TimeOffset=DEFAULT_TIME_OFFSET) | |
| const std::string & | GetName () const |
| const std::string & | GetComment () const |
| REAL_4 | GetSampleRate () const |
| REAL_8 | GetTimeOffset () const |
| REAL_8 | GetFShift () const |
| REAL_4 | GetPhase () const |
Static Public Attributes | |
| static const timeoffset_type | DEFAULT_TIME_OFFSET |
| static const fshift_type | DEFAULT_FSHIFT |
| static const phase_type | DEFAULT_PHASE |
Protected Attributes | |
| data_type | m_data |
| typedef REAL_8 FrameCPP::Version_6::FrSimDataStorage::fshift_type |
| typedef REAL_8 FrameCPP::Version_6::FrSimDataStorage::fshift_type |
| typedef REAL_4 FrameCPP::Version_6::FrSimDataStorage::phase_type |
| typedef REAL_4 FrameCPP::Version_6::FrSimDataStorage::phase_type |
| typedef REAL_8 FrameCPP::Version_6::FrSimDataStorage::timeoffset_type |
| typedef REAL_8 FrameCPP::Version_6::FrSimDataStorage::timeoffset_type |
| FrSimDataStorage::FrSimDataStorage | ( | ) |
| FrSimDataStorage::FrSimDataStorage | ( | const FrSimDataStorage & | Source | ) |
| FrSimDataStorage::FrSimDataStorage | ( | const std::string & | Name, |
| const std::string & | Comment, | ||
| const REAL_4 | SampleRate, | ||
| const fshift_type | FShift, | ||
| const phase_type | Phase, | ||
| const timeoffset_type | TimeOffset = DEFAULT_TIME_OFFSET ) |
| FrameCPP::Version_6::FrSimDataStorage::FrSimDataStorage | ( | ) |
| FrameCPP::Version_6::FrSimDataStorage::FrSimDataStorage | ( | const FrSimDataStorage & | Source | ) |
| FrameCPP::Version_6::FrSimDataStorage::FrSimDataStorage | ( | const std::string & | Name, |
| const std::string & | Comment, | ||
| const REAL_4 | SampleRate, | ||
| const fshift_type | FShift, | ||
| const phase_type | Phase, | ||
| const timeoffset_type | TimeOffset = DEFAULT_TIME_OFFSET ) |
|
inline |
| const std::string & FrameCPP::Version_6::FrSimDataStorage::GetComment | ( | ) | const |
|
inline |
| REAL_8 FrameCPP::Version_6::FrSimDataStorage::GetFShift | ( | ) | const |
|
inline |
| const std::string & FrameCPP::Version_6::FrSimDataStorage::GetName | ( | ) | const |
|
inline |
| REAL_4 FrameCPP::Version_6::FrSimDataStorage::GetPhase | ( | ) | const |
|
inline |
| REAL_4 FrameCPP::Version_6::FrSimDataStorage::GetSampleRate | ( | ) | const |
|
inline |
| REAL_8 FrameCPP::Version_6::FrSimDataStorage::GetTimeOffset | ( | ) | const |
|
static |
|
static |
|
static |
|
protected |