#include <FrAdcData.hh>
Public Member Functions | |
FrAdcData () | |
Default constructor. | |
FrAdcData (const FrAdcData &Source) | |
Copy constructor. | |
FrAdcData (const std::string &name, channelGroup_type group, channelNumber_type channel, nBits_type nBits, sampleRate_type sampleRate, bias_type bias=DEFAULT_BIAS, slope_type slope=DEFAULT_SLOPE, const std::string &units=FR_ADC_DATA_DEFAULT_UNITS(), fShift_type fShift=DEFAULT_FSHIFT, timeOffset_type timeOffset=DEFAULT_TIME_OFFSET, dataValid_type dataValid=DEFAULT_DATA_VALID, phase_type phase=DEFAULT_PHASE) | |
FrAdcData (Previous::FrAdcData &Source, stream_base_type *Stream) | |
~FrAdcData () | |
bool | operator== (const FrAdcData &RHS) const |
bool | operator!= (const FrAdcData &RHS) const |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator | |
cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Return the number of bytes for this object. | |
virtual const char * | ObjectStructName () const |
Retrieve the class name of the object. | |
const std::string & | GetName () const |
FrAdcData & | Merge (const FrAdcData &RHS) |
subfradcdata_type | SubFrAdcData (REAL_8 Offset, REAL_8 Dt) const |
virtual FrAdcData * | Create (istream_type &Stream) const |
constructor - virtual | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
FrAdcData () | |
Default constructor. | |
FrAdcData (const FrAdcData &Source) | |
Copy constructor. | |
FrAdcData (const std::string &name, channelGroup_type group, channelNumber_type channel, nBits_type nBits, sampleRate_type sampleRate, bias_type bias=DEFAULT_BIAS, slope_type slope=DEFAULT_SLOPE, const std::string &units=FR_ADC_DATA_DEFAULT_UNITS(), fShift_type fShift=DEFAULT_FSHIFT, timeOffset_type timeOffset=DEFAULT_TIME_OFFSET, dataValid_type dataValid=DEFAULT_DATA_VALID, phase_type phase=DEFAULT_PHASE) | |
FrAdcData (Previous::FrAdcData &Source, stream_base_type *Stream) | |
~FrAdcData () | |
bool | operator== (const FrAdcData &RHS) const |
bool | operator!= (const FrAdcData &RHS) const |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator | |
cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Return the number of bytes for this object. | |
virtual const char * | ObjectStructName () const |
Retrieve the class name of the object. | |
const std::string & | GetName () const |
FrAdcData & | Merge (const FrAdcData &RHS) |
subfradcdata_type | SubFrAdcData (REAL_8 Offset, REAL_8 Dt) const |
virtual FrAdcData * | Create (istream_type &Stream) const |
constructor - virtual | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
const std::string & | GetComment () const |
A brief description of the FrAdcData structure. | |
const std::string & | GetComment () const |
A brief description of the FrAdcData structure. | |
channelGroup_type | GetChannelGroup () const |
The channel group for the FrAdcData. | |
channelGroup_type | GetChannelGroup () const |
The channel group for the FrAdcData. | |
channelNumber_type | GetChannelNumber () const |
The channel number for the FrAdcData. | |
channelNumber_type | GetChannelNumber () const |
The channel number for the FrAdcData. | |
nBits_type | GetNBits () const |
Tne number of bits in the A/D output. | |
nBits_type | GetNBits () const |
Tne number of bits in the A/D output. | |
bias_type | GetBias () const |
DC bias on channel. | |
bias_type | GetBias () const |
DC bias on channel. | |
slope_type | GetSlope () const |
ADC calibration units per count. | |
slope_type | GetSlope () const |
ADC calibration units per count. | |
const units_type & | GetUnits () const |
The units used in the ADC calibration. | |
const units_type & | GetUnits () const |
The units used in the ADC calibration. | |
sampleRate_type | GetSampleRate () const |
The data acquisition rate. | |
sampleRate_type | GetSampleRate () const |
The data acquisition rate. | |
timeOffset_type | GetTimeOffset () const |
The offset of the first sample relative to the frame start time. | |
timeOffset_type | GetTimeOffset () const |
The offset of the first sample relative to the frame start time. | |
fShift_type | GetFShift () const |
The frequency in the original data corresponding to 0 Hz. | |
fShift_type | GetFShift () const |
The frequency in the original data corresponding to 0 Hz. | |
phase_type | GetPhase () const |
Phase of hetrodyning signal at start of dataset. | |
phase_type | GetPhase () const |
Phase of hetrodyning signal at start of dataset. | |
dataValid_type | GetDataValid () const |
Retrieve the overRange value. | |
dataValid_type | GetDataValid () const |
Retrieve the overRange value. | |
void | AppendComment (const std::string &comment) |
Extend the comment associated with the FrAdcData structure. | |
void | AppendComment (const std::string &comment) |
Extend the comment associated with the FrAdcData structure. | |
void | SetDataValid (dataValid_type flag) |
Establish the value of the dataValid field. | |
void | SetDataValid (dataValid_type flag) |
Establish the value of the dataValid field. | |
void | SetBias (bias_type bias) |
Establish the value of the bias field. | |
void | SetBias (bias_type bias) |
Establish the value of the bias field. | |
void | SetChannelGroup (channelGroup_type Value) |
Establish the value of the channelGroup field. | |
void | SetChannelGroup (channelGroup_type Value) |
Establish the value of the channelGroup field. | |
void | SetChannelNumber (channelNumber_type Value) |
Establish the value of the channelNumber field. | |
void | SetChannelNumber (channelNumber_type Value) |
Establish the value of the channelNumber field. | |
void | SetComment (const comment_type &Value) |
Set the comment associated with the FrAdcData structure. | |
void | SetComment (const comment_type &Value) |
Set the comment associated with the FrAdcData structure. | |
void | SetNBits (nBits_type Value) |
Tne number of bits in the A/D output. | |
void | SetNBits (nBits_type Value) |
Tne number of bits in the A/D output. | |
void | SetSampleRate (sampleRate_type Value) |
Establish the value of the sampleRate field. | |
void | SetSampleRate (sampleRate_type Value) |
Establish the value of the sampleRate field. | |
void | SetSlope (slope_type slope) |
Establish the value of the slope field. | |
void | SetSlope (slope_type slope) |
Establish the value of the slope field. | |
void | SetTimeOffset (timeOffset_type Value) |
Establish the value of the timeOffset field. | |
void | SetTimeOffset (timeOffset_type Value) |
Establish the value of the timeOffset field. | |
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 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. | |
void | TOCQuery (int InfoClass,...) const |
void | TOCQuery (int InfoClass,...) const |
Static Public Member Functions | |
static const char * | StructName () |
static const Common::Description * | StructDescription () |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, stream_base_type *Stream) |
static const char * | StructName () |
static const Common::Description * | StructDescription () |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, stream_base_type *Stream) |
static units_type | DEFAULT_UNITS () |
static units_type | DEFAULT_UNITS () |
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) |
Static Public Attributes | |
static const bias_type | DEFAULT_BIAS |
static const slope_type | DEFAULT_SLOPE |
static const fShift_type | DEFAULT_FSHIFT |
static const timeOffset_type | DEFAULT_TIME_OFFSET |
static const phase_type | DEFAULT_PHASE |
static const dataValid_type | DEFAULT_DATA_VALID |
Protected Member Functions | |
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 void | vTOCQuery (int InfoClass, va_list vl) const |
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 void | vTOCQuery (int InfoClass, va_list vl) const |
cmn_streamsize_type | bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. | |
cmn_streamsize_type | bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. | |
void | copyCore (const FrAdcDataNPS &Source) |
void | copyCore (const FrAdcDataNPS &Source) |
void | incrementTimeOffset (timeOffset_type Value) |
Increment the time offset by the specified value. | |
void | incrementTimeOffset (timeOffset_type Value) |
Increment the time offset by the specified value. | |
void | write (Common::OStream &Stream) const |
Write contents to the stream. | |
void | write (Common::OStream &Stream) const |
Write contents to the stream. | |
bool | operator== (const FrAdcDataNPS &RHS) const |
Comparison operator. | |
void | setName (const std::string &Name) |
void | setName (const std::string &Name) |
virtual class_type | getClass () const |
Retrieve the class identifier. | |
virtual class_type | getClass () const |
Retrieve the class identifier. | |
Static Protected Member Functions | |
template<typename DescriptionType, typename FrSEType> | |
static void | structDescription (DescriptionType &Desc) |
template<typename DescriptionType, typename FrSEType> | |
static void | structDescription (DescriptionType &Desc) |
Private Member Functions | |
FrAdcData (istream_type &Stream) | |
void | copy_core (const FrAdcData &Source) |
FrAdcData (istream_type &Stream) | |
void | copy_core (const FrAdcData &Source) |
Private Attributes | |
name_type | name |
comment_type | comment |
channelGroup_type | channelGroup |
channelNumber_type | channelNumber |
nBits_type | nBits |
bias_type | bias |
slope_type | slope |
units_type | units |
sampleRate_type | sampleRate |
timeOffset_type | timeOffset |
fShift_type | fShift |
phase_type | phase |
dataValid_type | dataValid |
const class_type | m_class |
Storage for the class identifier. | |
const Description *const | m_desc |
Description for parent class. | |
const frame_spec_version_type | frame_spec_version |
Version of the frame specification. | |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef FrAdcDataNPS FrameCPP::Version_6::FrAdcData::nps_type |
typedef FrAdcDataNPS FrameCPP::Version_6::FrAdcData::nps_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef FrAdcDataPS FrameCPP::Version_6::FrAdcData::ps_type |
typedef FrAdcDataPS FrameCPP::Version_6::FrAdcData::ps_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef std::unique_ptr< FrAdcData > FrameCPP::Version_6::FrAdcData::subfradcdata_type |
typedef std::unique_ptr< FrAdcData > FrameCPP::Version_6::FrAdcData::subfradcdata_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | ) |
Default constructor.
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | const FrAdcData & | Source | ) |
Copy constructor.
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | const std::string & | name, |
channelGroup_type | group, | ||
channelNumber_type | channel, | ||
nBits_type | nBits, | ||
sampleRate_type | sampleRate, | ||
bias_type | bias = DEFAULT_BIAS, | ||
slope_type | slope = DEFAULT_SLOPE, | ||
const std::string & | units = FR_ADC_DATA_DEFAULT_UNITS( ), | ||
fShift_type | fShift = DEFAULT_FSHIFT, | ||
timeOffset_type | timeOffset = DEFAULT_TIME_OFFSET, | ||
dataValid_type | dataValid = DEFAULT_DATA_VALID, | ||
phase_type | phase = DEFAULT_PHASE ) |
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | Previous::FrAdcData & | Source, |
stream_base_type * | Stream ) |
FrameCPP::Version_6::FrAdcData::~FrAdcData | ( | ) |
|
private |
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | ) |
Default constructor.
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | const FrAdcData & | Source | ) |
Copy constructor.
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | const std::string & | name, |
channelGroup_type | group, | ||
channelNumber_type | channel, | ||
nBits_type | nBits, | ||
sampleRate_type | sampleRate, | ||
bias_type | bias = DEFAULT_BIAS, | ||
slope_type | slope = DEFAULT_SLOPE, | ||
const std::string & | units = FR_ADC_DATA_DEFAULT_UNITS(), | ||
fShift_type | fShift = DEFAULT_FSHIFT, | ||
timeOffset_type | timeOffset = DEFAULT_TIME_OFFSET, | ||
dataValid_type | dataValid = DEFAULT_DATA_VALID, | ||
phase_type | phase = DEFAULT_PHASE ) |
FrameCPP::Version_6::FrAdcData::FrAdcData | ( | Previous::FrAdcData & | Source, |
stream_base_type * | Stream ) |
FrameCPP::Version_6::FrAdcData::~FrAdcData | ( | ) |
|
private |
|
inlineinherited |
Extend the comment associated with the FrAdcData structure.
|
inherited |
Extend the comment associated with the FrAdcData structure.
|
virtual |
Return the number of bytes for this object.
[in] | Stream | The stream on which the object will be written or read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Return the number of bytes for this object.
[in] | Stream | The stream on which the object will be written or read. |
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. |
|
protectedinherited |
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< 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::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, 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::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Version_9::FrameH, FrameCPP::Version_9::FrameH, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_9::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_9::FrSHImpl::ClassicIO< FrSH >, and FrameCPP::Version_9::FrSHImpl::ClassicIO< FrSH >.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in 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::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, 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::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Version_9::FrameH, FrameCPP::Version_9::FrameH, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_9::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_9::FrSHImpl::ClassicIO< FrSH >, and FrameCPP::Version_9::FrSHImpl::ClassicIO< FrSH >.
|
inlineprivate |
|
private |
|
inlineprotectedinherited |
|
protectedinherited |
|
virtualinherited |
constructor - virtual
Reimplemented in 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::Version_3::FrVect, FrameCPP::Version_4::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTOC, and FrVect.
|
virtualinherited |
constructor - virtual
Reimplemented in 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::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.
|
virtual |
constructor - virtual
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
constructor - virtual
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlinestaticinherited |
|
staticinherited |
|
protectedvirtual |
Down grade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Down grade an object.
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. |
|
inlineinherited |
|
inherited |
|
inlineinherited |
DC bias on channel.
|
inherited |
DC bias on channel.
|
inlineinherited |
|
inherited |
|
inlineinherited |
|
inherited |
|
inlineinherited |
Retrieve the class identifier.
|
inherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineinherited |
|
inherited |
|
inlineinherited |
Retrieve the overRange value.
|
inherited |
Retrieve the overRange value.
|
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 |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
Reimplemented in FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, and FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >.
|
virtualinherited |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
Reimplemented in FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< T >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrameHImpl::ClassicIO< FrameH >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< T >, FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >, and FrameCPP::Version_9::FrEndOfFileImpl::ClassicIO< FrEndOfFile >.
|
inlineinherited |
The frequency in the original data corresponding to 0 Hz.
|
inherited |
The frequency in the original data corresponding to 0 Hz.
const std::string & FrameCPP::Version_6::FrAdcData::GetName | ( | ) | const |
const std::string & FrameCPP::Version_6::FrAdcData::GetName | ( | ) | const |
|
inlineinherited |
Tne number of bits in the A/D output.
|
inherited |
Tne number of bits in the A/D output.
|
inlineinherited |
Phase of hetrodyning signal at start of dataset.
|
inherited |
Phase of hetrodyning signal at start of dataset.
|
inlineinherited |
The data acquisition rate.
|
inherited |
The data acquisition rate.
|
inlineinherited |
ADC calibration units per count.
|
inherited |
ADC calibration units per count.
|
inlineinherited |
The offset of the first sample relative to the frame start time.
|
inherited |
The offset of the first sample relative to the frame start time.
|
inlineinherited |
The units used in the ADC calibration.
|
inherited |
The units used in the ADC calibration.
|
inlineprotectedinherited |
Increment the time offset by the specified value.
[in] | Value | The amount of time by which to adjust the timeOffset value. |
|
protectedinherited |
Increment the time offset by the specified value.
[in] | Value | The amount of time by which to adjust the timeOffset value. |
|
virtual |
Retrieve the class name of the object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Retrieve the class name of the object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
bool FrameCPP::Version_6::FrAdcData::operator!= | ( | const FrAdcData & | RHS | ) | const |
|
virtual |
comparison operator
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
comparison operator
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
bool FrameCPP::Version_6::FrAdcData::operator== | ( | const FrAdcData & | RHS | ) | const |
|
inlineprotectedinherited |
Comparison operator.
|
inlinestatic |
|
static |
|
protectedvirtual |
Upgrade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Upgrade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inlineinherited |
Establish the value of the bias field.
[in] | bias | The desired value of the bias field. |
|
inherited |
Establish the value of the bias field.
[in] | bias | The desired value of the bias field. |
|
inlineinherited |
Establish the value of the channelGroup field.
[in] | Value | The desired value of the channelGroup field. |
|
inherited |
Establish the value of the channelGroup field.
[in] | Value | The desired value of the channelGroup field. |
|
inlineinherited |
Establish the value of the channelNumber field.
[in] | Value | The desired value of the channelNumber field. |
|
inherited |
Establish the value of the channelNumber field.
[in] | Value | The desired value of the channelNumber field. |
|
inlineinherited |
Set the comment associated with the FrAdcData structure.
[in] | Value | The desired value for the comment field. |
|
inherited |
Set the comment associated with the FrAdcData structure.
[in] | Value | The desired value for the comment field. |
|
inlineinherited |
Establish the value of the dataValid field.
[in] | flag | The desired value of the overRange field. |
|
inherited |
Establish the value of the dataValid field.
[in] | flag | The desired value of the overRange field. |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
Tne number of bits in the A/D output.
|
inherited |
Tne number of bits in the A/D output.
|
inlineinherited |
Establish the value of the sampleRate field.
[in] | Value | The desired value of the sampleRate field. |
|
inherited |
Establish the value of the sampleRate field.
[in] | Value | The desired value of the sampleRate field. |
|
inlineinherited |
Establish the value of the slope field.
[in] | slope | The desired value of the slope field. |
|
inherited |
Establish the value of the slope field.
[in] | slope | The desired value of the slope field. |
|
inlineinherited |
Establish the value of the timeOffset field.
[in] | Value | The value for the timeOffset field. |
|
inherited |
Establish the value of the timeOffset field.
[in] | Value | The value for the timeOffset field. |
|
static |
|
static |
|
inlinestaticprotectedinherited |
|
staticprotectedinherited |
|
inlinestatic |
|
static |
FrAdcData::subfradcdata_type FrameCPP::Version_6::FrAdcData::SubFrAdcData | ( | REAL_8 | Offset, |
REAL_8 | Dt ) const |
subfradcdata_type FrameCPP::Version_6::FrAdcData::SubFrAdcData | ( | REAL_8 | Offset, |
REAL_8 | Dt ) const |
|
inlineinherited |
|
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_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrVect, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.
|
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_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrVect, FrameCPP::Version_3::FrVect, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrVect, FrameCPP::Version_4::FrVect, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrVect, FrameCPP::Version_6::FrVect, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrEndOfFile, FrameCPP::Version_9::FrHeader, FrameCPP::Version_9::FrHeader, and FrVect.
|
protectedvirtual |
Implements FrameCPP::Common::TOCInfo.
|
protectedvirtual |
Implements FrameCPP::Common::TOCInfo.
|
virtual |
Write object to the stream.
[in,out] | Stream | The stream being written with the contents of object. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Write object to the stream.
[in,out] | Stream | The stream being written with the contents of object. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedinherited |
Write contents to the stream.
|
protectedinherited |
Write contents to the stream.
|
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. |
|
privateinherited |
DC bias on channel (Units @ ADC counts = 0)
|
privateinherited |
Channel grouping number containing ADC.
|
privateinherited |
Channel number
|
privateinherited |
Comment for the ADC.
|
privateinherited |
Data valid flag
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
privateinherited |
Version of the frame specification.
The version of the frame specification for which this object was created.
|
privateinherited |
The frequency (in HZ) in the original data that corresponds to zero Hz in the heterodyned series.
|
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.
|
privateinherited |
Channel name – must be unique with the frame
|
privateinherited |
Number of bits in A/D output.
|
privateinherited |
Phase (in radian) of heterodyning signal at start of dataset.
|
privateinherited |
Data acquisition rate, samples per second.
|
privateinherited |
ADC calibration: input units/count.
|
privateinherited |
Offfset of 1st sample relative to the frame start time.
|
privateinherited |
ADC calibration: input units for slope If dimensionless, then units == <NONE>, in CAPITALS (without <...>).