|
ldas-tools-framecpp 3.0.4
|
#include <FrProcDataClassicIO.hh>


Public Member Functions | |
| ClassicIO () | |
| ClassicIO (Previous::FrProcData &Source, stream_base_type *Stream) | |
| virtual const char * | ObjectStructName () const |
| The name structure name of this object. | |
| ClassicIO () | |
| ClassicIO (Previous::FrProcData &Source, stream_base_type *Stream) | |
| virtual const char * | ObjectStructName () const |
| The name structure name of this object. | |
| void | AppendComment (const std::string &Comment) |
| void | AppendComment (const std::string &Comment) |
| void | AppendAuxParam (const auxParam_type::value_type &Param) |
| void | AppendAuxParam (const auxParam_type::value_type &Param) |
| const name_type & | GetName () const |
| Return the name associate with the FrProcData structure. | |
| const name_type & | GetName () const |
| Return the name associate with the FrProcData structure. | |
| const name_type & | GetNameSlow () const |
| const name_type & | GetNameSlow () const |
| const comment_type & | GetComment () const |
| A brief description of the FrProcData structure. | |
| const comment_type & | GetComment () const |
| A brief description of the FrProcData structure. | |
| type_type | GetType () const |
| type_type | GetType () const |
| subType_type | GetSubType () const |
| subType_type | GetSubType () const |
| timeOffset_type | GetTimeOffset () const |
| timeOffset_type | GetTimeOffset () const |
| fShift_type | GetFShift () const |
| fShift_type | GetFShift () const |
| phase_type | GetPhase () const |
| phase_type | GetPhase () const |
| BW_type | GetBW () const |
| BW_type | GetBW () const |
| const auxParam_type & | GetAuxParam () const |
| auxParam_type & | GetAuxParam () |
| const auxParam_type & | GetAuxParam () const |
| auxParam_type & | GetAuxParam () |
| fRange_type | GetFRange () const |
| Retrieve the frequency range. | |
| fRange_type | GetFRange () const |
| Retrieve the frequency range. | |
| tRange_type | GetTRange () const |
| Retrieve the time range. | |
| tRange_type | GetTRange () const |
| Retrieve the time range. | |
| void | SetAuxParam (const auxParam_type &AuxParams) |
| void | SetAuxParam (const auxParam_type &AuxParams) |
| void | SetComment (const comment_type &Comment) |
| void | SetComment (const comment_type &Comment) |
| void | SetFRange (fRange_type FRange) |
| void | SetFRange (fRange_type FRange) |
| void | SetFShift (fShift_type FShift) |
| void | SetFShift (fShift_type FShift) |
| void | SetTimeOffset (timeOffset_type TimeOffset) |
| void | SetTimeOffset (timeOffset_type TimeOffset) |
| void | SetTRange (tRange_type TRange) |
| void | SetTRange (tRange_type TRange) |
| const aux_type & | RefAux () const |
| Identifier for vector for auxilliary data. | |
| aux_type & | RefAux () |
| Identifier for vector for auxilliary data. | |
| const aux_type & | RefAux () const |
| Identifier for vector for auxilliary data. | |
| aux_type & | RefAux () |
| Identifier for vector for auxilliary data. | |
| const data_type & | RefData () const |
| Identifier for vector for data vector. | |
| data_type & | RefData () |
| Identifier for vector for data vector. | |
| const data_type & | RefData () const |
| Identifier for vector for data vector. | |
| data_type & | RefData () |
| Identifier for vector for data vector. | |
| const table_type & | RefTable () const |
| Identifier for parameter table. | |
| table_type & | RefTable () |
| Identifier for parameter table. | |
| const table_type & | RefTable () const |
| Identifier for parameter table. | |
| table_type & | RefTable () |
| Identifier for parameter table. | |
| const history_type & | RefHistory () const |
| Identifier for channel history. | |
| history_type & | RefHistory () |
| Identifier for channel history. | |
| const history_type & | RefHistory () const |
| Identifier for channel history. | |
| history_type & | RefHistory () |
| Identifier for channel history. | |
| bool | operator== (const Data &RHS) const |
| equality operator | |
| bool | operator== (const Data &RHS) const |
| equality operator | |
| void | TOCQuery (int InfoClass,...) const |
| void | TOCQuery (int InfoClass,...) const |
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| Return the number of bytes for this object. | |
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| Return the number of bytes for this object. | |
| virtual self_type * | Create (istream_type &Stream) const |
| Virtual constructor. | |
| virtual self_type * | Create (istream_type &Stream) const |
| Virtual constructor. | |
| virtual void | Write (ostream_type &Stream) const |
| Write object to the stream. | |
| virtual void | Write (ostream_type &Stream) const |
| Write object to the stream. | |
Static Public Member Functions | |
| static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
| Promote previous version of object to this version. | |
| static const Common::Description * | StructDescription () |
| The description of structure. | |
| static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
| Promote previous version of object to this version. | |
| static const Common::Description * | StructDescription () |
| The description of structure. | |
| static const std::string & | IDTypeToString (type_type Type) |
| Convert numeric types to string representation. | |
| static const std::string & | IDTypeToString (type_type Type) |
| Convert numeric types to string representation. | |
| static const std::string & | IDSubTypeToString (type_type Type, subType_type SubType) |
| Convert numeric sub-types to string representation. | |
| static const std::string & | IDSubTypeToString (type_type Type, subType_type SubType) |
| Convert numeric sub-types to string representation. | |
| static struct_name_type | FrameSpecName () |
| static struct_name_type | FrameSpecName () |
| static struct_name_type | StructName () |
| static struct_name_type | StructName () |
| static struct_desc_type | FrameSpecDescription () |
| Return the dictionary name of the structure. | |
| static struct_desc_type | FrameSpecDescription () |
| Return the dictionary name of the structure. | |
| static struct_id_type | FrameSpecId () |
| Return the dictionary name of the structure. | |
| static struct_id_type | FrameSpecId () |
| Return the dictionary name of the structure. | |
| 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 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. | |
Static Public Attributes | |
| static constexpr phase_type | PHASE_UNKNOWN { 0 } |
| static constexpr fRange_type | FRANGE_UNKNOWN { 0 } |
| static constexpr BW_type | BW_UNKNOWN { 0 } |
| static struct_name_type | struct_name |
| static struct_desc_type | struct_desc |
| static struct_id_type | struct_id |
Protected Member Functions | |
| virtual void | vTOCQuery (int InfoClass, va_list vl) const |
| Answer requests for information as needed by TOC. | |
| 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. | |
| cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| virtual self_type * | pCreate (istream_type &Stream) const |
| Virtual constructor. | |
| virtual void | pWrite (ostream_type &Stream) const |
| Virtual constructor. | |
| virtual void | vTOCQuery (int InfoClass, va_list vl) const |
| Answer requests for information as needed by TOC. | |
| 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. | |
| cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| virtual self_type * | pCreate (istream_type &Stream) const |
| Virtual constructor. | |
| virtual void | pWrite (ostream_type &Stream) const |
| Virtual constructor. | |
| void | copy_core (const Data &Source) |
| Copy core data. | |
| void | copy_core (const Data &Source) |
| Copy core data. | |
| void | sync () const |
| void | sync () const |
| void | sync_with_vector () |
| void | sync_with_vector () |
Protected Attributes | |
| name_type | name |
| Channel name – must be unique with the frame. | |
| comment_type | comment |
| Comment. | |
| type_type | type |
| Type of data object. | |
| subType_type | subType |
| Subtype for f-Series (TBD for other types). | |
| timeOffset_type | timeOffset |
| tRange_type | tRange |
| Duration of sampled data (tStop-tStart). | |
| fShift_type | fShift |
| phase_type | phase |
| fRange_type | fRange |
| Frequency range (=fMax-fMin, 0 if unknown). | |
| BW_type | BW |
| Resolution bandwidth. | |
| auxParam_type | auxParam |
| Auxiliary parameters. | |
| data_type | data |
| aux_type | aux |
| Auxiliary data; use is generic. | |
| table_type | table |
| Parameter table. | |
| history_type | history |
| Channel history. | |
| bool | synced_with_vector_ |
Static Protected Attributes | |
| static constexpr unsigned int | MAX_REF { 4 } |
Private Types | |
| typedef STRING | io_name_type |
| typedef STRING | io_comment_type |
| typedef STRING | io_name_type |
| typedef STRING | io_comment_type |
| typedef Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type > | object_base_type |
Private Member Functions | |
| virtual Object * | Create () const |
| virtual Object * | Create (std::istream &Buffer) const |
| constructor - virtual | |
| virtual Object * | Create () const |
| virtual Object * | Create (std::istream &Buffer) const |
| constructor - virtual | |
Private Attributes | |
| ChecksumType | m_chkSum |
| Structure checksum. | |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
private |
|
private |
|
private |
|
private |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
privateinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
virtualinherited |
Return the number of bytes for this object.
| [in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Return the number of bytes for this object.
| [in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
Comment to be used in comment field of FrSE.
|
staticinherited |
Comment to be used in comment field of FrSE.
|
inlineprotectedinherited |
Copy core data.
| [in] | Source | The source from which to copy the data |
|
inlineprotectedinherited |
Copy core data.
| [in] | Source | The source from which to copy the data |
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, FrameCPP::Version_9::FrTOC, and FrameCPP::Version_9::FrTOC.
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, FrameCPP::Version_9::FrTOC, and FrameCPP::Version_9::FrTOC.
|
virtualinherited |
Virtual constructor.
| [in] | Stream | The input stream from where the object is being read. |
|
virtualinherited |
Virtual constructor.
| [in] | Stream | The input stream from where the object is being read. |
|
inlineprivatevirtualinherited |
constructor - virtual
|
inlineprivatevirtualinherited |
constructor - virtual
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlineprotectedvirtual |
Down grade an object.
| [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. |
|
inlineprotectedvirtual |
Down grade an object.
| [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. |
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
A brief description of the FrProcData structure.
|
inlineinherited |
A brief description of the FrProcData structure.
|
inlineinherited |
Retrieve the frequency range.
|
inlineinherited |
Retrieve the frequency range.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Return the name associate with the FrProcData structure.
|
inlineinherited |
Return the name associate with the FrProcData structure.
|
inherited |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Retrieve the time range.
|
inlineinherited |
Retrieve the time range.
|
inlineinherited |
|
inlineinherited |
|
staticinherited |
Convert numeric sub-types to string representation.
| [in] | Type | Numeric type. |
| [in] | SubType | Numeric sub-type. |
|
staticinherited |
Convert numeric sub-types to string representation.
| [in] | Type | Numeric type. |
| [in] | SubType | Numeric sub-type. |
|
staticinherited |
Convert numeric types to string representation.
| [in] | Type | Numeric type. |
|
staticinherited |
Convert numeric types to string representation.
| [in] | Type | Numeric type. |
|
inlinevirtual |
The name structure name of this object.
|
inlinevirtual |
The name structure name of this object.
|
inlineinherited |
equality operator
| [in] | RHS | The FrProcData object to be compared. |
|
inlineinherited |
equality operator
| [in] | RHS | The FrProcData object to be compared. |
|
inlineprotectedvirtual |
Number of bytes needed to write this structure.
| [in] | Stream | The stream from which to the object is being read or written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Number of bytes needed to write this structure.
| [in] | Stream | The stream from which to the object is being read or written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Virtual constructor.
| [in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Virtual constructor.
| [in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlinestatic |
|
inlinestatic |
|
inlineprotectedvirtual |
Upgrade an object.
| [in] | Target | The version of the frame specification to promote too. |
| [in] | Obj | The object to be promoted. |
| [in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtual |
Upgrade an object.
| [in] | Target | The version of the frame specification to promote too. |
| [in] | Obj | The object to be promoted. |
| [in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtual |
Virtual constructor.
| [in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtual |
Virtual constructor.
| [in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineinherited |
Identifier for vector for auxilliary data.
|
inlineinherited |
Identifier for vector for auxilliary data.
|
inlineinherited |
Identifier for vector for auxilliary data.
|
inlineinherited |
Identifier for vector for auxilliary data.
|
inlineinherited |
Identifier for vector for data vector.
|
inlineinherited |
Identifier for vector for data vector.
|
inlineinherited |
Identifier for vector for data vector.
|
inlineinherited |
Identifier for vector for data vector.
|
inlineinherited |
Identifier for channel history.
|
inlineinherited |
Identifier for channel history.
|
inlineinherited |
Identifier for channel history.
|
inlineinherited |
Identifier for channel history.
|
inlineinherited |
Identifier for parameter table.
|
inlineinherited |
Identifier for parameter table.
|
inlineinherited |
Identifier for parameter table.
|
inlineinherited |
Identifier for parameter table.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestatic |
The description of structure.
|
inlinestatic |
The description of structure.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inherited |
|
inlineprotectedvirtual |
Answer requests for information as needed by TOC.
| [in] | InfoClass | Class of information being requested. |
| [in] | vl | Variable argument list of requested data. |
Implements FrameCPP::Common::TOCInfo.
|
inlineprotectedvirtual |
Answer requests for information as needed by TOC.
| [in] | InfoClass | Class of information being requested. |
| [in] | vl | Variable argument list of requested data. |
Implements FrameCPP::Common::TOCInfo.
|
virtualinherited |
Write object to the stream.
|
virtualinherited |
Write object to the stream.
|
protectedinherited |
Auxiliary data; use is generic.
|
protectedinherited |
Auxiliary parameters.
|
protectedinherited |
Resolution bandwidth.
|
staticconstexprinherited |
|
protectedinherited |
Comment.
|
protectedinherited |
Data vector. The data vector fro single dimensional types (t-Series and f-Series) must have a single dimension.
|
protectedinherited |
Frequency range (=fMax-fMin, 0 if unknown).
|
staticconstexprinherited |
|
protectedinherited |
fShift is the frequency in the original data that corresponds to 0 Hz in the heterodyned series
|
protectedinherited |
Channel history.
|
privateinherited |
Structure checksum.
The checksum for the structure when the structure is contained in a stream.
|
staticconstexprprotectedinherited |
|
protectedinherited |
Channel name – must be unique with the frame.
|
protectedinherited |
Phase of heterodyning signal at start of dataset (radians, 0 if unknown)
|
staticconstexprinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
protectedinherited |
Subtype for f-Series (TBD for other types).
|
protectedinherited |
|
protectedinherited |
Parameter table.
|
protectedinherited |
Offset of 1st sample relative to the frame start time (seconds)
|
protectedinherited |
Duration of sampled data (tStop-tStart).
|
protectedinherited |
Type of data object.