ldas-tools-framecpp
2.9.3
|
#include <FrProcData.hh>
Public Member Functions | |
FrProcData () | |
Default constructor. More... | |
FrProcData (const FrProcData &Source) | |
Copy Constructor. More... | |
FrProcData (const name_type &Name, const comment_type &Comment, type_type Type, subType_type SubType, timeOffset_type TimeOffset, tRange_type TRange, fShift_type FShift, phase_type Phase, fRange_type FRange, BW_type BW) | |
Constructor. More... | |
FrProcData (Previous::FrProcData &Source, istream_type *Stream) | |
Promotion Constructor. More... | |
~FrProcData () | |
Destructor. More... | |
bool | operator== (const FrProcData &RHS) const |
equality operator More... | |
bool | operator!= (const FrProcData &RHS) const |
inequality operator More... | |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
equality operator for abstract data type More... | |
cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
fRange_type | GetFRange () const |
Retrieve the frequency range. More... | |
tRange_type | GetTRange () const |
Retrieve the time range. More... | |
const std::string & | GetNameSlow () const |
Return the name associate with the FrProcData structure. More... | |
FrProcData & | Merge (const FrProcData &RHS) |
Merge with another FrProcData. More... | |
subset_ret_type | SubFrProcData (REAL_8 Offset, REAL_8 Dt) const |
Request a subset of the data. More... | |
virtual FrProcData * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual void | Write (ostream_type &Stream) const |
Virtual constructor. More... | |
FrProcData () | |
Default constructor. More... | |
FrProcData (const FrProcData &Source) | |
Copy Constructor. More... | |
FrProcData (const name_type &Name, const comment_type &Comment, type_type Type, subType_type SubType, timeOffset_type TimeOffset, tRange_type TRange, fShift_type FShift, phase_type Phase, fRange_type FRange, BW_type BW) | |
Constructor. More... | |
FrProcData (Previous::FrProcData &Source, istream_type *Stream) | |
Promotion Constructor. More... | |
~FrProcData () | |
Destructor. More... | |
bool | operator== (const FrProcData &RHS) const |
equality operator More... | |
bool | operator!= (const FrProcData &RHS) const |
inequality operator More... | |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
equality operator for abstract data type More... | |
cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
fRange_type | GetFRange () const |
Retrieve the frequency range. More... | |
tRange_type | GetTRange () const |
Retrieve the time range. More... | |
const std::string & | GetNameSlow () const |
Return the name associate with the FrProcData structure. More... | |
FrProcData & | Merge (const FrProcData &RHS) |
Merge with another FrProcData. More... | |
subset_ret_type | SubFrProcData (REAL_8 Offset, REAL_8 Dt) const |
Request a subset of the data. More... | |
virtual FrProcData * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual void | Write (ostream_type &Stream) const |
Virtual constructor. More... | |
FrProcData () | |
Default constructor. More... | |
FrProcData (const FrProcData &Source) | |
Copy Constructor. More... | |
FrProcData (const name_type &Name, const comment_type &Comment, type_type Type, subType_type SubType, timeOffset_type TimeOffset, tRange_type TRange, fShift_type FShift, phase_type Phase, fRange_type FRange, BW_type BW) | |
Constructor. More... | |
FrProcData (Previous::FrProcData &Source, istream_type *Stream) | |
Promotion Constructor. More... | |
~FrProcData () | |
Destructor. More... | |
bool | operator== (const FrProcData &RHS) const |
equality operator More... | |
bool | operator!= (const FrProcData &RHS) const |
inequality operator More... | |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
equality operator for abstract data type More... | |
cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
fRange_type | GetFRange () const |
Retrieve the frequency range. More... | |
tRange_type | GetTRange () const |
Retrieve the time range. More... | |
const std::string & | GetNameSlow () const |
Return the name associate with the FrProcData structure. More... | |
FrProcData & | Merge (const FrProcData &RHS) |
Merge with another FrProcData. More... | |
subset_ret_type | SubFrProcData (REAL_8 Offset, REAL_8 Dt) const |
Request a subset of the data. More... | |
virtual FrProcData * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual void | Write (ostream_type &Stream) const |
Virtual constructor. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
virtual Object * | Create () const |
constructor - virtual More... | |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
virtual Object * | Clone () const |
constructor - virtual copy constructor More... | |
virtual Object * | Clone () const |
constructor - virtual copy constructor More... | |
virtual Object * | Clone () 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... | |
virtual void | VerifyObject (Verify &Verifier, IFrameStream &Stream) const |
Verify an object. More... | |
void | TOCQuery (int InfoClass,...) const |
void | TOCQuery (int InfoClass,...) const |
void | TOCQuery (int InfoClass,...) const |
void | AppendComment (const std::string &Comment) |
void | AppendComment (const std::string &Comment) |
void | AppendComment (const std::string &Comment) |
void | AppendAuxParam (const AuxParam_type &Param) |
void | AppendAuxParam (const AuxParam_type &Param) |
void | AppendAuxParam (const AuxParam_type &Param) |
const name_type & | GetName () const |
const name_type & | GetName () const |
const name_type & | GetName () const |
const comment_type & | GetComment () const |
const comment_type & | GetComment () const |
const comment_type & | GetComment () const |
type_type | GetType () const |
type_type | GetType () const |
type_type | GetType () const |
subType_type | GetSubType () const |
subType_type | GetSubType () const |
subType_type | GetSubType () const |
timeOffset_type | GetTimeOffset () const |
timeOffset_type | GetTimeOffset () const |
timeOffset_type | GetTimeOffset () const |
fShift_type | GetFShift () const |
fShift_type | GetFShift () const |
fShift_type | GetFShift () const |
phase_type | GetPhase () const |
phase_type | GetPhase () const |
phase_type | GetPhase () const |
BW_type | GetBW () const |
BW_type | GetBW () const |
BW_type | GetBW () const |
const AuxParamList_type & | GetAuxParam () const |
AuxParamList_type & | GetAuxParam () |
const AuxParamList_type & | GetAuxParam () const |
AuxParamList_type & | GetAuxParam () |
const AuxParamList_type & | GetAuxParam () const |
AuxParamList_type & | GetAuxParam () |
void | SetAuxParam (const AuxParamList_type &AuxParams) |
void | SetAuxParam (const AuxParamList_type &AuxParams) |
void | SetAuxParam (const AuxParamList_type &AuxParams) |
void | SetComment (const comment_type &Comment) |
void | SetComment (const comment_type &Comment) |
void | SetComment (const comment_type &Comment) |
void | SetFRange (fRange_type FRange) |
void | SetFRange (fRange_type FRange) |
void | SetFRange (fRange_type FRange) |
void | SetFShift (fShift_type FShift) |
void | SetFShift (fShift_type FShift) |
void | SetFShift (fShift_type FShift) |
void | SetTimeOffset (timeOffset_type time) |
void | SetTimeOffset (timeOffset_type time) |
void | SetTimeOffset (timeOffset_type time) |
void | SetTRange (tRange_type TRange) |
void | SetTRange (tRange_type TRange) |
void | SetTRange (tRange_type TRange) |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. More... | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. More... | |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. More... | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. More... | |
const aux_type & | RefAux () const |
Identifier for vector for auxilliary data. More... | |
aux_type & | RefAux () |
Identifier for vector for auxilliary data. More... | |
const data_type & | RefData () const |
Identifier for vector for data vector. More... | |
data_type & | RefData () |
Identifier for vector for data vector. More... | |
const data_type & | RefData () const |
Identifier for vector for data vector. More... | |
data_type & | RefData () |
Identifier for vector for data vector. More... | |
const data_type & | RefData () const |
Identifier for vector for data vector. More... | |
data_type & | RefData () |
Identifier for vector for data vector. More... | |
const table_type & | RefTable () const |
Identifier for parameter table. More... | |
table_type & | RefTable () |
Identifier for parameter table. More... | |
const table_type & | RefTable () const |
Identifier for parameter table. More... | |
table_type & | RefTable () |
Identifier for parameter table. More... | |
const table_type & | RefTable () const |
Identifier for parameter table. More... | |
table_type & | RefTable () |
Identifier for parameter table. More... | |
const history_type & | RefHistory () const |
Identifier for channel history. More... | |
history_type & | RefHistory () |
Identifier for channel history. More... | |
const history_type & | RefHistory () const |
Identifier for channel history. More... | |
history_type & | RefHistory () |
Identifier for channel history. More... | |
const history_type & | RefHistory () const |
Identifier for channel history. More... | |
history_type & | RefHistory () |
Identifier for channel history. More... | |
Static Public Member Functions | |
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 std::string & | IDTypeToString (type_type Type) |
Convert numeric types to string representation. More... | |
static const std::string & | IDSubTypeToString (type_type Type, subType_type SubType) |
Convert numeric sub-types to string representation. 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 std::string & | IDTypeToString (type_type Type) |
Convert numeric types to string representation. More... | |
static const std::string & | IDSubTypeToString (type_type Type, subType_type SubType) |
Convert numeric sub-types to string representation. 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 std::string & | IDTypeToString (type_type Type) |
Convert numeric types to string representation. More... | |
static const std::string & | IDSubTypeToString (type_type Type, subType_type SubType) |
Convert numeric sub-types to string representation. 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 | 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... | |
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) |
template<class T > | |
static int | DataType (const T *Data) |
template<class T > | |
static int | DataType (const T &Data) |
Static Public Attributes | |
static const phase_type | PHASE_UNKNOWN = 0.0 |
static const fRange_type | FRANGE_UNKNOWN = 0.0 |
static const BW_type | BW_UNKNOWN = 0 |
static const FrProcDataNPS::type_type | DEFAULT_VALUE_TYPE |
static const FrProcDataNPS::subType_type | DEFAULT_VALUE_SUB_TYPE |
static const FrProcDataNPS::tRange_type | DEFAULT_VALUE_TRANGE |
static const FrProcDataNPS::fShift_type | DEFAULT_VALUE_FSHIFT |
static const FrProcDataNPS::phase_type | DEFAULT_VALUE_PHASE |
static const FrProcDataNPS::fRange_type | DEFAULT_VALUE_FRANGE |
static const FrProcDataNPS::BW_type | DEFAULT_VALUE_BW |
Protected Member Functions | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, istream_type *Stream) const |
Down grade an object. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const |
Upgrade an object. 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 |
Down grade an object. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const |
Upgrade an object. 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 |
Down grade an object. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const |
Upgrade an object. More... | |
virtual void | vTOCQuery (int InfoClass, va_list vl) const |
Answer requests for information as needed by TOC. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
cmn_streamsize_type | bytes () const |
cmn_streamsize_type | bytes () const |
cmn_streamsize_type | bytes () const |
void | write (ostream_type &Stream) const |
void | write (ostream_type &Stream) const |
void | write (ostream_type &Stream) const |
bool | operator== (const FrProcDataNPS &RHS) const |
cmn_streamsize_type | bytes (const stream_base_type &Stream) const |
Number of bytes needed to write this structure. More... | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | copy_core (const FrProcDataPST &Source) |
Copy core data. More... | |
bool | operator== (const FrProcDataPST &RHS) const |
equality operator More... | |
Static Protected Attributes | |
static const INT_2U | MAX_REF = 4 |
Private Member Functions | |
FrProcData (istream_type &Stream) | |
Stream Constructor. More... | |
void | copy_core (const FrProcData &Source) |
Copy core data. More... | |
subset_ret_type | sub_time_series (REAL_8 Offset, REAL_8 Dt) const |
Retrieve a time series subset. More... | |
void | sync_with_vector () |
FrProcData (istream_type &Stream) | |
Stream Constructor. More... | |
void | copy_core (const FrProcData &Source) |
Copy core data. More... | |
subset_ret_type | sub_time_series (REAL_8 Offset, REAL_8 Dt) const |
Retrieve a time series subset. More... | |
void | sync_with_vector () |
FrProcData (istream_type &Stream) | |
Stream Constructor. More... | |
void | copy_core (const FrProcData &Source) |
Copy core data. More... | |
subset_ret_type | sub_time_series (REAL_8 Offset, REAL_8 Dt) const |
Retrieve a time series subset. More... | |
void | sync_with_vector () |
Private Attributes | |
bool | m_synced_with_vector |
const class_type | m_class |
Storage for the class identifier. More... | |
const Description *const | m_desc |
Description for parent class. More... | |
|
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 |
|
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 |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef std::unique_ptr< FrProcData > FrameCPP::Version_6::FrProcData::subset_ret_type |
typedef std::unique_ptr< FrProcData > FrameCPP::Version_6::FrProcData::subset_ret_type |
typedef std::unique_ptr< FrProcData > FrameCPP::Version_6::FrProcData::subset_ret_type |
|
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 |
|
inherited |
FrameCPP::Version_6::FrProcData::FrProcData | ( | ) |
Default constructor.
FrameCPP::Version_6::FrProcData::FrProcData | ( | const FrProcData & | Source | ) |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | const name_type & | Name, |
const comment_type & | Comment, | ||
type_type | Type, | ||
subType_type | SubType, | ||
timeOffset_type | TimeOffset, | ||
tRange_type | TRange, | ||
fShift_type | FShift, | ||
phase_type | Phase, | ||
fRange_type | FRange, | ||
BW_type | BW | ||
) |
Constructor.
[in] | Name | Data or channel name |
[in] | Comment | Comment |
[in] | Type | Type of data object. |
[in] | SubType | Subtype of f-Series. |
[in] | TimeOffset | Ofset of 1st sample relative to the frame start time. |
[in] | TRange | Duration of sampled data. |
[in] | FShift | The frequency in the original data that corresponds to zero Hz in the heterodyned series. |
[in] | Phase | Phase of heterodyning signal at start of dataset. |
[in] | FRange | Frequency range. |
[in] | BW | Resolution bandwidth. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | Previous::FrProcData & | Source, |
istream_type * | Stream | ||
) |
Promotion Constructor.
[in] | Source | An FrProcData structure from a previous frame specification. |
[in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
FrameCPP::Version_6::FrProcData::~FrProcData | ( | ) |
Destructor.
|
private |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | ) |
Default constructor.
FrameCPP::Version_6::FrProcData::FrProcData | ( | const FrProcData & | Source | ) |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | const name_type & | Name, |
const comment_type & | Comment, | ||
type_type | Type, | ||
subType_type | SubType, | ||
timeOffset_type | TimeOffset, | ||
tRange_type | TRange, | ||
fShift_type | FShift, | ||
phase_type | Phase, | ||
fRange_type | FRange, | ||
BW_type | BW | ||
) |
Constructor.
[in] | Name | Data or channel name |
[in] | Comment | Comment |
[in] | Type | Type of data object. |
[in] | SubType | Subtype of f-Series. |
[in] | TimeOffset | Ofset of 1st sample relative to the frame start time. |
[in] | TRange | Duration of sampled data. |
[in] | FShift | The frequency in the original data that corresponds to zero Hz in the heterodyned series. |
[in] | Phase | Phase of heterodyning signal at start of dataset. |
[in] | FRange | Frequency range. |
[in] | BW | Resolution bandwidth. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | Previous::FrProcData & | Source, |
istream_type * | Stream | ||
) |
Promotion Constructor.
[in] | Source | An FrProcData structure from a previous frame specification. |
[in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
FrameCPP::Version_6::FrProcData::~FrProcData | ( | ) |
Destructor.
|
private |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | ) |
Default constructor.
FrameCPP::Version_6::FrProcData::FrProcData | ( | const FrProcData & | Source | ) |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | const name_type & | Name, |
const comment_type & | Comment, | ||
type_type | Type, | ||
subType_type | SubType, | ||
timeOffset_type | TimeOffset, | ||
tRange_type | TRange, | ||
fShift_type | FShift, | ||
phase_type | Phase, | ||
fRange_type | FRange, | ||
BW_type | BW | ||
) |
Constructor.
[in] | Name | Data or channel name |
[in] | Comment | Comment |
[in] | Type | Type of data object. |
[in] | SubType | Subtype of f-Series. |
[in] | TimeOffset | Ofset of 1st sample relative to the frame start time. |
[in] | TRange | Duration of sampled data. |
[in] | FShift | The frequency in the original data that corresponds to zero Hz in the heterodyned series. |
[in] | Phase | Phase of heterodyning signal at start of dataset. |
[in] | FRange | Frequency range. |
[in] | BW | Resolution bandwidth. |
FrameCPP::Version_6::FrProcData::FrProcData | ( | Previous::FrProcData & | Source, |
istream_type * | Stream | ||
) |
Promotion Constructor.
[in] | Source | An FrProcData structure from a previous frame specification. |
[in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
FrameCPP::Version_6::FrProcData::~FrProcData | ( | ) |
Destructor.
|
private |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
virtual |
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::ObjectInterface.
|
virtual |
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::ObjectInterface.
|
virtual |
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::ObjectInterface.
|
inlineprotectedinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, and FrameCPP::Common::PTR_STRUCT< DC, DI >.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, and FrameCPP::Common::PTR_STRUCT< DC, DI >.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, and FrameCPP::Common::PTR_STRUCT< DC, DI >.
|
private |
Copy core data.
[in] | Source | The source from which to copy the data |
|
private |
Copy core data.
[in] | Source | The source from which to copy the data |
|
private |
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 |
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Version_6::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_6::FrTOC, and FrameCPP::Version_4::FrTOC.
|
virtual |
Virtual constructor.
[in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Virtual constructor.
[in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Virtual constructor.
[in] | Stream | The stream from which the earliest version of the FrProcData structure was read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_8::FrHeader, and FrameCPP::Version_3::FrHeader.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
protectedvirtual |
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Down grade an object.
[in] | Target | This is the version of the frame specification of the demoted object. |
[in] | Obj | The base object. |
[in] | Stream | Stream from which Obj was created. |
|
staticinherited |
Down grade an object.
[in] | Target | This is the version of the frame specification of the demoted object. |
[in] | Obj | The base object. |
[in] | Stream | Stream from which Obj was created. |
|
staticinherited |
Down grade an object.
[in] | Target | This is the version of the frame specification of the demoted object. |
[in] | Obj | The base object. |
[in] | Stream | Stream from which Obj was created. |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineinherited |
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
Retrieve the frequency range.
fRange_type FrameCPP::Version_6::FrProcData::GetFRange | ( | ) | const |
Retrieve the frequency range.
fRange_type FrameCPP::Version_6::FrProcData::GetFRange | ( | ) | const |
Retrieve the frequency range.
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
const std::string & FrameCPP::Version_6::FrProcData::GetNameSlow | ( | ) | const |
Return the name associate with the FrProcData structure.
const std::string& FrameCPP::Version_6::FrProcData::GetNameSlow | ( | ) | const |
Return the name associate with the FrProcData structure.
const std::string& FrameCPP::Version_6::FrProcData::GetNameSlow | ( | ) | const |
Return the name associate with the FrProcData structure.
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inline |
Retrieve the time range.
tRange_type FrameCPP::Version_6::FrProcData::GetTRange | ( | ) | const |
Retrieve the time range.
tRange_type FrameCPP::Version_6::FrProcData::GetTRange | ( | ) | const |
Retrieve the time range.
|
inlineinherited |
|
inherited |
|
inherited |
|
static |
Convert numeric sub-types to string representation.
[in] | Type | Numeric type. |
[in] | SubType | Numeric sub-type. |
|
static |
Convert numeric sub-types to string representation.
[in] | Type | Numeric type. |
[in] | SubType | Numeric sub-type. |
|
static |
Convert numeric sub-types to string representation.
[in] | Type | Numeric type. |
[in] | SubType | Numeric sub-type. |
|
static |
Convert numeric types to string representation.
[in] | Type | Numeric type. |
|
static |
Convert numeric types to string representation.
[in] | Type | Numeric type. |
|
static |
Convert numeric types to string representation.
[in] | Type | Numeric type. |
FrProcData & FrameCPP::Version_6::FrProcData::Merge | ( | const FrProcData & | RHS | ) |
Merge with another FrProcData.
[in] | RHS | The source of the information to append to this FrProcData structure. |
FrProcData& FrameCPP::Version_6::FrProcData::Merge | ( | const FrProcData & | RHS | ) |
Merge with another FrProcData.
[in] | RHS | The source of the information to append to this FrProcData structure. |
FrProcData& FrameCPP::Version_6::FrProcData::Merge | ( | const FrProcData & | RHS | ) |
Merge with another FrProcData.
[in] | RHS | The source of the information to append to this FrProcData structure. |
|
virtual |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
inequality operator
[in] | RHS | The FrProcData object to be compared. |
bool FrameCPP::Version_6::FrProcData::operator!= | ( | const FrProcData & | RHS | ) | const |
inequality operator
[in] | RHS | The FrProcData object to be compared. |
bool FrameCPP::Version_6::FrProcData::operator!= | ( | const FrProcData & | RHS | ) | const |
inequality operator
[in] | RHS | The FrProcData object to be compared. |
|
virtual |
equality operator for abstract data type
[in] | Obj | The object to be compared. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
equality operator for abstract data type
[in] | Obj | The object to be compared. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
equality operator for abstract data type
[in] | Obj | The object to be compared. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
equality operator
[in] | RHS | The FrProcData object to be compared. |
bool FrameCPP::Version_6::FrProcData::operator== | ( | const FrProcData & | RHS | ) | const |
equality operator
[in] | RHS | The FrProcData object to be compared. |
bool FrameCPP::Version_6::FrProcData::operator== | ( | const FrProcData & | RHS | ) | const |
equality operator
[in] | RHS | The FrProcData object to be compared. |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
equality operator
[in] | RHS | The FrProcData object to be compared. |
|
inlinestatic |
|
static |
|
static |
|
protectedvirtual |
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
inherited |
|
inlineinherited |
Identifier for vector for auxilliary data.
|
inherited |
Identifier for vector for auxilliary data.
|
inherited |
Identifier for vector for auxilliary data.
|
inlineinherited |
Identifier for vector for auxilliary data.
|
inherited |
Identifier for vector for auxilliary data.
|
inherited |
Identifier for vector for auxilliary data.
|
inlineinherited |
Identifier for vector for data vector.
|
inherited |
Identifier for vector for data vector.
|
inherited |
Identifier for vector for data vector.
|
inlineinherited |
Identifier for vector for data vector.
|
inherited |
Identifier for vector for data vector.
|
inherited |
Identifier for vector for data vector.
|
inlineinherited |
Identifier for channel history.
|
inherited |
Identifier for channel history.
|
inherited |
Identifier for channel history.
|
inlineinherited |
Identifier for channel history.
|
inherited |
Identifier for channel history.
|
inherited |
Identifier for channel history.
|
inlineinherited |
Identifier for parameter table.
|
inherited |
Identifier for parameter table.
|
inherited |
Identifier for parameter table.
|
inlineinherited |
Identifier for parameter table.
|
inherited |
Identifier for parameter table.
|
inherited |
Identifier for parameter table.
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
static |
The description of structure.
|
static |
The description of structure.
|
static |
The description of structure.
|
inlinestatic |
The name structure name of this object.
|
static |
The name structure name of this object.
|
static |
The name structure name of this object.
|
private |
Retrieve a time series subset.
[in] | Offset | The number of seconds from the start of the FrAdcData object from which to start extracting data. |
[in] | Dt | The number of seconds of data in the resulting FrAdcData strucutre. |
|
private |
Retrieve a time series subset.
[in] | Offset | The number of seconds from the start of the FrAdcData object from which to start extracting data. |
[in] | Dt | The number of seconds of data in the resulting FrAdcData strucutre. |
|
private |
Retrieve a time series subset.
[in] | Offset | The number of seconds from the start of the FrAdcData object from which to start extracting data. |
[in] | Dt | The number of seconds of data in the resulting FrAdcData strucutre. |
FrProcData::subset_ret_type FrameCPP::Version_6::FrProcData::SubFrProcData | ( | REAL_8 | Offset, |
REAL_8 | Dt | ||
) | const |
Request a subset of the data.
[in] | Offset | The number of seconds from the start of the FrProcData object from which to start extracting data. |
[in] | Dt | The number of seconds of data in the resulting FrProcData strucutre. |
subset_ret_type FrameCPP::Version_6::FrProcData::SubFrProcData | ( | REAL_8 | Offset, |
REAL_8 | Dt | ||
) | const |
Request a subset of the data.
[in] | Offset | The number of seconds from the start of the FrProcData object from which to start extracting data. |
[in] | Dt | The number of seconds of data in the resulting FrProcData strucutre. |
subset_ret_type FrameCPP::Version_6::FrProcData::SubFrProcData | ( | REAL_8 | Offset, |
REAL_8 | Dt | ||
) | const |
Request a subset of the data.
[in] | Offset | The number of seconds from the start of the FrProcData object from which to start extracting data. |
[in] | Dt | The number of seconds of data in the resulting FrProcData strucutre. |
|
private |
|
private |
|
private |
|
inlineinherited |
|
inherited |
|
inherited |
|
virtualinherited |
Verify an object.
[in,out] | Verifier | Set of rules to use in verification of the object. If an error occurs, the violation is logged here. |
[in] | Stream | The stream that is being used to read the object. |
Reimplemented in FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, and FrameCPP::Version_3::FrameH.
|
virtualinherited |
Verify an object.
[in,out] | Verifier | Set of rules to use in verification of the object. If an error occurs, the violation is logged here. |
[in] | Stream | The stream that is being used to read the object. |
Reimplemented in FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, and FrameCPP::Version_3::FrameH.
|
virtualinherited |
Verify an object.
[in,out] | Verifier | Set of rules to use in verification of the object. If an error occurs, the violation is logged here. |
[in] | Stream | The stream that is being used to read the object. |
Reimplemented in FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrameH, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_7::FrameH, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrEndOfFile, and FrameCPP::Version_3::FrameH.
|
protectedvirtual |
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.
|
protectedvirtual |
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.
|
protectedvirtual |
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.
|
virtual |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprotectedinherited |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
virtual |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedinherited |
|
virtual |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedinherited |
|
inherited |
Write a next pointer to the parent to the stream.
[in,out] | Stream | The output stream to receive the next pointer. |
|
inherited |
Write a next pointer to the parent to the stream.
[in,out] | Stream | The output stream to receive the next pointer. |
|
inherited |
Write a next pointer to the parent to the stream.
[in,out] | Stream | The output stream to receive the next pointer. |
|
protectedinherited |
Aux vector.
|
protectedinherited |
|
protectedinherited |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
Data vector. The data vector for single dimensional types (t-Series and f-Series) must have a single dimension.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
protectedinherited |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
Channel history.
|
privateinherited |
Storage for the class identifier.
The class identifier uniquely identifies the parent class within the frame specification. All instances of parent class will have the same class identifier.
|
privateinherited |
Description for parent class.
The description for the parent class composed of one FrSH and one or more FrSE elements.
|
private |
True if FrProcData has been syncronized with its associated FrVect data structure.
|
staticprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
Parameter table.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |