Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
FrameCPP::Version_6::FrBase
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/FrProcData.hh"
public function member index: |
|||
FrProcData | (); | Default constructor | |
FrProcData | (const FrProcData& ProcData); | ||
FrProcData | (const std::string& Name, const std::string& Comment, INT_2U Type, INT_2U SubType, REAL_8 TimeOffset, REAL_8 TRange, REAL_8 FShift, REAL_4 Phase, REAL_8 FRange, REAL_8 BW); | ||
FrProcData | (const std::string& name, REAL_8 sampleRate, const GPSTime& timeOffset, REAL_8 fShift, REAL_4 phase); | ||
void | AppendComment | (const std::string& comment); | |
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const AuxParamList_type& | GetAuxParam | () const; | |
AuxParamList_type& | GetAuxParam | (); | |
REAL_8 | GetBW | () const; | |
const std::string& | GetComment | () const; | |
REAL_8 | GetFRange | () const; | |
REAL_8 | GetFShift | () const; | |
const std::string& | GetName | () const; | |
REAL_4 | GetPhase | () const; | |
INT_2U | GetSubType | () const; | |
REAL_8 | GetTRange | () const; | |
REAL_8 | GetTimeOffset | () const; | |
INT_2U | GetType | () const; | |
static const std::string& | IDSubTypeToString | (INT_2U Type, INT_2U SubType); | |
static const std::string& | IDTypeToString | (INT_2U Type); | |
FrProcData& | Merge | (const FrProcData& RHS); | Merge with another FrAdcData |
static FrProcData* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
const aux_type& | RefAux | () const; | |
aux_type& | RefAux | (); | |
const data_type& | RefData | () const; | |
data_type& | RefData | (); | |
const history_type& | RefHistory | () const; | |
history_type& | RefHistory | (); | |
const table_type& | RefTable | () const; | |
table_type& | RefTable | (); | |
void | SetFRange | (REAL_8 FRange); | |
void | SetSubType | (subType_type SubType); | |
void | SetTRange | (REAL_8 TRange); | |
void | SetTimeOffset | (REAL_8 TimeOffset); | |
void | SetType | (type_type Type); | |
std::auto_ptr< FrProcData > | SubFrProcData | (REAL_8 Offset, REAL_8 Dt) const; | Retrieve a portion of the current FrProcData |
virtual void | Write | (OFrameStream& Stream) const; | Write the structure to the stream |
virtual void | WriteDescription | (OFrameStream& Stream) const; | Write the structure description to the stream |
inline void | appendComment | (const std::string& comment); | |
inline const std::string& | getComment | () const; | |
inline REAL_8 | getFShift | () const; | |
const std::string& | getName | () const; | |
inline REAL_4 | getPhase | () const; | |
inline REAL_8 | getSampleRate | () const; | |
static const CHAR* | getStaticName | (); | |
inline const GPSTime& | getTimeOffset | () const; | |
inline const aux_type& | refAux | () const; | |
inline aux_type& | refAux | (); | |
inline const data_type& | refData | () const; | |
inline data_type& | refData | (); | |
inline const table_type& | refTable | () const; | |
inline table_type& | refTable | (); | |
inline void | setTimeOffset | (const INT_4S sec = 0, const INT_4U nan = 0); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |
mutable | struct | (); | |
std::auto_ptr< FrProcData > | sub_time_series | (REAL_8 Offset, REAL_8 Dt) const; | |
void | sync_with_vector | () const; | |