public function member index: |
| FrameH | (); | Default constructor |
| FrameH | (const FrameH& frame, detector_copy_type Copy = SHALLOW_COPY_DETECTORS); | |
| FrameH | (const std::string& name, INT_4S run, INT_4U frame, const GPSTime& time, INT_2U uLeapS, const REAL_8& dt, INT_4U dqual = 0); | |
| ~FrameH | (); | |
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
INT_4U | GetDataQuality | () const; | |
REAL_8 | GetDt | () const; | |
INT_4U | GetFrame | () const; | |
const GPSTime& | GetGTime | () const; | |
const std::string& | GetName | () const; | |
const FrRawData* | GetRawData | () const; | |
FrRawData* | GetRawData | (); | |
INT_4S | GetRun | () const; | |
INT_2U | GetULeapS | () const; | |
static FrameH* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
void | ReadSubset | (IFrameStream& Stream, INT_4U ContainerSet); | |
const auxData_type& | RefAuxData | () const; | |
auxData_type& | RefAuxData | (); | |
const auxTable_type& | RefAuxTable | () const; | |
auxTable_type& | RefAuxTable | (); | |
const detectProc_type& | RefDetectProc | () const; | |
detectProc_type& | RefDetectProc | (); | |
const detectSim_type& | RefDetectSim | () const; | |
detectSim_type& | RefDetectSim | (); | |
const event_type& | RefEvent | () const; | |
event_type& | RefEvent | (); | |
const history_type& | RefHistory | () const; | |
history_type& | RefHistory | (); | |
const procData_type& | RefProcData | () const; | |
procData_type& | RefProcData | (); | |
const simData_type& | RefSimData | () const; | |
simData_type& | RefSimData | (); | |
const simEvent_type& | RefSimEvent | () const; | |
simEvent_type& | RefSimEvent | (); | |
const summaryData_type& | RefSummaryData | () const; | |
summaryData_type& | RefSummaryData | (); | |
const type_type& | RefType | () const; | |
type_type& | RefType | (); | |
const user_type& | RefUser | () const; | |
user_type& | RefUser | (); | |
void | SetDataQuality | (INT_4U DataQuality); | |
void | SetDt | (REAL_8 Dt); | |
void | SetGTime | (const GPSTime& GTime); | |
void | SetRawData | (const FrRawData& r); | |
void | SetRawData | (const FrRawData* r); | |
void | SetRawData | (FrRawData* r, bool allocate, bool owns); | |
void | SetRun | (INT_4S Run); | |
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 |
INT_4U | getDataQuality | () const; | |
REAL_8 | getDt | () const; | |
INT_4U | getFrame | () const; | |
const GPSTime& | getGTime | () const; | |
const std::string& | getName | () const; | |
FrRawData* | getRawData | (); | |
const FrRawData* | getRawData | () const; | |
INT_4S | getRun | () const; | |
static const CHAR* | getStaticName | (); | |
INT_2U | getULeapS | () const; | |
AuxContainer& | refAux | (); | |
const AuxContainer& | refAux | () const; | |
DetectorProcContainer& | refDetectorProc | (); | |
const DetectorProcContainer& | refDetectorProc | () const; | |
DetectorSimContainer& | refDetectorSim | (); | |
const DetectorSimContainer& | refDetectorSim | () const; | |
EventContainer& | refEvent | (); | |
const EventContainer& | refEvent | () const; | |
HistoryContainer& | refHistory | (); | |
const HistoryContainer& | refHistory | () const; | |
ProcDataContainer& | refProcData | (); | |
const ProcDataContainer& | refProcData | () const; | |
SimDataContainer& | refSimData | (); | |
const SimDataContainer& | refSimData | () const; | |
SimEventContainer& | refSimEvent | (); | |
const SimEventContainer& | refSimEvent | () const; | |
SummaryContainer& | refSummary | (); | |
const SummaryContainer& | refSummary | () const; | |
TableContainer& | refTable | (); | |
const TableContainer& | refTable | () const; | |
TypeContainer& | refType | (); | |
const TypeContainer& | refType | () const; | |
UserContainer& | refUser | (); | |
const UserContainer& | refUser | () const; | |
void | setDt | (REAL_8 Dt); | |
void | setRawData | (const FrRawData& r); | |
void | setRawData | (const FrRawData* r); | |
void | setRawData | (FrRawData* r, bool allocate = true , bool owns = true); | |
|
private function member index: |
void | read | (IFrameStream& Stream); | |
|