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/FrDetector.hh"
public function member index: |
|||
FrDetector | (); | Default constructor | |
FrDetector | (const std::string& Name, const char* Prefix, const REAL_8 Longitude, const REAL_8 Latitude, const REAL_4 Elevation, const REAL_4 ArmXazimuth, const REAL_4 ArmYazimuth, const REAL_4 ArmXaltitude, const REAL_4 ArmYaltitude, const REAL_4 ArmXmidpoint, const REAL_4 ArmYmidpoint, const INT_4S LocalTime); | ||
FrDetector | (const FrDetector& detector); | ||
FrDetector | (const std::string& name, REAL_8 longitude, REAL_8 latitude, REAL_4 elevation, REAL_4 armXazimuth, REAL_4 armYazimuth, REAL_4 armXaltitude, REAL_4 armYaltitude, REAL_4 armXmidpoint, REAL_4 armYmidpoint, INT_4S localTime, INT_4U dataQuality, const std::string& qaBitList); | ||
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
REAL_4 | GetArmXaltitude | () const; | |
REAL_4 | GetArmXazimuth | () const; | |
REAL_4 | GetArmXmidpoint | () const; | |
REAL_4 | GetArmYaltitude | () const; | |
REAL_4 | GetArmYazimuth | () const; | |
REAL_4 | GetArmYmidpoint | () const; | |
REAL_4 | GetElevation | () const; | |
REAL_8 | GetLatitude | () const; | |
INT_4S | GetLocalTime | () const; | |
REAL_8 | GetLongitude | () const; | |
const std::string& | GetName | () const; | |
const CHAR* | GetPrefix | () const; | |
FrDetector& | Merge | (const FrDetector& RHS); | Merge with another FrDetector |
static FrDetector* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
const aux_type& | RefAux | () const; | |
aux_type& | RefAux | (); | |
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 |
REAL_4 | getArmXAltitude | () const; | |
REAL_4 | getArmXAzimuth | () const; | |
REAL_4 | getArmXMidpoint | () const; | |
REAL_4 | getArmYAltitude | () const; | |
REAL_4 | getArmYAzimuth | () const; | |
REAL_4 | getArmYMidpoint | () const; | |
INT_4U | getDataQuality | () const; | |
REAL_4 | getElevation | () const; | |
REAL_8 | getLatitude | () const; | |
INT_4S | getLocalTime | () const; | |
REAL_8 | getLongitude | () const; | |
const std::string& | getName | () const; | |
const std::string& | getQaBitList | () const; | |
static const CHAR* | getStaticName | (); | |
MoreContainer& | refMore | (); | |
const MoreContainer& | refMore | () const; | |
MoreTableContainer& | refMoreTable | (); | |
const MoreTableContainer& | refMoreTable | () const; | |
StatDataContainer& | refStatData | (); | |
const StatDataContainer& | refStatData | () const; | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |