ldas-tools-framecpp  2.7.0
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
FrameCPP::Version_8::FrDetector Class Referenceabstract

Detector data. More...

#include <FrDetector.hh>

Inheritance diagram for FrameCPP::Version_8::FrDetector:
Inheritance graph
[legend]
Collaboration diagram for FrameCPP::Version_8::FrDetector:
Collaboration graph
[legend]

Classes

struct  fr_detector_data_type
 

Public Types

typedef Common::SearchContainer< FrVect, &FrVect::GetNameaux_type
 
typedef aux_type::iterator aux_iterator
 
typedef aux_type::const_iterator const_aux_iterator
 
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlowtable_type
 
typedef table_type::iterator table_iterator
 
typedef table_type::const_iterator const_table_iterator
 
typedef FR_DETECTOR_LONGITUDE_TYPE longitude_type
 
typedef FR_DETECTOR_LATITUDE_TYPE latitude_type
 
typedef FR_DETECTOR_ELEVATION_TYPE elevation_type
 
typedef FR_DETECTOR_ARM_X_AZIMUTH_TYPE armXazimuth_type
 
typedef FR_DETECTOR_ARM_Y_AZIMUTH_TYPE armYazimuth_type
 
typedef FR_DETECTOR_ARM_X_ALTITUDE_TYPE armXaltitude_type
 
typedef FR_DETECTOR_ARM_Y_ALTITUDE_TYPE armYaltitude_type
 
typedef FR_DETECTOR_ARM_X_MIDPOINT_TYPE armXmidpoint_type
 
typedef FR_DETECTOR_ARM_Y_MIDPOINT_TYPE armYmidpoint_type
 
typedef FR_DETECTOR_LOCAL_TIME_TYPE localTime_type
 
typedef Common::SearchContainer< FrVect, &FrVect::GetNameaux_type
 
typedef aux_type::iterator aux_iterator
 
typedef aux_type::const_iterator const_aux_iterator
 
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlowtable_type
 
typedef table_type::iterator table_iterator
 
typedef table_type::const_iterator const_table_iterator
 
typedef FR_DETECTOR_LONGITUDE_TYPE longitude_type
 
typedef FR_DETECTOR_LATITUDE_TYPE latitude_type
 
typedef FR_DETECTOR_ELEVATION_TYPE elevation_type
 
typedef FR_DETECTOR_ARM_X_AZIMUTH_TYPE armXazimuth_type
 
typedef FR_DETECTOR_ARM_Y_AZIMUTH_TYPE armYazimuth_type
 
typedef FR_DETECTOR_ARM_X_ALTITUDE_TYPE armXaltitude_type
 
typedef FR_DETECTOR_ARM_Y_ALTITUDE_TYPE armYaltitude_type
 
typedef FR_DETECTOR_ARM_X_MIDPOINT_TYPE armXmidpoint_type
 
typedef FR_DETECTOR_ARM_Y_MIDPOINT_TYPE armYmidpoint_type
 
typedef FR_DETECTOR_LOCAL_TIME_TYPE localTime_type
 
typedef ObjectWithChecksum< Common::FrDetector, checksum_typeself_type
 
typedef ObjectWithChecksum< Common::FrDetector, checksum_typeself_type
 
typedef IStream istream_type
 
typedef IStream istream_type
 
typedef OStream ostream_type
 
typedef OStream ostream_type
 
typedef FrameSpec::version_type frame_spec_version_type
 
typedef FrameSpec::version_type frame_spec_version_type
 
typedef std::unique_ptr< Objectunique_object_type
 
typedef std::unique_ptr< Objectunique_object_type
 
typedef object_type demote_arg_type
 
typedef object_type demote_arg_type
 
typedef object_type demote_ret_type
 
typedef object_type demote_ret_type
 
typedef object_type promote_arg_type
 
typedef object_type promote_arg_type
 
typedef object_type promote_ret_type
 
typedef object_type promote_ret_type
 
enum  {
  DT_CHAR_PTR, DT_STRING_2, DT_INT_2S, DT_INT_2U,
  DT_INT_4S, DT_INT_4U, DT_INT_8S, DT_INT_8U,
  DT_REAL_4, DT_REAL_8
}
 
enum  {
  IC_EOQ, IC_AMPLITUDE, IC_CHANNEL_ID, IC_DATA_QUALITY,
  IC_DATA_VALID, IC_DETECTOR, IC_DETECTOR_PREFIX, IC_DT,
  IC_END, IC_FRAME, IC_GROUP_ID, IC_GTIME_N,
  IC_GTIME_S, IC_ID, IC_LOCAL_TIME, IC_NAME,
  IC_RUN, IC_START, IC_ULEAP_S, IC_VERSION
}
 
enum  {
  DT_CHAR_PTR, DT_STRING_2, DT_INT_2S, DT_INT_2U,
  DT_INT_4S, DT_INT_4U, DT_INT_8S, DT_INT_8U,
  DT_REAL_4, DT_REAL_8
}
 
enum  {
  IC_EOQ, IC_AMPLITUDE, IC_CHANNEL_ID, IC_DATA_QUALITY,
  IC_DATA_VALID, IC_DETECTOR, IC_DETECTOR_PREFIX, IC_DT,
  IC_END, IC_FRAME, IC_GROUP_ID, IC_GTIME_N,
  IC_GTIME_S, IC_ID, IC_LOCAL_TIME, IC_NAME,
  IC_RUN, IC_START, IC_ULEAP_S, IC_VERSION
}
 
typedef STRING< INT_2U > string_2_type
 
typedef STRING< INT_2U > string_2_type
 

Public Member Functions

 FrDetector ()
 Default constructor. More...
 
 FrDetector (const std::string &Name, const char *Prefix, const longitude_type Longitude, const latitude_type Latitude, const elevation_type Elevation, const armXazimuth_type ArmXazimuth, const armYazimuth_type ArmYazimuth, const armXaltitude_type ArmXaltitude, const armYaltitude_type ArmYaltitude, const armXmidpoint_type ArmXmidpoint, const armYmidpoint_type ArmYmidpoint, const localTime_type LocalTime)
 Constructor. More...
 
 FrDetector (const FrDetector &detector)
 Copy constructor. More...
 
 FrDetector (Previous::FrDetector &Source, istream_type *Stream)
 Promotion Constructor. More...
 
virtual const char * ObjectStructName () const
 The name structure name of this object. More...
 
const std::string & GetName () const
 Retrieve the name of the instrument. More...
 
const CHAR * GetPrefix () const
 Retrieve the prefix of the instrument. More...
 
longitude_type GetLongitude () const
 Retrieve the longitude of the detector vertex. More...
 
latitude_type GetLatitude () const
 Retrieve the latitude of the detector vertex. More...
 
elevation_type GetElevation () const
 Retrieve the vertex elevation of the detector. More...
 
armXazimuth_type GetArmXazimuth () const
 Retrieve the orientation of X arm of the detector. More...
 
armYazimuth_type GetArmYazimuth () const
 Retrieve the orientation of Y arm of the detector. More...
 
armXaltitude_type GetArmXaltitude () const
 Retrieve the altitude angle of X arm of the detector. More...
 
armYaltitude_type GetArmYaltitude () const
 Retrieve the altitude angle of Y arm of the detector. More...
 
armXmidpoint_type GetArmXmidpoint () const
 Retrieve the midpoint of the X arm of the detector. More...
 
armYmidpoint_type GetArmYmidpoint () const
 Retrieve the midpoint of the Y arm of the detector. More...
 
localTime_type GetLocalTime () const
 Retrieve the local seasonal time. More...
 
const aux_typeRefAux () const
 Identifier for vector for user-provided information. More...
 
aux_typeRefAux ()
 Identifier for vector for user-provided information. More...
 
const table_typeRefTable () const
 Identifier for user-provided information in table format. More...
 
table_typeRefTable ()
 Identifier for user-provided information in table format. More...
 
FrDetectorMerge (const FrDetector &RHS)
 Merge with another FrDetector. More...
 
bool operator== (const FrDetector &RHS) const
 equality operator More...
 
virtual bool operator== (const Common::FrameSpec::Object &RHS) const
 equality operator for abstract data type More...
 
 FrDetector ()
 Default constructor. More...
 
 FrDetector (const std::string &Name, const char *Prefix, const longitude_type Longitude, const latitude_type Latitude, const elevation_type Elevation, const armXazimuth_type ArmXazimuth, const armYazimuth_type ArmYazimuth, const armXaltitude_type ArmXaltitude, const armYaltitude_type ArmYaltitude, const armXmidpoint_type ArmXmidpoint, const armYmidpoint_type ArmYmidpoint, const localTime_type LocalTime)
 Constructor. More...
 
 FrDetector (const FrDetector &detector)
 Copy constructor. More...
 
 FrDetector (Previous::FrDetector &Source, istream_type *Stream)
 Promotion Constructor. More...
 
virtual const char * ObjectStructName () const
 The name structure name of this object. More...
 
const std::string & GetName () const
 Retrieve the name of the instrument. More...
 
const CHAR * GetPrefix () const
 Retrieve the prefix of the instrument. More...
 
longitude_type GetLongitude () const
 Retrieve the longitude of the detector vertex. More...
 
latitude_type GetLatitude () const
 Retrieve the latitude of the detector vertex. More...
 
elevation_type GetElevation () const
 Retrieve the vertex elevation of the detector. More...
 
armXazimuth_type GetArmXazimuth () const
 Retrieve the orientation of X arm of the detector. More...
 
armYazimuth_type GetArmYazimuth () const
 Retrieve the orientation of Y arm of the detector. More...
 
armXaltitude_type GetArmXaltitude () const
 Retrieve the altitude angle of X arm of the detector. More...
 
armYaltitude_type GetArmYaltitude () const
 Retrieve the altitude angle of Y arm of the detector. More...
 
armXmidpoint_type GetArmXmidpoint () const
 Retrieve the midpoint of the X arm of the detector. More...
 
armYmidpoint_type GetArmYmidpoint () const
 Retrieve the midpoint of the Y arm of the detector. More...
 
localTime_type GetLocalTime () const
 Retrieve the local seasonal time. More...
 
const aux_typeRefAux () const
 Identifier for vector for user-provided information. More...
 
aux_typeRefAux ()
 Identifier for vector for user-provided information. More...
 
const table_typeRefTable () const
 Identifier for user-provided information in table format. More...
 
table_typeRefTable ()
 Identifier for user-provided information in table format. More...
 
FrDetectorMerge (const FrDetector &RHS)
 Merge with another FrDetector. More...
 
bool operator== (const FrDetector &RHS) const
 equality operator More...
 
virtual bool operator== (const Common::FrameSpec::Object &RHS) const
 equality operator for abstract data type More...
 
virtual streamsize_type Bytes (const StreamBase &Stream) const
 Return the number of bytes for this object. More...
 
virtual streamsize_type Bytes (const StreamBase &Stream) const
 Return the number of bytes for this object. More...
 
virtual self_typeCreate (istream_type &Stream) const
 Virtual constructor. More...
 
virtual self_typeCreate (istream_type &Stream) const
 Virtual constructor. More...
 
virtual void Write (ostream_type &Stream) const
 Write object to the stream. More...
 
virtual void Write (ostream_type &Stream) const
 Write object to the stream. More...
 
virtual void Write (ostream_type &Stream) const =0
 Write object to the stream. More...
 
class_type GetClass () const
 Retrieve the class identifier. More...
 
class_type GetClass () const
 Retrieve the class identifier. More...
 
const DescriptionGetDescription () const
 Retrieve FrSH/FrSE description of the parent object. More...
 
const DescriptionGetDescription () const
 Retrieve FrSH/FrSE description of the parent object. More...
 
ostream_typeWriteNext (ostream_type &Stream) const
 Write a next pointer to the parent to the stream. More...
 
ostream_typeWriteNext (ostream_type &Stream) const
 Write a next pointer to the parent to the stream. More...
 
virtual ObjectClone () const
 constructor - virtual copy constructor More...
 
virtual ObjectClone () const
 constructor - virtual copy constructor More...
 
template<typename PreviousType , typename CurrentType >
FrameSpec::ObjectInterface::promote_ret_type PromoteObject (FrameSpec::ObjectInterface::frame_spec_version_type Target, FrameSpec::ObjectInterface::frame_spec_version_type Source, FrameSpec::ObjectInterface::promote_arg_type Obj, IStream *Stream)
 
virtual void VerifyObject (Verify &Verifier, IFrameStream &Stream) const
 Verify an object. More...
 
virtual void VerifyObject (Verify &Verifier, IFrameStream &Stream) const
 Verify an object. More...
 
void TOCQuery (int InfoClass,...) const
 
void TOCQuery (int InfoClass,...) const
 

Static Public Member Functions

static const char * StructName ()
 The name structure name of this object. More...
 
static const Common::DescriptionStructDescription ()
 The description of structure. More...
 
static promote_ret_type Promote (INT_2U Source, promote_arg_type Obj, istream_type *Stream)
 Promote previous version of object to this version. More...
 
static const char * StructName ()
 The name structure name of this object. More...
 
static const Common::DescriptionStructDescription ()
 The description of structure. More...
 
static promote_ret_type Promote (INT_2U Source, promote_arg_type Obj, istream_type *Stream)
 Promote previous version of object to this version. More...
 
static const char * CheckSumDataClass ()
 Data class to be used in class field of FrSE. More...
 
static const char * CheckSumDataClass ()
 Data class to be used in class field of FrSE. More...
 
static const char * CheckSumDataComment ()
 Comment to be used in comment field of FrSE. More...
 
static const char * CheckSumDataComment ()
 Comment to be used in comment field of FrSE. More...
 
