|
| FrameH () |
| Default constructor.
|
|
streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure.
|
|
virtual FrameH * | Clone () const |
| Virtual constructor.
|
|
virtual FrameH * | Create (istream_type &Stream) const |
| constructor - virtual
|
|
virtual const char * | ObjectStructName () const |
| Retrieve the class name of the object.
|
|
virtual void | Write (ostream_type &Stream) const |
| Write the structure to the stream.
|
|
bool | operator== (const FrameH &RHS) const |
| comparison operator
|
|
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator
|
|
| FrameH () |
| Default constructor.
|
|
streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure.
|
|
virtual FrameH * | Clone () const |
| Virtual constructor.
|
|
virtual FrameH * | Create (istream_type &Stream) const |
| constructor - virtual
|
|
virtual const char * | ObjectStructName () const |
| Retrieve the class name of the object.
|
|
virtual void | Write (ostream_type &Stream) const |
| Write the structure to the stream.
|
|
bool | operator== (const FrameH &RHS) const |
| comparison operator
|
|
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator
|
|
virtual void | assign (assign_stream_type &Stream)=0 |
| Assign the contents of the instance.
|
|
class_type | GetClass () const |
| Retrieve the class identifier.
|
|
class_type | GetClass () const |
| Retrieve the class identifier.
|
|
const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object.
|
|
const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object.
|
|
ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream.
|
|
ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream.
|
|
virtual Object * | Create () const |
| constructor - virtual
|
|
virtual Object * | Create (std::istream &Buffer) const |
| constructor - virtual
|
|
void | SetULeapS (ULeapS_type Value) |
| Establish leap second offset.
|
|
void | SetULeapS (ULeapS_type Value) |
| Establish leap second offset.
|
|
|
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
| Down grade an object.
|
|
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
| Down grade an object.
|
|
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
| Upgrade an object.
|
|
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.
|
|
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
| Upgrade an object.
|
|
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.
|
|
|
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Verify the object as being valid.
|
|
virtual start_time_normalized_type | normalizedStartTime () const |
| Frame start time in seconds.
|
|
virtual delta_t_normalized_type | normalizedDeltaT () const |
| Duration of the frame.
|
|
virtual void | assign (assign_stream_type &Stream) |
| Assign the contents of the instance.
|
|
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Verify the object as being valid.
|
|
virtual start_time_normalized_type | normalizedStartTime () const |
| Frame start time in seconds.
|
|
virtual delta_t_normalized_type | normalizedDeltaT () const |
| Duration of the frame.
|
|
virtual void | assign (assign_stream_type &Stream) |
| Assign the contents of the instance.
|
|
virtual class_type | getClass () const |
| Retrieve the class identifier.
|
|
virtual class_type | getClass () const |
| Retrieve the class identifier.
|
|
virtual demote_ret_type | demote (frame_spec_version_type Target, demote_arg_type Obj, istream_type *Stream) const =0 |
| Demotes object to previous version of the frame spec.
|
|
virtual promote_ret_type | promote (frame_spec_version_type Target, promote_arg_type Obj, istream_type *Stream) const =0 |
| Promotes object to another version of the frame spec.
|
|
void | assign (assign_stream_type &Stream) |
| Assign the contents of the instance.
|
|
streamsize_type | bytes () const |
| Number of bytes required by this object.
|
|
streamsize_type | bytes () const |
| Number of bytes required by this object.
|
|
FrameH Data Structure Definition.
virtual demote_ret_type FrameCPP::Common::FrameSpec::ObjectInterface::demote |
( |
frame_spec_version_type |
Target, |
|
|
demote_arg_type |
Obj, |
|
|
istream_type * |
Stream |
|
) |
| const |
|
protectedpure virtualinherited |
Demotes object to previous version of the frame spec.
- Parameters
-
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
- Returns
- An object of the previous generation.
Implemented in FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_4::FrTable, FrameCPP::Version_6::FrTable, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_4::FrTable, FrameCPP::Version_6::FrTable, FrameCPP::Version_8::FrEndOfFile, and FrameCPP::Version_8::FrHeader.
virtual promote_ret_type FrameCPP::Common::FrameSpec::ObjectInterface::promote |
( |
frame_spec_version_type |
Target, |
|
|
promote_arg_type |
Obj, |
|
|
istream_type * |
Stream |
|
) |
| const |
|
protectedpure virtualinherited |
Promotes object to another version of the frame spec.
- Parameters
-
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
- Returns
- An object promoted to the next generation.
Implemented in FrameCPP::Version_4::FrTable, FrameCPP::Version_6::FrTable, FrameCPP::Version_4::FrTable, FrameCPP::Version_6::FrTable, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_8::FrEndOfFile, and FrameCPP::Version_8::FrHeader.