ldas-tools-framecpp 3.0.4
|
#include <FrProcDataData.hh>
Classes | |
struct | auxParamInfo |
Public Member Functions | |
Data () | |
void | AppendComment (const std::string &Comment) |
void | AppendAuxParam (const auxParam_type::value_type &Param) |
const name_type & | GetName () const |
Return the name associate with the FrProcData structure. | |
const name_type & | GetNameSlow () const |
const comment_type & | GetComment () const |
A brief description of the FrProcData structure. | |
type_type | GetType () const |
subType_type | GetSubType () const |
timeOffset_type | GetTimeOffset () const |
fShift_type | GetFShift () const |
phase_type | GetPhase () const |
BW_type | GetBW () const |
const auxParam_type & | GetAuxParam () const |
auxParam_type & | GetAuxParam () |
fRange_type | GetFRange () const |
Retrieve the frequency range. | |
tRange_type | GetTRange () const |
Retrieve the time range. | |
void | SetAuxParam (const auxParam_type &AuxParams) |
void | SetComment (const comment_type &Comment) |
void | SetFRange (fRange_type FRange) |
void | SetFShift (fShift_type FShift) |
void | SetTimeOffset (timeOffset_type TimeOffset) |
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 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 history_type & | RefHistory () const |
Identifier for channel history. | |
history_type & | RefHistory () |
Identifier for channel history. | |
bool | operator== (const Data &RHS) const |
equality operator | |
Data () | |
void | AppendComment (const std::string &Comment) |
void | AppendAuxParam (const auxParam_type::value_type &Param) |
const name_type & | GetName () const |
Return the name associate with the FrProcData structure. | |
const name_type & | GetNameSlow () const |
const comment_type & | GetComment () const |
A brief description of the FrProcData structure. | |
type_type | GetType () const |
subType_type | GetSubType () const |
timeOffset_type | GetTimeOffset () const |
fShift_type | GetFShift () const |
phase_type | GetPhase () const |
BW_type | GetBW () const |
const auxParam_type & | GetAuxParam () const |
auxParam_type & | GetAuxParam () |
fRange_type | GetFRange () const |
Retrieve the frequency range. | |
tRange_type | GetTRange () const |
Retrieve the time range. | |
void | SetAuxParam (const auxParam_type &AuxParams) |
void | SetComment (const comment_type &Comment) |
void | SetFRange (fRange_type FRange) |
void | SetFShift (fShift_type FShift) |
void | SetTimeOffset (timeOffset_type TimeOffset) |
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 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 history_type & | RefHistory () const |
Identifier for channel history. | |
history_type & | RefHistory () |
Identifier for channel history. | |
bool | operator== (const Data &RHS) const |
equality operator |
Static Public Member Functions | |
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 & | 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 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. |
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 | |
void | copy_core (const Data &Source) |
Copy core data. | |
void | sync () const |
void | sync_with_vector () |
void | copy_core (const Data &Source) |
Copy core data. | |
void | sync () const |
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 } |
typedef auxParam_type::value_type FrameCPP::Version_8::FrProcDataImpl::Data::AuxParam_type |
typedef auxParam_type::value_type FrameCPP::Version_8::FrProcDataImpl::Data::AuxParam_type |
typedef std::vector< auxParamInfo_type > FrameCPP::Version_8::FrProcDataImpl::Data::auxParam_type |
typedef std::vector< auxParamInfo_type > FrameCPP::Version_8::FrProcDataImpl::Data::auxParam_type |
typedef struct FrameCPP::Version_8::FrProcDataImpl::Data::auxParamInfo FrameCPP::Version_8::FrProcDataImpl::Data::auxParamInfo_type |
typedef struct FrameCPP::Version_8::FrProcDataImpl::Data::auxParamInfo FrameCPP::Version_8::FrProcDataImpl::Data::auxParamInfo_type |
typedef history_type::const_iterator FrameCPP::Version_8::FrProcDataImpl::Data::const_history_iterator |
typedef history_type::const_iterator FrameCPP::Version_8::FrProcDataImpl::Data::const_history_iterator |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Copy core data.
[in] | Source | The source from which to copy the data |
|
inlineprotected |
Copy core data.
[in] | Source | The source from which to copy the data |
|
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
A brief description of the FrProcData structure.
|
inline |
A brief description of the FrProcData structure.
|
inline |
Retrieve the frequency range.
|
inline |
Retrieve the frequency range.
|
inline |
|
inline |
|
inline |
Return the name associate with the FrProcData structure.
|
inline |
Return the name associate with the FrProcData structure.
const Data::name_type & FrameCPP::Version_8::FrProcDataImpl::Data::GetNameSlow | ( | ) | const |
const name_type & FrameCPP::Version_8::FrProcDataImpl::Data::GetNameSlow | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Retrieve the time range.
|
inline |
Retrieve the time range.
|
inline |
|
inline |
|
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. |
|
inline |
equality operator
[in] | RHS | The FrProcData object to be compared. |
|
inline |
equality operator
[in] | RHS | The FrProcData object to be compared. |
|
inline |
Identifier for vector for auxilliary data.
|
inline |
Identifier for vector for auxilliary data.
|
inline |
Identifier for vector for auxilliary data.
|
inline |
Identifier for vector for auxilliary data.
|
inline |
Identifier for vector for data vector.
|
inline |
Identifier for vector for data vector.
|
inline |
Identifier for vector for data vector.
|
inline |
Identifier for vector for data vector.
|
inline |
Identifier for channel history.
|
inline |
Identifier for channel history.
|
inline |
Identifier for channel history.
|
inline |
Identifier for channel history.
|
inline |
Identifier for parameter table.
|
inline |
Identifier for parameter table.
|
inline |
Identifier for parameter table.
|
inline |
Identifier for parameter table.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
protected |
Auxiliary data; use is generic.
|
protected |
Auxiliary parameters.
|
protected |
Resolution bandwidth.
|
staticconstexpr |
|
protected |
Comment.
|
protected |
Data vector. The data vector fro single dimensional types (t-Series and f-Series) must have a single dimension.
|
protected |
Frequency range (=fMax-fMin, 0 if unknown)
|
staticconstexpr |
|
protected |
fShift is the frequency in the original data that corresponds to 0 Hz in the heterodyned series
|
protected |
Channel history.
|
staticconstexprprotected |
|
protected |
Channel name – must be unique with the frame.
|
protected |
Phase of heterodyning signal at start of dataset (radians, 0 if unknown)
|
staticconstexpr |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
protected |
Subtype for f-Series (TBD for other types)
|
protected |
|
protected |
Parameter table.
|
protected |
Offset of 1st sample relative to the frame start time (seconds)
|
protected |
Duration of sampled data (tStop-tStart)
|
protected |
Type of data object.