static object_type DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream)
 Down grade an object. More...
 
static object_type DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream)
 Down grade an object. More...
 
static object_type PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream)
 Upgrade an object. More...
 
template<typename PreviousType , typename CurrentType >
static object_type PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream)
 Upgrade an object. More...
 
static object_type PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream)
 Upgrade an object. More...
 
template<typename PreviousType , typename CurrentType >
static object_type PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream)
 Upgrade an object. More...
 
template<class T >
static int DataType (const T *Data)
 
template<class T >
static int DataType (const T &Data)
 
template<class T >
static int DataType (const T *Data)
 
template<class T >
static int DataType (const T &Data)
 

Static Public Attributes

static const FrameSpec::Info::frame_object_types STRUCT_ID
 

Protected Member Functions

virtual demote_ret_type demote (INT_2U Target, demote_arg_type Obj, istream_type *Stream) const
 Demotes object to previous version of the frame spec. More...
 
virtual promote_ret_type promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const
 Promotes object to another version of the frame spec. More...
 
cmn_streamsize_type pBytes (const Common::StreamBase &Stream) const
 Number of bytes needed to write this structure. More...
 
virtual FrDetectorpCreate (istream_type &Stream) const
 Virtual constructor. More...
 
virtual void pWrite (ostream_type &Stream) const
 Write the structure to the stream. More...
 
virtual void vTOCQuery (int InfoClass, va_list vl) const
 Answer requests for information as needed by TOC. More...
 
virtual demote_ret_type demote (INT_2U Target, demote_arg_type Obj, istream_type *Stream) const
 Demotes object to previous version of the frame spec. More...
 
virtual promote_ret_type promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const
 Promotes object to another version of the frame spec. More...
 
cmn_streamsize_type pBytes (const Common::StreamBase &Stream) const
 Number of bytes needed to write this structure. More...
 
virtual FrDetectorpCreate (istream_type &Stream) const
 Virtual constructor. More...
 
virtual void pWrite (ostream_type &Stream) const
 Write the structure to the stream. More...
 
virtual void vTOCQuery (int InfoClass, va_list vl) const
 Answer requests for information as needed by TOC. More...
 
virtual void pWrite (ostream_type &Stream) const=0
 Write the structure to the stream. More...
 
virtual class_type getClass () const
 Retrieve the class identifier. More...
 
virtual class_type getClass () const
 Retrieve the class identifier. More...
 

Private Types

typedef ObjectWithChecksum< Common::FrDetectorobject_type
 
typedef ObjectWithChecksum< Common::FrDetectorobject_type
 

Private Member Functions

 FrDetector (istream_type &Stream)
 
 FrDetector (istream_type &Stream)
 

Private Attributes

fr_detector_data_type m_data
 

Detailed Description

Detector data.

Member Typedef Documentation

◆ armXaltitude_type [1/2]

typedef FR_DETECTOR_ARM_X_ALTITUDE_TYPE FrameCPP::Version_8::FrDetector::armXaltitude_type

◆ armXaltitude_type [2/2]

typedef FR_DETECTOR_ARM_X_ALTITUDE_TYPE FrameCPP::Version_8::FrDetector::armXaltitude_type

◆ armXazimuth_type [1/2]

typedef FR_DETECTOR_ARM_X_AZIMUTH_TYPE FrameCPP::Version_8::FrDetector::armXazimuth_type

◆ armXazimuth_type [2/2]

typedef FR_DETECTOR_ARM_X_AZIMUTH_TYPE FrameCPP::Version_8::FrDetector::armXazimuth_type

◆ armXmidpoint_type [1/2]

typedef FR_DETECTOR_ARM_X_MIDPOINT_TYPE FrameCPP::Version_8::FrDetector::armXmidpoint_type

◆ armXmidpoint_type [2/2]

typedef FR_DETECTOR_ARM_X_MIDPOINT_TYPE FrameCPP::Version_8::FrDetector::armXmidpoint_type

◆ armYaltitude_type [1/2]

typedef FR_DETECTOR_ARM_Y_ALTITUDE_TYPE FrameCPP::Version_8::FrDetector::armYaltitude_type

◆ armYaltitude_type [2/2]

typedef FR_DETECTOR_ARM_Y_ALTITUDE_TYPE FrameCPP::Version_8::FrDetector::armYaltitude_type

◆ armYazimuth_type [1/2]

typedef FR_DETECTOR_ARM_Y_AZIMUTH_TYPE FrameCPP::Version_8::FrDetector::armYazimuth_type

◆ armYazimuth_type [2/2]

typedef FR_DETECTOR_ARM_Y_AZIMUTH_TYPE FrameCPP::Version_8::FrDetector::armYazimuth_type

◆ armYmidpoint_type [1/2]

typedef FR_DETECTOR_ARM_Y_MIDPOINT_TYPE FrameCPP::Version_8::FrDetector::armYmidpoint_type

◆ armYmidpoint_type [2/2]

typedef FR_DETECTOR_ARM_Y_MIDPOINT_TYPE FrameCPP::Version_8::FrDetector::armYmidpoint_type

◆ aux_iterator [1/2]

typedef aux_type::iterator FrameCPP::Version_8::FrDetector::aux_iterator

◆ aux_iterator [2/2]

typedef aux_type::iterator FrameCPP::Version_8::FrDetector::aux_iterator

◆ aux_type [1/2]

typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameCPP::Version_8::FrDetector::aux_type

◆ aux_type [2/2]

typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameCPP::Version_8::FrDetector::aux_type

◆ const_aux_iterator [1/2]

typedef aux_type::const_iterator FrameCPP::Version_8::FrDetector::const_aux_iterator

◆ const_aux_iterator [2/2]

typedef aux_type::const_iterator FrameCPP::Version_8::FrDetector::const_aux_iterator

◆ const_table_iterator [1/2]

typedef table_type::const_iterator FrameCPP::Version_8::FrDetector::const_table_iterator

◆ const_table_iterator [2/2]

typedef table_type::const_iterator FrameCPP::Version_8::FrDetector::const_table_iterator

◆ demote_arg_type [1/2]

◆ demote_arg_type [2/2]

◆ demote_ret_type [1/2]

◆ demote_ret_type [2/2]

◆ elevation_type [1/2]

typedef FR_DETECTOR_ELEVATION_TYPE FrameCPP::Version_8::FrDetector::elevation_type

◆ elevation_type [2/2]

typedef FR_DETECTOR_ELEVATION_TYPE FrameCPP::Version_8::FrDetector::elevation_type

◆ frame_spec_version_type [1/2]

◆ frame_spec_version_type [2/2]

◆ istream_type [1/2]

◆ istream_type [2/2]

◆ latitude_type [1/2]

typedef FR_DETECTOR_LATITUDE_TYPE FrameCPP::Version_8::FrDetector::latitude_type

◆ latitude_type [2/2]

typedef FR_DETECTOR_LATITUDE_TYPE FrameCPP::Version_8::FrDetector::latitude_type

◆ localTime_type [1/2]

typedef FR_DETECTOR_LOCAL_TIME_TYPE FrameCPP::Version_8::FrDetector::localTime_type

◆ localTime_type [2/2]

typedef FR_DETECTOR_LOCAL_TIME_TYPE FrameCPP::Version_8::FrDetector::localTime_type

◆ longitude_type [1/2]

typedef FR_DETECTOR_LONGITUDE_TYPE FrameCPP::Version_8::FrDetector::longitude_type

◆ longitude_type [2/2]

typedef FR_DETECTOR_LONGITUDE_TYPE FrameCPP::Version_8::FrDetector::longitude_type

◆ object_type [1/2]

typedef ObjectWithChecksum< Common::FrDetector > FrameCPP::Version_8::FrDetector::object_type
private

◆ object_type [2/2]

typedef ObjectWithChecksum< Common::FrDetector > FrameCPP::Version_8::FrDetector::object_type
private

◆ ostream_type [1/2]

◆ ostream_type [2/2]

◆ promote_arg_type [1/2]

◆ promote_arg_type [2/2]

◆ promote_ret_type [1/2]

◆ promote_ret_type [2/2]

◆ self_type [1/2]

◆ self_type [2/2]

◆ string_2_type [1/2]

typedef STRING< INT_2U > FrameCPP::Common::TOCInfo::string_2_type
inherited

◆ string_2_type [2/2]

typedef STRING< INT_2U > FrameCPP::Common::TOCInfo::string_2_type
inherited

◆ table_iterator [1/2]

typedef table_type::iterator FrameCPP::Version_8::FrDetector::table_iterator

◆ table_iterator [2/2]

typedef table_type::iterator FrameCPP::Version_8::FrDetector::table_iterator

◆ table_type [1/2]

typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > FrameCPP::Version_8::FrDetector::table_type

◆ table_type [2/2]

typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > FrameCPP::Version_8::FrDetector::table_type

◆ unique_object_type [1/2]

◆ unique_object_type [2/2]

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited
Enumerator
DT_CHAR_PTR 
DT_STRING_2 
DT_INT_2S 
DT_INT_2U 
DT_INT_4S 
DT_INT_4U 
DT_INT_8S 
DT_INT_8U 
DT_REAL_4 
DT_REAL_8 

◆ anonymous enum

anonymous enum
inherited
Enumerator
IC_EOQ 
IC_AMPLITUDE 
IC_CHANNEL_ID 
IC_DATA_QUALITY 
IC_DATA_VALID 
IC_DETECTOR 
IC_DETECTOR_PREFIX 
IC_DT 
IC_END 
IC_FRAME 
IC_GROUP_ID 
IC_GTIME_N 
IC_GTIME_S 
IC_ID 
IC_LOCAL_TIME 
IC_NAME 
IC_RUN 
IC_START 
IC_ULEAP_S 
IC_VERSION 

◆ anonymous enum

anonymous enum
inherited
Enumerator
DT_CHAR_PTR 
DT_STRING_2 
DT_INT_2S 
DT_INT_2U 
DT_INT_4S 
DT_INT_4U 
DT_INT_8S 
DT_INT_8U 
DT_REAL_4 
DT_REAL_8 

◆ anonymous enum

anonymous enum
inherited
Enumerator
IC_EOQ 
IC_AMPLITUDE 
IC_CHANNEL_ID 
IC_DATA_QUALITY 
IC_DATA_VALID 
IC_DETECTOR 
IC_DETECTOR_PREFIX 
IC_DT 
IC_END 
IC_FRAME 
IC_GROUP_ID 
IC_GTIME_N 
IC_GTIME_S 
IC_ID 
IC_LOCAL_TIME 
IC_NAME 
IC_RUN 
IC_START 
IC_ULEAP_S 
IC_VERSION 

Constructor & Destructor Documentation

◆ FrDetector() [1/10]

FrameCPP::Version_8::FrDetector::FrDetector ( )

Default constructor.

Returns
A new instance of an FrDetector object

◆ FrDetector() [2/10]

FrameCPP::Version_8::FrDetector::FrDetector ( const std::string &  Name,
const char *  Prefix,
const longitude_type  Longitude,
const latitude_type  Latitude,
const elevation_type  Elevation,
const armXazimuth_type  ArmXazimuth,
const armYazimuth_type  ArmYazimuth,
const armXaltitude_type  ArmXaltitude,
const armYaltitude_type  ArmYaltitude,
const armXmidpoint_type  ArmXmidpoint,
const armYmidpoint_type  ArmYmidpoint,
const localTime_type  LocalTime 
)

Constructor.

Parameters
[in]NameInstrument name
[in]PrefixChannel prefix for this detector
[in]LongitudeDetector vertex longitude
[in]LatitudeDetector vertex latitutde.
[in]ElevationVertex elevation.
[in]ArmXazimuthOrientation of X arm.
[in]ArmYazimuthOrientation of Y arm.
[in]ArmXaltitudeAltidue angle of X arm.
[in]ArmYaltitudeAltidue angle of Y arm.
[in]ArmXmidpointDistance between the detector vertex and the middle of the X cavity.
[in]ArmYmidpointDistance between the detector vertex and the middle of the Y cavity.
[in]LocalTimeLocal seasonal time.
Returns
A new instance of an FrDetector object

◆ FrDetector() [3/10]

FrameCPP::Version_8::FrDetector::FrDetector ( const FrDetector detector)

Copy constructor.

Parameters
[in]detectorThe source instance to copy
Returns
A new instance of an FrDetector object

◆ FrDetector() [4/10]

FrameCPP::Version_8::FrDetector::FrDetector ( Previous::FrDetector &  Source,
istream_type Stream 
)

Promotion Constructor.

Parameters
[in]SourceAn FrDetector structure from a previous frame specification.
[in]StreamThe stream from which the earliest version of the FrDetector structure was read.
Returns
A new instance of an FrDetector object

◆ FrDetector() [5/10]

FrameCPP::Version_8::FrDetector::FrDetector ( istream_type Stream)
private

◆ FrDetector() [6/10]

FrameCPP::Version_8::FrDetector::FrDetector ( )

Default constructor.

Returns
A new instance of an FrDetector object

◆ FrDetector() [7/10]

FrameCPP::Version_8::FrDetector::FrDetector ( const std::string &  Name,
const char *  Prefix,
const longitude_type  Longitude,
const latitude_type  Latitude,
const elevation_type  Elevation,
const armXazimuth_type  ArmXazimuth,
const armYazimuth_type  ArmYazimuth,
const armXaltitude_type  ArmXaltitude,
const armYaltitude_type  ArmYaltitude,
const armXmidpoint_type  ArmXmidpoint,
const armYmidpoint_type  ArmYmidpoint,
const localTime_type  LocalTime 
)

