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/FrSimData.hh"
public function member index: |
|||
FrSimData | (); | Default constructor | |
FrSimData | (const FrSimData& SimData); | ||
FrSimData | (const std::string& name, const std::string& comment, REAL_4 sampleRate, REAL_8 fshift, REAL_4 phase); | ||
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const std::string& | GetComment | () const; | |
REAL_8 | GetFShift | () const; | |
const std::string& | GetName | () const; | |
REAL_4 | GetPhase | () const; | |
REAL_4 | GetSampleRate | () const; | |
REAL_8 | GetTimeOffset | () const; | |
FrSimData& | Merge | (const FrSimData& RHS); | Merge with another FrAdcData |
static FrSimData* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
const data_type& | RefData | () const; | |
data_type& | RefData | (); | |
const input_type& | RefInput | () const; | |
input_type& | RefInput | (); | |
const table_type& | RefTable | () const; | |
table_type& | RefTable | (); | |
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 |
const std::string& | getComment | () const; | |
REAL_8 | getFShift | () const; | |
const std::string& | getName | () const; | |
REAL_4 | getPhase | () const; | |
REAL_4 | getSampleRate | () const; | |
static const CHAR* | getStaticName | (); | |
const data_type& | refData | () const; | |
data_type& | refData | (); | |
const input_type& | refInput | () const; | |
input_type& | refInput | (); | |
const table_type& | refTable | () const; | |
table_type& | refTable | (); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |