|
| typedef FrameSpec::version_type | frame_spec_version_type |
| |
| typedef FrameSpec::version_type | frame_spec_version_type |
| |
| typedef boost::shared_ptr< Object > | object_type |
| |
| typedef boost::shared_ptr< Object > | object_type |
| |
| typedef std::unique_ptr< Object > | unique_object_type |
| |
| typedef std::unique_ptr< Object > | unique_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 stream_base_type | demote_stream_type |
| |
| typedef stream_base_type | demote_stream_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 |
| |
| typedef stream_base_type | promote_stream_type |
| |
| typedef stream_base_type | promote_stream_type |
| |
| typedef FR_EVENT_NAME_TYPE | name_type |
| |
| typedef FR_EVENT_NAME_TYPE | name_type |
| |
| typedef FR_EVENT_COMMENT_TYPE | comment_type |
| |
| typedef FR_EVENT_COMMENT_TYPE | comment_type |
| |
| typedef FR_EVENT_INPUTS_TYPE | inputs_type |
| |
| typedef FR_EVENT_INPUTS_TYPE | inputs_type |
| |
| typedef FR_EVENT_TIME_TYPE | time_type |
| |
| typedef FR_EVENT_TIME_TYPE | time_type |
| |
| typedef FR_EVENT_TIME_BEFORE_TYPE | timeBefore_type |
| |
| typedef FR_EVENT_TIME_BEFORE_TYPE | timeBefore_type |
| |
| typedef FR_EVENT_TIME_AFTER_TYPE | timeAfter_type |
| |
| typedef FR_EVENT_TIME_AFTER_TYPE | timeAfter_type |
| |
| typedef FR_EVENT_EVENT_STATUS_TYPE | eventStatus_type |
| |
| typedef FR_EVENT_EVENT_STATUS_TYPE | eventStatus_type |
| |
| typedef FR_EVENT_AMPLITUDE_TYPE | amplitude_type |
| |
| typedef FR_EVENT_AMPLITUDE_TYPE | amplitude_type |
| |
| typedef FR_EVENT_PROBABILITY_TYPE | probability_type |
| |
| typedef FR_EVENT_PROBABILITY_TYPE | probability_type |
| |
| typedef FR_EVENT_STATISTICS_TYPE | statistics_type |
| |
| typedef FR_EVENT_STATISTICS_TYPE | statistics_type |
| |
| typedef FR_EVENT_PARAM_NAME_TYPE | paramName_type |
| |
| typedef FR_EVENT_PARAM_NAME_TYPE | paramName_type |
| |
| typedef FR_EVENT_PARAM_VALUE_TYPE | paramValue_type |
| |
| typedef FR_EVENT_PARAM_VALUE_TYPE | paramValue_type |
| |
| typedef FR_EVENT_N_PARAM_TYPE | nParam_type |
| |
| typedef FR_EVENT_N_PARAM_TYPE | nParam_type |
| |
| typedef std::pair< paramName_type, paramValue_type > | Param_type |
| |
| typedef std::pair< paramName_type, paramValue_type > | Param_type |
| |
| typedef std::vector< Param_type > | ParamList_type |
| |
| typedef std::vector< Param_type > | ParamList_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 |
| |
|
| | FrEvent () |
| |
| | FrEvent (const FrEvent &eventData) |
| |
| | FrEvent (const std::string &name, const std::string &comment, const std::string &inputs, const GPSTime &time, const timeBefore_type timeBefore, const timeAfter_type timeAfter, const eventStatus_type eventStatus, const amplitude_type amplitude, const probability_type prob, const std::string &statistics, const ParamList_type ¶meters) |
| |
| | FrEvent (const Previous::FrEvent &Source, stream_base_type *Stream) |
| |
| | FrEvent () |
| |
| | FrEvent (const FrEvent &eventData) |
| |
| | FrEvent (const std::string &name, const std::string &comment, const std::string &inputs, const GPSTime &time, const timeBefore_type timeBefore, const timeAfter_type timeAfter, const eventStatus_type eventStatus, const amplitude_type amplitude, const probability_type prob, const std::string &statistics, const ParamList_type ¶meters) |
| |
| | FrEvent (const Previous::FrEvent &Source, stream_base_type *Stream) |
| |
| const std::string & | GetNameSlow () const |
| |
| const std::string & | GetNameSlow () const |
| |
| cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| |
| cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| |
| virtual FrEvent * | Create (istream_type &Stream) const |
| | constructor - virtual
|
| |
| virtual FrEvent * | Create (istream_type &Stream) const |
| |
| virtual const char * | ObjectStructName () const |
| | Retrieve the class name of the object.
|
| |
| virtual const char * | ObjectStructName () const |
| | Retrieve the class name of the object.
|
| |
| virtual void | Write (ostream_type &Stream) const |
| |
| virtual void | Write (ostream_type &Stream) const |
| |
| FrEvent & | Merge (const FrEvent &RHS) |
| |
| FrEvent & | Merge (const FrEvent &RHS) |
| |
| bool | operator== (const FrEvent &RHS) const |
| | comparison operator
|
| |
| virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| | comparison operator
|
| |
| bool | operator== (const FrEvent &RHS) const |
| | comparison operator
|
| |
| virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| | comparison operator
|
| |
| class_type | GetClass () const |
| | Retrieve the class identifier.
|
| |
| class_type | GetClass () const |
| | Retrieve the class identifier.
|
| |
| virtual const Description * | GetDescription () const |
| | Retrieve FrSH/FrSE description of the parent object.
|
| |
| virtual const Description * | GetDescription (ostream_type &Stream) const |
| |
| virtual const Description * | GetDescription () const |
| | Retrieve FrSH/FrSE description of the parent object.
|
| |
| virtual const Description * | GetDescription (ostream_type &Stream) const |
| |
| frame_spec_version_type | FrameSpecVersion () const |
| |
| frame_spec_version_type | FrameSpecVersion () const |
| |
| 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 streamsize_type | Bytes (const stream_base_type &Stream) const =0 |
| | Return the number of bytes for this object.
|
| |
| virtual Object * | Create () const |
| | constructor - virtual
|
| |
| virtual Object * | Create (std::istream &Buffer) const |
| | constructor - virtual
|
| |
| virtual Object * | Clone () const |
| | constructor - virtual copy constructor
|
| |
| virtual Object * | Clone () const |
| | constructor - virtual copy constructor
|
| |
| 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, promote_stream_type *Stream) |
| |
| virtual void | VerifyObject (Verify &Verifier, IFrameStream &Stream) const |
| | Verify an object.
|
| |
| virtual void | VerifyObject (Verify &Verifier, IFrameStream &Stream) const |
| | Verify an object.
|
| |
| virtual void | Write (ostream_type &Stream) const =0 |
| | Write object to the stream.
|
| |
| const name_type & | GetName () const |
| |
| const name_type & | GetName () const |
| |
| const comment_type & | GetComment () const |
| |
| const comment_type & | GetComment () const |
| |
| const inputs_type & | GetInputs () const |
| |
| const inputs_type & | GetInputs () const |
| |
| const time_type & | GetGTime () const |
| |
| const time_type & | GetGTime () const |
| |
| timeBefore_type | GetTimeBefore () const |
| |
| timeBefore_type | GetTimeBefore () const |
| |
| timeAfter_type | GetTimeAfter () const |
| |
| timeAfter_type | GetTimeAfter () const |
| |
| eventStatus_type | GetEventStatus () const |
| |
| eventStatus_type | GetEventStatus () const |
| |
| amplitude_type | GetAmplitude () const |
| |
| amplitude_type | GetAmplitude () const |
| |
| probability_type | GetProbability () const |
| |
| probability_type | GetProbability () const |
| |
| const statistics_type & | GetStatistics () const |
| |
| const statistics_type & | GetStatistics () const |
| |
| const ParamList_type & | GetParam () const |
| |
| ParamList_type & | GetParam () |
| |
| const ParamList_type & | GetParam () const |
| |
| ParamList_type & | GetParam () |
| |
| void | TOCQuery (int InfoClass,...) const |
| |
| void | TOCQuery (int InfoClass,...) const |
| |
|
| static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
| |
| static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
| |
| static const char * | StructName () |
| |
| static const char * | StructName () |
| |
| static const Common::Description * | StructDescription () |
| |
| static const Common::Description * | StructDescription () |
| |
| static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, demote_stream_type *Stream) |
| | Down grade an object.
|
| |
| static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, demote_stream_type *Stream) |
| | Down grade an object.
|
| |
| static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, stream_base_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, stream_base_type *Stream) |
| | Upgrade an object.
|
| |
| static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, stream_base_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, stream_base_type *Stream) |
| | Upgrade an object.
|
| |
| 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) |
| |
|
| virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| | Down grade an object.
|
| |
| virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| | Down grade an object.
|
| |
| virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
| | Upgrade an object.
|
| |
| virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
| | Upgrade an object.
|
| |
| virtual void | vTOCQuery (int InfoClass, va_list vl) const |
| |
| virtual void | vTOCQuery (int InfoClass, va_list vl) const |
| |
| virtual class_type | getClass () const |
| | Retrieve the class identifier.
|
| |
| virtual class_type | getClass () const |
| | Retrieve the class identifier.
|
| |
Return the number of bytes for this object.
- Parameters
-
| [in] | Stream | The stream on which the object will be written or read. |
- Returns
- The number of bytes required by this object for the specified stream.
Implemented in anonymous_namespace{FrSimEvent.cc}::FrSimEvent, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >, FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< LT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef< LT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrDetector, FrameCPP::Version_3::FrDetector, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHistory, FrameCPP::Version_3::FrHistory, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrRawData, FrameCPP::Version_3::FrRawData, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSimData, FrameCPP::Version_3::FrSimData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSummary, FrameCPP::Version_3::FrSummary, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrDetector, FrameCPP::Version_4::FrDetector, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_4::FrProcData, FrameCPP::Version_4::FrProcData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrSimData, FrameCPP::Version_4::FrSimData, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrSummary, FrameCPP::Version_4::FrSummary, FrameCPP::Version_4::FrTable, FrameCPP::Version_4::FrTable, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrDetector, FrameCPP::Version_6::FrDetector, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_6::FrEvent, FrameCPP::Version_6::FrEvent, FrameCPP::Version_6::FrMsg, FrameCPP::Version_6::FrMsg, FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrSimData, FrameCPP::Version_6::FrSimData, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrSummary, FrameCPP::Version_6::FrSummary, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrVect, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrRawData, FrameCPP::Version_7::FrRawData, FrameCPP::Version_7::FrSerData, FrameCPP::Version_7::FrSerData, FrameCPP::Version_7::FrSimData, FrameCPP::Version_7::FrSimData, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.
| virtual void FrameCPP::Common::FrameSpec::ObjectInterface::Write |
( |
ostream_type & | Stream | ) |
const |
|
pure virtualinherited |
Write object to the stream.
- Parameters
-
| [in,out] | Stream | The stream being written with the contents of object. |
Implemented in anonymous_namespace{FrSimEvent.cc}::FrSimEvent, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >, FrameCPP::Common::PTR_STRUCT< DC, DI, SPEC_VERSION_T >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::PTR_STRUCT< INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< fr_ce_length_type, fr_ce_chkType_type, fr_ce_class_type, fr_ce_instance_type, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef2< INT_8U, CHAR_U, CHAR_U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< LT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef< LT, CT, IT, SPEC_VERSION_T >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_4U, INT_2U, INT_2U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Common::StreamRef< INT_8U, INT_2U, INT_4U, DATA_FORMAT_VERSION >, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_3::FrAdcData, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrDetector, FrameCPP::Version_3::FrDetector, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_3::FrEndOfFrame, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHistory, FrameCPP::Version_3::FrHistory, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrMsg, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrProcData, FrameCPP::Version_3::FrRawData, FrameCPP::Version_3::FrRawData, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSerData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSimData, FrameCPP::Version_3::FrSimData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSummary, FrameCPP::Version_3::FrSummary, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrTrigData, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_4::FrAdcData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrDetector, FrameCPP::Version_4::FrDetector, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_4::FrEndOfFrame, FrameCPP::Version_4::FrProcData, FrameCPP::Version_4::FrProcData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_4::FrRawData, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrSerData, FrameCPP::Version_4::FrSimData, FrameCPP::Version_4::FrSimData, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_4::FrSimEvent, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrSummary, FrameCPP::Version_4::FrSummary, FrameCPP::Version_4::FrTable, FrameCPP::Version_4::FrTable, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_4::FrTrigData, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_6::FrAdcData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrDetector, FrameCPP::Version_6::FrDetector, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_6::FrEndOfFrame, FrameCPP::Version_6::FrEvent, FrameCPP::Version_6::FrEvent, FrameCPP::Version_6::FrMsg, FrameCPP::Version_6::FrMsg, FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrProcData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_6::FrRawData, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrSerData, FrameCPP::Version_6::FrSimData, FrameCPP::Version_6::FrSimData, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrSimEvent, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrSummary, FrameCPP::Version_6::FrSummary, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrTable, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrVect, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrEvent, FrameCPP::Version_7::FrRawData, FrameCPP::Version_7::FrRawData, FrameCPP::Version_7::FrSerData, FrameCPP::Version_7::FrSerData, FrameCPP::Version_7::FrSimData, FrameCPP::Version_7::FrSimData, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_7::FrSimEvent, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.