Constructor.

Parameters
[in]NameInstrument name
[in]PrefixChannel prefix for this detector
[in]LongitudeDetector vertex longitude
[in]LatitudeDetector vertex latitutde.
[in]ElevationVertex elevation.
[in]ArmXazimuthOrientation of X arm.
[in]ArmYazimuthOrientation of Y arm.
[in]ArmXaltitudeAltidue angle of X arm.
[in]ArmYaltitudeAltidue angle of Y arm.
[in]ArmXmidpointDistance between the detector vertex and the middle of the X cavity.
[in]ArmYmidpointDistance between the detector vertex and the middle of the Y cavity.
[in]LocalTimeLocal seasonal time.
Returns
A new instance of an FrDetector object

◆ FrDetector() [8/10]

FrameCPP::Version_8::FrDetector::FrDetector ( const FrDetector detector)

Copy constructor.

Parameters
[in]detectorThe source instance to copy
Returns
A new instance of an FrDetector object

◆ FrDetector() [9/10]

FrameCPP::Version_8::FrDetector::FrDetector ( Previous::FrDetector &  Source,
istream_type Stream 
)

Promotion Constructor.

Parameters
[in]SourceAn FrDetector structure from a previous frame specification.
[in]StreamThe stream from which the earliest version of the FrDetector structure was read.
Returns
A new instance of an FrDetector object

◆ FrDetector() [10/10]

FrameCPP::Version_8::FrDetector::FrDetector ( istream_type Stream)
private

Member Function Documentation

◆ Bytes() [1/2]

virtual streamsize_type FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::Bytes ( const StreamBase Stream) const
virtualinherited

Return the number of bytes for this object.

Parameters
[in]StreamStream characteristics used to determine the number of bytes needed to format the object for the Stream.
Returns
The number of bytes for this object

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ Bytes() [2/2]

virtual streamsize_type FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::Bytes ( const StreamBase Stream) const
virtualinherited

Return the number of bytes for this object.

Parameters
[in]StreamStream characteristics used to determine the number of bytes needed to format the object for the Stream.
Returns
The number of bytes for this object

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ CheckSumDataClass() [1/2]

static const char* FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::CheckSumDataClass ( )
staticinherited

Data class to be used in class field of FrSE.

◆ CheckSumDataClass() [2/2]

static const char* FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::CheckSumDataClass ( )
staticinherited

Data class to be used in class field of FrSE.

◆ CheckSumDataComment() [1/2]

static const char* FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::CheckSumDataComment ( )
staticinherited

Comment to be used in comment field of FrSE.

◆ CheckSumDataComment() [2/2]

static const char* FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::CheckSumDataComment ( )
staticinherited

Comment to be used in comment field of FrSE.

◆ Clone() [1/2]

FrameSpec::Object * FrameCPP::Common::FrameSpec::ObjectInterface::Clone ( ) const
virtualinherited

constructor - virtual copy constructor

Reimplemented in FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrStatData, FrameCPP::Version_8::FrStatData, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrHeader, and FrameCPP::Version_3::FrHeader.

◆ Clone() [2/2]

virtual Object* FrameCPP::Common::FrameSpec::ObjectInterface::Clone ( ) const
virtualinherited

constructor - virtual copy constructor

Reimplemented in FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrStatData, FrameCPP::Version_8::FrStatData, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrHeader, and FrameCPP::Version_3::FrHeader.

◆ Create() [1/2]

Virtual constructor.

Parameters
[in]StreamThe input stream from where the object is being read.
Returns
Return pointer to the newly allocated resource.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ Create() [2/2]

Virtual constructor.

Parameters
[in]StreamThe input stream from where the object is being read.
Returns
Return pointer to the newly allocated resource.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ DataType() [1/4]

template<class T >
static int FrameCPP::Common::TOCInfo::DataType ( const T *  Data)
staticinherited

◆ DataType() [2/4]

template<class T >
static int FrameCPP::Common::TOCInfo::DataType ( const T *  Data)
staticinherited

◆ DataType() [3/4]

template<class T >
static int FrameCPP::Common::TOCInfo::DataType ( const T &  Data)
staticinherited

◆ DataType() [4/4]

template<class T >
static int FrameCPP::Common::TOCInfo::DataType ( const T &  Data)
staticinherited

◆ demote() [1/2]

virtual demote_ret_type FrameCPP::Version_8::FrDetector::demote ( INT_2U  Target,
demote_arg_type  Obj,
istream_type Stream 
) const
protectedvirtual

Demotes object to previous version of the frame spec.

Parameters
[in]TargetThe version of the frame specification to demote too.
[in]ObjThe version of the object to demote.
[in]StreamThe input stream from which the original object was read.
Returns
An object of the previous generation.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ demote() [2/2]

FrDetector::demote_ret_type FrameCPP::Version_8::FrDetector::demote ( INT_2U  Target,
demote_arg_type  Obj,
istream_type Stream 
) const
protectedvirtual

Demotes object to previous version of the frame spec.

Parameters
[in]TargetThe version of the frame specification to demote too.
[in]ObjThe version of the object to demote.
[in]StreamThe input stream from which the original object was read.
Returns
An object of the previous generation.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ DemoteObject() [1/2]

FrameSpec::ObjectInterface::object_type FrameCPP::Common::FrameSpec::ObjectInterface::DemoteObject ( frame_spec_version_type  Target,
object_type  Obj,
istream_type Stream 
)
staticinherited

Down grade an object.

Parameters
[in]TargetThis is the version of the frame specification of the demoted object.
[in]ObjThe base object.
[in]StreamStream from which Obj was created.
Returns
A pointer to the objected derived by demoting Obj.

◆ DemoteObject() [2/2]

static object_type FrameCPP::Common::FrameSpec::ObjectInterface::DemoteObject ( frame_spec_version_type  Target,
object_type  Obj,
istream_type Stream 
)
staticinherited

Down grade an object.

Parameters
[in]TargetThis is the version of the frame specification of the demoted object.
[in]ObjThe base object.
[in]StreamStream from which Obj was created.
Returns
A pointer to the objected derived by demoting Obj.

◆ GetArmXaltitude() [1/2]

armXaltitude_type FrameCPP::Version_8::FrDetector::GetArmXaltitude ( ) const

Retrieve the altitude angle of X arm of the detector.

Returns
The altitude angle of the X arm of the detector.

◆ GetArmXaltitude() [2/2]

FrDetector::armXaltitude_type FrameCPP::Version_8::FrDetector::GetArmXaltitude ( ) const
inline

Retrieve the altitude angle of X arm of the detector.

Returns
The altitude angle of the X arm of the detector.

◆ GetArmXazimuth() [1/2]

armXazimuth_type FrameCPP::Version_8::FrDetector::GetArmXazimuth ( ) const

Retrieve the orientation of X arm of the detector.

Returns
The orientation of the X arm of the detector.

◆ GetArmXazimuth() [2/2]

