|
|
| FrameH () |
| | Default constructor.
|
| |
| | FrameH (const FrameH &frame) |
| |
| | 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) |
| | Explicate construction. More...
|
| |
| | FrameH (const FrameHNPS &Source) |
| | Copy constructor. More...
|
| |
| | FrameH (const Previous::FrameH &Source, istream_type *Stream) |
| | Upconvert constructor. More...
|
| |
|
| ~FrameH () |
| | Destructor.
|
| |
|
virtual FrameH * | Clone () const |
| | Virtual constructor.
|
| |
| virtual const char * | ObjectStructName () const |
| | The name structure name of this object. More...
|
| |
| bool | operator== (const FrameH &RHS) const |
| | equality operator More...
|
| |
| virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
| | equality operator for abstract data type More...
|
| |
|
| FrameH () |
| | Default constructor.
|
| |
| | FrameH (const FrameH &frame) |
| |
| | 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) |
| | Explicate construction. More...
|
| |
| | FrameH (const FrameHNPS &Source) |
| | Copy constructor. More...
|
| |
| | FrameH (const Previous::FrameH &Source, istream_type *Stream) |
| | Upconvert constructor. More...
|
| |
|
| ~FrameH () |
| | Destructor.
|
| |
|
virtual FrameH * | Clone () const |
| | Virtual constructor.
|
| |
| virtual const char * | ObjectStructName () const |
| | The name structure name of this object. More...
|
| |
| bool | operator== (const FrameH &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_type * | Create (istream_type &Stream) const |
| | Virtual constructor. More...
|
| |
| virtual self_type * | Create (istream_type &Stream) const |
| | Virtual constructor. More...
|
| |
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
| |
|
virtual void | Write (ostream_type &Stream) const |
| | Write object to the stream.
|
| |
| rawData_type | GetRawData () const |
| | Retrieve the raw data reference. More...
|
| |
| rawData_type | GetRawData () |
| | Retrieve the raw data reference. More...
|
| |
| rawData_type | GetRawData () const |
| | Retrieve the raw data reference. More...
|
| |
| rawData_type | GetRawData () |
| | Retrieve the raw data reference. 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::Description * | StructDescription () |
| | 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::Description * | StructDescription () |
| | The description of structure. More...
|
| |
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
| |
|
static const char * | CheckSumDataClass () |
| | Data class to be used in class field of FrSE.
|
| |
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
| |
|
static const char * | CheckSumDataComment () |
| | Comment to be used in comment field of FrSE.
|
| |
|
| virtual void | assign (assign_stream_type &Stream) |
| | Assign the contents of the instance. More...
|
| |
| virtual void | readSubset (istream_type &Stream, INT_4U ElementMask) |
| | Limitted reading of the object. More...
|
| |
|
virtual start_time_normalized_type | normalizedStartTime () const |
| | Frame start time in seconds.
|
| |
|
virtual delta_t_normalized_type | normalizedDeltaT () const |
| | Duration of the frame.
|
| |
| cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
| | Number of bytes needed to write this structure. More...
|
| |
| virtual FrameH * | pCreate (istream_type &Stream) const |
| | Virtual constructor. More...
|
| |
| virtual void | pWrite (ostream_type &Stream) const |
| | Write the structure to the stream. More...
|
| |
| virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| | Verify the object as being valid. More...
|
| |
| virtual void | assign (assign_stream_type &Stream) |
| | Assign the contents of the instance. More...
|
| |
| virtual void | readSubset (istream_type &Stream, INT_4U ElementMask) |
| | Limitted reading of the object. More...
|
| |
|
virtual start_time_normalized_type | normalizedStartTime () const |
| | Frame start time in seconds.
|
| |
|
virtual delta_t_normalized_type | normalizedDeltaT () const |
| | Duration of the frame.
|
| |
| cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
| | Number of bytes needed to write this structure. More...
|
| |
| virtual FrameH * | pCreate (istream_type &Stream) const |
| | Virtual constructor. More...
|
| |
| virtual void | pWrite (ostream_type &Stream) const |
| | Write the structure to the stream. More...
|
| |
| virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| | Verify the object as being valid. More...
|
| |
| virtual void | pWrite (ostream_type &Stream) const=0 |
| | Write the structure to the stream. More...
|
| |
template<typename TDetector , typename TEvent , typename THistory , typename TProcData , typename TRawData , typename TSimData , typename TSimEvent , typename TSummary , typename TTable , typename TVect >
| rawData_type FrameCPP::Version_6::FrameHPST< TDetector, TEvent, THistory, TProcData, TRawData, TSimData, TSimEvent, TSummary, TTable, TVect >::GetRawData |
( |
| ) |
const |
|
inlineinherited |
Retrieve the raw data reference.
- Returns
- A pointer to the raw data structure.
template<typename TDetector , typename TEvent , typename THistory , typename TProcData , typename TRawData , typename TSimData , typename TSimEvent , typename TSummary , typename TTable , typename TVect >
| rawData_type FrameCPP::Version_6::FrameHPST< TDetector, TEvent, THistory, TProcData, TRawData, TSimData, TSimEvent, TSummary, TTable, TVect >::GetRawData |
( |
| ) |
const |
|
inlineinherited |
Retrieve the raw data reference.
- Returns
- A pointer to the raw data structure.
template<typename TDetector , typename TEvent , typename THistory , typename TProcData , typename TRawData , typename TSimData , typename TSimEvent , typename TSummary , typename TTable , typename TVect >
| rawData_type FrameCPP::Version_6::FrameHPST< TDetector, TEvent, THistory, TProcData, TRawData, TSimData, TSimEvent, TSummary, TTable, TVect >::GetRawData |
( |
| ) |
|
|
inlineinherited |
Retrieve the raw data reference.
- Returns
- A pointer to the raw data structure.
template<typename TDetector , typename TEvent , typename THistory , typename TProcData , typename TRawData , typename TSimData , typename TSimEvent , typename TSummary , typename TTable , typename TVect >
| rawData_type FrameCPP::Version_6::FrameHPST< TDetector, TEvent, THistory, TProcData, TRawData, TSimData, TSimEvent, TSummary, TTable, TVect >::GetRawData |
( |
| ) |
|
|
inlineinherited |
Retrieve the raw data reference.
- Returns
- A pointer to the raw data structure.