FrDetector::armXazimuth_type FrameCPP::Version_8::FrDetector::GetArmXazimuth ( ) const
inline

Retrieve the orientation of X arm of the detector.

Returns
The orientation of the X arm of the detector.

◆ GetArmXmidpoint() [1/2]

armXmidpoint_type FrameCPP::Version_8::FrDetector::GetArmXmidpoint ( ) const

Retrieve the midpoint of the X arm of the detector.

Returns
The midpoint of the X arm of the detector.

◆ GetArmXmidpoint() [2/2]

FrDetector::armXmidpoint_type FrameCPP::Version_8::FrDetector::GetArmXmidpoint ( ) const
inline

Retrieve the midpoint of the X arm of the detector.

Returns
The midpoint of the X arm of the detector.

◆ GetArmYaltitude() [1/2]

armYaltitude_type FrameCPP::Version_8::FrDetector::GetArmYaltitude ( ) const

Retrieve the altitude angle of Y arm of the detector.

Returns
The altitude angle of the Y arm of the detector.

◆ GetArmYaltitude() [2/2]

FrDetector::armYaltitude_type FrameCPP::Version_8::FrDetector::GetArmYaltitude ( ) const
inline

Retrieve the altitude angle of Y arm of the detector.

Returns
The altitude angle of the Y arm of the detector.

◆ GetArmYazimuth() [1/2]

armYazimuth_type FrameCPP::Version_8::FrDetector::GetArmYazimuth ( ) const

Retrieve the orientation of Y arm of the detector.

Returns
The orientation of the Y arm of the detector.

◆ GetArmYazimuth() [2/2]

FrDetector::armYazimuth_type FrameCPP::Version_8::FrDetector::GetArmYazimuth ( ) const
inline

Retrieve the orientation of Y arm of the detector.

Returns
The orientation of the Y arm of the detector.

◆ GetArmYmidpoint() [1/2]

armYmidpoint_type FrameCPP::Version_8::FrDetector::GetArmYmidpoint ( ) const

Retrieve the midpoint of the Y arm of the detector.

Returns
The midpoint of the Y arm of the detector.

◆ GetArmYmidpoint() [2/2]

FrDetector::armYmidpoint_type FrameCPP::Version_8::FrDetector::GetArmYmidpoint ( ) const
inline

Retrieve the midpoint of the Y arm of the detector.

Returns
The midpoint of the Y arm of the detector.

◆ GetClass() [1/2]

FrameSpec::class_type FrameCPP::Common::FrameSpec::Object::GetClass ( ) const
inlineinherited

Retrieve the class identifier.

Returns
The class identifier.

◆ GetClass() [2/2]

class_type FrameCPP::Common::FrameSpec::Object::GetClass ( ) const
inherited

Retrieve the class identifier.

Returns
The class identifier.

◆ getClass() [1/2]

FrameSpec::class_type FrameCPP::Common::FrameSpec::Object::getClass ( ) const
protectedvirtualinherited

Retrieve the class identifier.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ getClass() [2/2]

virtual class_type FrameCPP::Common::FrameSpec::Object::getClass ( ) const
protectedvirtualinherited

Retrieve the class identifier.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ GetDescription() [1/2]

const Description * FrameCPP::Common::FrameSpec::Object::GetDescription ( ) const
inlinevirtualinherited

Retrieve FrSH/FrSE description of the parent object.

Returns
The description of the parent class.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ GetDescription() [2/2]

const Description* FrameCPP::Common::FrameSpec::Object::GetDescription ( ) const
virtualinherited

Retrieve FrSH/FrSE description of the parent object.

Returns
The description of the parent class.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ GetElevation() [1/2]

elevation_type FrameCPP::Version_8::FrDetector::GetElevation ( ) const

Retrieve the vertex elevation of the detector.

Returns
The vertex elevation of the detector.

◆ GetElevation() [2/2]

FrDetector::elevation_type FrameCPP::Version_8::FrDetector::GetElevation ( ) const
inline

Retrieve the vertex elevation of the detector.

Returns
The vertex elevation of the detector.

◆ GetLatitude() [1/2]

FrDetector::latitude_type FrameCPP::Version_8::FrDetector::GetLatitude ( ) const
inline

Retrieve the latitude of the detector vertex.

Returns
The latitude of the detector vertex.

◆ GetLatitude() [2/2]

latitude_type FrameCPP::Version_8::FrDetector::GetLatitude ( ) const

Retrieve the latitude of the detector vertex.

Returns
The latitude of the detector vertex.

◆ GetLocalTime() [1/2]

localTime_type FrameCPP::Version_8::FrDetector::GetLocalTime ( ) const

Retrieve the local seasonal time.

Returns
The local seasonal time.

◆ GetLocalTime() [2/2]

FrDetector::localTime_type FrameCPP::Version_8::FrDetector::GetLocalTime ( ) const
inline

Retrieve the local seasonal time.

Returns
The local seasonal time.

◆ GetLongitude() [1/2]

longitude_type FrameCPP::Version_8::FrDetector::GetLongitude ( ) const

Retrieve the longitude of the detector vertex.

Returns
The longitude of the detector vertex.

◆ GetLongitude() [2/2]

FrDetector::longitude_type FrameCPP::Version_8::FrDetector::GetLongitude ( ) const
inline

Retrieve the longitude of the detector vertex.

Returns
The longitude of the detector vertex.

◆ GetName() [1/2]

const std::string& FrameCPP::Version_8::FrDetector::GetName ( ) const

Retrieve the name of the instrument.

Returns
The name of the instrument.

◆ GetName() [2/2]

const std::string & FrameCPP::Version_8::FrDetector::GetName ( ) const

Retrieve the name of the instrument.

Returns
The name of the instrument.

◆ GetPrefix() [1/2]

const CHAR* FrameCPP::Version_8::FrDetector::GetPrefix ( ) const

Retrieve the prefix of the instrument.

Returns
The prefix for the instrument.

◆ GetPrefix() [2/2]

const CHAR * FrameCPP::Version_8::FrDetector::GetPrefix ( ) const
inline

Retrieve the prefix of the instrument.

Returns
The prefix for the instrument.

◆ Merge() [1/2]

FrDetector & FrameCPP::Version_8::FrDetector::Merge ( const FrDetector RHS)

Merge with another FrDetector.

Parameters
[in]RHSThe source of the information to append to this FrDetector structure.
Returns
A reference to this object
Todo:
Need to implement Merge routine

◆ Merge() [2/2]

FrDetector& FrameCPP::Version_8::FrDetector::Merge ( const FrDetector RHS)

Merge with another FrDetector.

Parameters
[in]RHSThe source of the information to append to this FrDetector structure.
Returns
A reference to this object

◆ ObjectStructName() [1/2]

virtual const char* FrameCPP::Version_8::FrDetector::ObjectStructName ( ) const
virtual

The name structure name of this object.

Returns
The name of the structure as specified by the frame specification.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ ObjectStructName() [2/2]

const char * FrameCPP::Version_8::FrDetector::ObjectStructName ( ) const
virtual

The name structure name of this object.

Returns
The name of the structure as specified by the frame specification.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ operator==() [1/4]

bool FrameCPP::Version_8::FrDetector::operator== ( const FrDetector RHS) const
inline

equality operator

Parameters
[in]RHSThe FrDetector object to be compared.
Returns
The value true is returned if the object is equivelent to the RHS instance; false otherwise.

◆ operator==() [2/4]

bool FrameCPP::Version_8::FrDetector::operator== ( const FrDetector RHS) const

equality operator

Parameters
[in]RHSThe FrDetector object to be compared.
Returns
The value true is returned if the object is equivelent to the RHS instance; false otherwise.

◆ operator==() [3/4]

virtual bool FrameCPP::Version_8::FrDetector::operator== ( const Common::FrameSpec::Object RHS) const
virtual

equality operator for abstract data type

Parameters
[in]RHSThe object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ operator==() [4/4]

bool FrameCPP::Version_8::FrDetector::operator== ( const Common::FrameSpec::Object RHS) const
virtual

equality operator for abstract data type

Parameters
[in]RHSThe object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ pBytes() [1/2]

FrameCPP::cmn_streamsize_type FrameCPP::Version_8::FrDetector::pBytes ( const Common::StreamBase Stream) const
protectedvirtual

Number of bytes needed to write this structure.

Parameters
[in]StreamThe stream from which to the object is being read or written.
Returns
The number of bytes need to read or write this object.

Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >.

◆ pBytes() [2/2]

cmn_streamsize_type FrameCPP::Version_8::FrDetector::pBytes ( const Common::StreamBase Stream) const
protectedvirtual

Number of bytes needed to write this structure.

Parameters
[in]StreamThe stream from which to the object is being read or written.
Returns
The number of bytes need to read or write this object.

Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >.

◆ pCreate() [1/2]

FrDetector * FrameCPP::Version_8::FrDetector::pCreate ( istream_type Stream) const
protectedvirtual

◆ pCreate() [2/2]

virtual FrDetector* FrameCPP::Version_8::FrDetector::pCreate ( istream_type Stream) const
protectedvirtual

◆ Promote() [1/2]

FrDetector::promote_ret_type FrameCPP::Version_8::FrDetector::Promote ( INT_2U  Source,
promote_arg_type  Obj,
istream_type Stream 
)
inlinestatic

Promote previous version of object to this version.

Parameters
[in]SourceThe frame specification version of the object.
[in]ObjThe previous version of the object.
[in]StreamStream from which the origional object was created.
Returns
A new instance of FrameH based on Obj

◆ Promote() [2/2]

static promote_ret_type FrameCPP::Version_8::FrDetector::Promote ( INT_2U  Source,
promote_arg_type  Obj,
istream_type Stream 
)
static

Promote previous version of object to this version.

Parameters
[in]SourceThe frame specification version of the object.
[in]ObjThe previous version of the object.
[in]StreamStream from which the origional object was created.
Returns
A new instance of FrameH based on Obj

◆ promote() [1/2]

virtual promote_ret_type FrameCPP::Version_8::FrDetector::promote ( INT_2U  Target,
promote_arg_type  Obj,
istream_type Stream 
) const
protectedvirtual

Promotes object to another version of the frame spec.

Parameters
[in]TargetThe version of the promoted frame specification.
[in]ObjThe object to be promoted.
[in]StreamThe input stream from which the original object was read.
Returns
An object promoted to the next generation.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ promote() [2/2]

FrDetector::promote_ret_type FrameCPP::Version_8::FrDetector::promote ( INT_2U  Target,
promote_arg_type  Obj,
istream_type Stream 
) const
protectedvirtual

Promotes object to another version of the frame spec.

Parameters
[in]TargetThe version of the promoted frame specification.
[in]ObjThe object to be promoted.
[in]StreamThe input stream from which the original object was read.
Returns
An object promoted to the next generation.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ PromoteObject() [1/5]

static object_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( frame_spec_version_type  Target,
frame_spec_version_type  Source,
object_type  Obj,
istream_type Stream 
)
staticinherited

Upgrade an object.

Parameters
[in]TargetPromote Obj to this version of the frame specification.
[in]SourceObj conforms to this version of the frame specification.
[in]ObjObject to be converted
[in]StreamOriginating stream for Obj.
Returns
A pointer to the objected derived by promoting Obj.

◆ PromoteObject() [2/5]

FrameSpec::ObjectInterface::object_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( frame_spec_version_type  Target,
frame_spec_version_type  Source,
object_type  Obj,
istream_type Stream 
)
staticinherited

Upgrade an object.

Parameters
[in]TargetPromote Obj to this version of the frame specification.
[in]SourceObj conforms to this version of the frame specification.
[in]ObjObject to be converted
[in]StreamOriginating stream for Obj.
Returns
A pointer to the objected derived by promoting Obj.

◆ PromoteObject() [3/5]

template<typename PreviousType , typename CurrentType >
static object_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( frame_spec_version_type  Target,
frame_spec_version_type  Source,
object_type  Obj,
istream_type Stream 
)
staticinherited

Upgrade an object.

Parameters
[in]TargetPromote Obj to this version of the frame specification.
[in]SourceObj conforms to this version of the frame specification.
[in]ObjObject to be converted
[in]StreamOriginating stream for Obj.
Returns
A pointer to the objected derived by promoting Obj.

◆ PromoteObject() [4/5]

template<typename PreviousType , typename CurrentType >
static object_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( frame_spec_version_type  Target,
frame_spec_version_type  Source,
object_type  Obj,
istream_type Stream 
)
staticinherited

Upgrade an object.

Parameters
[in]TargetPromote Obj to this version of the frame specification.
[in]SourceObj conforms to this version of the frame specification.
[in]ObjObject to be converted
[in]StreamOriginating stream for Obj.
Returns
A pointer to the objected derived by promoting Obj.

◆ PromoteObject() [5/5]

template<typename PreviousType , typename CurrentType >
FrameSpec::ObjectInterface::promote_ret_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( FrameSpec::ObjectInterface::frame_spec_version_type  Target,
FrameSpec::ObjectInterface::frame_spec_version_type  Source,
FrameSpec::ObjectInterface::promote_arg_type  Obj,
IStream Stream 
)
inherited

◆ pWrite() [1/3]

void FrameCPP::Version_8::FrDetector::pWrite ( ostream_type Stream) const
protectedvirtual

Write the structure to the stream.

Parameters
[in]StreamThe output stream where the object is to be written.

◆ pWrite() [2/3]

virtual void FrameCPP::Version_8::FrDetector::pWrite ( ostream_type Stream) const
protectedvirtual

Write the structure to the stream.

Parameters
[in]StreamThe output stream where the object is to be written.

◆ pWrite() [3/3]

virtual void FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::pWrite ( ostream_type Stream) const
protectedpure virtualinherited

Write the structure to the stream.

Parameters
[in]StreamThe output stream where the object is to be written.

◆ RefAux() [1/4]

const FrDetector::aux_type & FrameCPP::Version_8::FrDetector::RefAux ( ) const
inline

Identifier for vector for user-provided information.

Returns
A constant reference to the user-provided information.

◆ RefAux() [2/4]

const aux_type& FrameCPP::Version_8::FrDetector::RefAux ( ) const

Identifier for vector for user-provided information.

Returns
A constant reference to the user-provided information.

◆ RefAux() [3/4]

FrDetector::aux_type & FrameCPP::Version_8::FrDetector::RefAux ( )
inline

Identifier for vector for user-provided information.

Returns
A reference to the user-provided information.

◆ RefAux() [4/4]

aux_type& FrameCPP::Version_8::FrDetector::RefAux ( )

Identifier for vector for user-provided information.

Returns
A reference to the user-provided information.

◆ RefTable() [1/4]

const FrDetector::table_type & FrameCPP::Version_8::FrDetector::RefTable ( ) const
inline

Identifier for user-provided information in table format.

Returns
A constant reference to the user-provided table information.

◆ RefTable() [2/4]

const table_type& FrameCPP::Version_8::FrDetector::RefTable ( ) const

Identifier for user-provided information in table format.

Returns
A constant reference to the user-provided table information.

◆ RefTable() [3/4]

table_type& FrameCPP::Version_8::FrDetector::RefTable ( )

Identifier for user-provided information in table format.

Returns
A reference to the user-provided table information.

◆ RefTable() [4/4]

FrDetector::table_type & FrameCPP::Version_8::FrDetector::RefTable ( )
inline

Identifier for user-provided information in table format.

Returns
A reference to the user-provided table information.

◆ StructDescription() [1/2]

static const Common::Description* FrameCPP::Version_8::FrDetector::StructDescription ( )
static

The description of structure.

Returns
A Description object which describes this structure as specified by the frame specification.

◆ StructDescription() [2/2]

const Description * FrameCPP::Version_8::FrDetector::StructDescription ( )
static

The description of structure.

Returns
A Description object which describes this structure as specified by the frame specification.

◆ StructName() [1/2]

static const char* FrameCPP::Version_8::FrDetector::StructName ( )
static

The name structure name of this object.

Returns
The name of the structure as specified by the frame specification.

◆ StructName() [2/2]

const char * FrameCPP::Version_8::FrDetector::StructName ( )
inlinestatic

The name structure name of this object.

Returns
The name of the structure as specified by the frame specification.

◆ TOCQuery() [1/2]

void FrameCPP::Common::TOCInfo::TOCQuery ( int  InfoClass,
  ... 
) const
inherited

◆ TOCQuery() [2/2]

void FrameCPP::Common::TOCInfo::TOCQuery ( int  InfoClass,
  ... 
) const
inlineinherited

◆ VerifyObject() [1/2]

virtual void FrameCPP::Common::FrameSpec::ObjectInterface::VerifyObject ( Verify Verifier,
IFrameStream Stream 
) const
virtualinherited

◆ VerifyObject() [2/2]

void FrameCPP::Common::FrameSpec::ObjectInterface::VerifyObject ( Verify Verifier,
IFrameStream Stream 
) const
virtualinherited

◆ vTOCQuery() [1/2]

void FrameCPP::Version_8::FrDetector::vTOCQuery ( int  InfoClass,
va_list  vl 
) const
protectedvirtual

Answer requests for information as needed by TOC.

Parameters
[in]InfoClassClass of information being requested.
[in]vlVariable argument list of requested data.

Implements FrameCPP::Common::TOCInfo.

◆ vTOCQuery() [2/2]

virtual void FrameCPP::Version_8::FrDetector::vTOCQuery ( int  InfoClass,
va_list  vl 
) const
protectedvirtual

Answer requests for information as needed by TOC.

Parameters
[in]InfoClassClass of information being requested.
[in]vlVariable argument list of requested data.

Implements FrameCPP::Common::TOCInfo.

◆ Write() [1/3]

virtual void FrameCPP::Common::FrameSpec::ObjectInterface::Write ( ostream_type Stream) const
pure virtualinherited

Write object to the stream.

Parameters
[in,out]StreamThe stream being written with the contents of object.

Implemented in FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrTable, FrameCPP::Version_4::FrTable, FrameCPP::Version_6::FrEvent, FrameCPP::Version_6::FrEvent, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrProcData, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrSimData, FrameCPP::Version_3::FrSimData, FrameCPP::Version_7::FrSimData, FrameCPP::Version_7::FrSimData, FrameCPP::Version_4::FrSimData, FrameCPP::Version_4::FrSimData, FrameCPP::Version_6::FrSimData, FrameCPP::Version_6::FrSimData, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_4::FrProcData, FrameCPP::Version_4::FrProcData, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_7::FrRawData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_7::FrRawData, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrDetector, FrameCPP::Version_6::FrDetector, FrameCPP::Version_3::FrRawData, FrameCPP::Version_3::FrRawData, FrameCPP::Version_4::FrDetector, FrameCPP::Version_4::FrDetector, FrameCPP::Version_7::FrSerData, FrameCPP::Version_7::FrSerData, FrameCPP::Version_3::FrDetector, FrameCPP::Version_3::FrDetector, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrSummary, FrameCPP::Version_6::FrSummary, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrSummary, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrSummary, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_6::FrMsg, FrameCPP::Version_3::FrSE, FrameCPP::Version_6::FrMsg, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_3::FrSummary, FrameCPP::Version_3::FrSummary, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_3::FrHistory, and FrameCPP::Version_3::FrHistory.

◆ Write() [2/3]

virtual void FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::Write ( ostream_type Stream) const
virtualinherited

Write object to the stream.

◆ Write() [3/3]

virtual void FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector , checksum_type >::Write ( ostream_type Stream) const
virtualinherited

Write object to the stream.

◆ WriteNext() [1/2]

ostream_type& FrameCPP::Common::FrameSpec::Object::WriteNext ( ostream_type Stream) const
inherited

Write a next pointer to the parent to the stream.

Parameters
[in,out]StreamThe output stream to receive the next pointer.
Returns
The output stream.

◆ WriteNext() [2/2]

ostream_type & FrameCPP::Common::FrameSpec::Object::WriteNext ( ostream_type Stream) const
inherited

Write a next pointer to the parent to the stream.

Parameters
[in,out]StreamThe output stream to receive the next pointer.
Returns
The output stream.

Member Data Documentation

◆ m_data

fr_detector_data_type FrameCPP::Version_8::FrDetector::m_data
private

◆ STRUCT_ID

static const FrameSpec::Info::frame_object_types FrameCPP::Common::FrDetector::STRUCT_ID
staticinherited

The documentation for this class was generated from the following files: