ldas-tools-framecpp
2.7.0
|
ADC Data Structure Definition. More...
#include <FrAdcData.hh>
Public Member Functions | |
FrAdcData () | |
Default constructor. More... | |
FrAdcData (const FrAdcData &Source) | |
Copy constructor. More... | |
FrAdcData (const std::string &Name, channelGroup_type Group, channelNumber_type Channel, nBits_type NBits, sampleRate_type SampleRate, bias_type Bias=FR_ADC_DATA_DEFAULT_BIAS, slope_type Slope=FR_ADC_DATA_DEFAULT_SLOPE, const std::string &Units=FR_ADC_DATA_DEFAULT_UNITS(), fShift_type FShift=FR_ADC_DATA_DEFAULT_FSHIFT, timeOffsetS_type TimeOffsetS=FR_ADC_DATA_DEFAULT_TIME_OFFSET_S, timeOffsetN_type TimeOffsetN=FR_ADC_DATA_DEFAULT_TIME_OFFSET_N, dataValid_type DataValid=FR_ADC_DATA_DEFAULT_DATA_VALID) | |
FrAdcData (Previous::FrAdcData &Source, istream_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 More... | |
cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual const char * | ObjectStructName () const |
Retrieve the class name of the object. More... | |
const std::string & | GetName () const |
FrAdcData & | Merge (const FrAdcData &RHS) |
virtual FrAdcData * | Create (istream_type &Stream) const |
constructor - virtual More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
FrAdcData () | |
Default constructor. More... | |
FrAdcData (const FrAdcData &Source) | |
Copy constructor. More... | |
FrAdcData (const std::string &Name, channelGroup_type Group, channelNumber_type Channel, nBits_type NBits, sampleRate_type SampleRate, bias_type Bias=FR_ADC_DATA_DEFAULT_BIAS, slope_type Slope=FR_ADC_DATA_DEFAULT_SLOPE, const std::string &Units=FR_ADC_DATA_DEFAULT_UNITS(), fShift_type FShift=FR_ADC_DATA_DEFAULT_FSHIFT, timeOffsetS_type TimeOffsetS=FR_ADC_DATA_DEFAULT_TIME_OFFSET_S, timeOffsetN_type TimeOffsetN=FR_ADC_DATA_DEFAULT_TIME_OFFSET_N, dataValid_type DataValid=FR_ADC_DATA_DEFAULT_DATA_VALID) | |
FrAdcData (Previous::FrAdcData &Source, istream_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 More... | |
cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual const char * | ObjectStructName () const |
Retrieve the class name of the object. More... | |
const std::string & | GetName () const |
FrAdcData & | Merge (const FrAdcData &RHS) |
virtual FrAdcData * | Create (istream_type &Stream) const |
constructor - virtual More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
const std::string & | GetComment () const |
A brief description of the FrAdcData structure. More... | |
const std::string & | GetComment () const |
A brief description of the FrAdcData structure. More... | |
channelGroup_type | GetChannelGroup () const |
The channel group for the FrAdcData. More... | |
channelGroup_type | GetChannelGroup () const |
The channel group for the FrAdcData. More... | |
channelNumber_type | GetChannelNumber () const |
The channel number for the FrAdcData. More... | |
channelNumber_type | GetChannelNumber () const |
The channel number for the FrAdcData. More... | |
nBits_type | GetNBits () const |
Tne number of bits in the A/D output. More... | |
nBits_type | GetNBits () const |
Tne number of bits in the A/D output. More... | |
bias_type | GetBias () const |
DC bias on channel. More... | |
bias_type | GetBias () const |
DC bias on channel. More... | |
slope_type | GetSlope () const |
ADC calibration units per count. More... | |
slope_type | GetSlope () const |
ADC calibration units per count. More... | |
STRING | GetUnits () const |
The units used in the ADC calibration. More... | |
STRING | GetUnits () const |
The units used in the ADC calibration. More... | |
sampleRate_type | GetSampleRate () const |
The data acquisition rate. More... | |
sampleRate_type | GetSampleRate () const |
The data acquisition rate. More... | |
timeOffsetS_type | GetTimeOffsetS () const |
The offset of the first sample relative to the frame start time. More... | |
timeOffsetS_type | GetTimeOffsetS () const |
The offset of the first sample relative to the frame start time. More... | |
timeOffsetN_type | GetTimeOffsetN () const |
The offset of the first sample relative to the frame start time. More... | |
timeOffsetN_type | GetTimeOffsetN () const |
The offset of the first sample relative to the frame start time. More... | |
fShift_type | GetFShift () const |
The frequency in the original data corresponding to 0 Hz. More... | |
fShift_type | GetFShift () const |
The frequency in the original data corresponding to 0 Hz. More... | |
dataValid_type | GetDataValid () const |
Retrieve the overRange value. More... | |
dataValid_type | GetDataValid () const |
Retrieve the overRange value. More... | |
void | AppendComment (const std::string &comment) |
Extend the comment associated with the FrAdcData structure. More... | |
void | AppendComment (const std::string &comment) |
Extend the comment associated with the FrAdcData structure. More... | |
void | SetDataValid (INT_2U flag) |
Establish the value of the dataValid field. More... | |
void | SetDataValid (INT_2U flag) |
Establish the value of the dataValid field. More... | |
void | SetBias (REAL_4 Value) |
Establish the value of the bias field. More... | |
void | SetBias (REAL_4 Value) |
Establish the value of the bias field. More... | |
void | SetSlope (REAL_4 Value) |
Establish the value of the slope field. More... | |
void | SetSlope (REAL_4 Value) |
Establish the value of the slope field. More... | |
void | SetTimeOffset (INT_4U Seconds, INT_4U Nanoseconds) |
Establish the value of the timeOffset field. More... | |
void | SetTimeOffset (INT_4U Seconds, INT_4U Nanoseconds) |
Establish the value of the timeOffset field. 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... | |
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... | |
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... | |
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, istream_type *Stream) |
static const char * | StructName () |
static const Common::Description * | StructDescription () |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, istream_type *Stream) |
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... | |
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 timeOffsetS_type | DEFAULT_TIME_OFFSET_S |
static const timeOffsetN_type | DEFAULT_TIME_OFFSET_N |
static const dataValid_type | DEFAULT_DATA_VALID |
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 |
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 |
cmn_streamsize_type | bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
cmn_streamsize_type | bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
void | write (Common::OStream &Stream) const |
Write contents to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write contents to the stream. More... | |
bool | operator== (const FrAdcDataNPS &RHS) const |
Comparison operator. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
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) | |
FrAdcData (istream_type &Stream) | |
Private Attributes | |
const class_type | m_class |
Storage for the class identifier. More... | |
const Description *const | m_desc |
Description for parent class. More... | |
ADC Data Structure Definition.
|
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_4::FrAdcData::nps_type |
typedef FrAdcDataNPS FrameCPP::Version_4::FrAdcData::nps_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef FrAdcDataPS FrameCPP::Version_4::FrAdcData::ps_type |
typedef FrAdcDataPS FrameCPP::Version_4::FrAdcData::ps_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | ) |
Default constructor.
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | const FrAdcData & | Source | ) |
Copy constructor.
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | const std::string & | Name, |
channelGroup_type | Group, | ||
channelNumber_type | Channel, | ||
nBits_type | NBits, | ||
sampleRate_type | SampleRate, | ||
bias_type | Bias = FR_ADC_DATA_DEFAULT_BIAS , |
||
slope_type | Slope = FR_ADC_DATA_DEFAULT_SLOPE , |
||
const std::string & | Units = FR_ADC_DATA_DEFAULT_UNITS( ) , |
||
fShift_type | FShift = FR_ADC_DATA_DEFAULT_FSHIFT , |
||
timeOffsetS_type | TimeOffsetS = FR_ADC_DATA_DEFAULT_TIME_OFFSET_S , |
||
timeOffsetN_type | TimeOffsetN = FR_ADC_DATA_DEFAULT_TIME_OFFSET_N , |
||
dataValid_type | DataValid = FR_ADC_DATA_DEFAULT_DATA_VALID |
||
) |
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | Previous::FrAdcData & | Source, |
istream_type * | Stream | ||
) |
FrameCPP::Version_4::FrAdcData::~FrAdcData | ( | ) |
|
private |
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | ) |
Default constructor.
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | const FrAdcData & | Source | ) |
Copy constructor.
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | const std::string & | Name, |
channelGroup_type | Group, | ||
channelNumber_type | Channel, | ||
nBits_type | NBits, | ||
sampleRate_type | SampleRate, | ||
bias_type | Bias = FR_ADC_DATA_DEFAULT_BIAS , |
||
slope_type | Slope = FR_ADC_DATA_DEFAULT_SLOPE , |
||
const std::string & | Units = FR_ADC_DATA_DEFAULT_UNITS() , |
||
fShift_type | FShift = FR_ADC_DATA_DEFAULT_FSHIFT , |
||
timeOffsetS_type | TimeOffsetS = FR_ADC_DATA_DEFAULT_TIME_OFFSET_S , |
||
timeOffsetN_type | TimeOffsetN = FR_ADC_DATA_DEFAULT_TIME_OFFSET_N , |
||
dataValid_type | DataValid = FR_ADC_DATA_DEFAULT_DATA_VALID |
||
) |
FrameCPP::Version_4::FrAdcData::FrAdcData | ( | Previous::FrAdcData & | Source, |
istream_type * | Stream | ||
) |
FrameCPP::Version_4::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.
|
inlineprotectedinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
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.
|
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_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrStatData, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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::FrStatData, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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::Version_8::FrStatData, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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::FrStatData, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_4::FrTOC, FrameCPP::Version_8::FrTOC, FrameCPP::Version_6::FrTOC, and FrameCPP::Version_4::FrTOC.
|
virtual |
constructor - virtual
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
constructor - virtual
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::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, and FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
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 |
DC bias on channel.
|
inherited |
DC bias on channel.
|
inlineinherited |
|
inherited |
|
inlineinherited |
|
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.
|
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.
|
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_4::FrAdcData::GetName | ( | ) | const |
const std::string& FrameCPP::Version_4::FrAdcData::GetName | ( | ) | const |
|
inlineinherited |
Tne number of bits in the A/D output.
|
inherited |
Tne number of bits in the A/D output.
|
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 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.
|
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_4::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_4::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 |
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 |
Establish the value of the bias field.
[in] | Value | The desired value of the bias field. |
|
inherited |
Establish the value of the bias field.
[in] | Value | The desired value of the bias 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. |
|
inlineinherited |
Establish the value of the slope field.
[in] | Value | The desired value of the slope field. |
|
inherited |
Establish the value of the slope field.
[in] | Value | The desired value of the slope field. |
|
inlineinherited |
Establish the value of the timeOffset field.
[in] | Seconds | The value for the timeOffsetS field. |
[in] | Nanoseconds | The value for the timeOffsetN field. |
|
inherited |
Establish the value of the timeOffset field.
[in] | Seconds | The value for the timeOffsetS field. |
[in] | Nanoseconds | The value for the timeOffsetN field. |
|
static |
|
static |
|
inlinestaticprotectedinherited |
|
staticprotectedinherited |
|
inlinestatic |
|
static |
|
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_8::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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::FrVect, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrameH, 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 |
Implements FrameCPP::Common::TOCInfo.
|
protectedvirtual |
Implements FrameCPP::Common::TOCInfo.
|
protectedinherited |
Write contents to the stream.
|
protectedinherited |
Write contents to the stream.
|
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.
|
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 |
DC bias on channel (Units @ ADC counts = 0)
|
protectedinherited |
Channel grouping number containing ADC.
|
protectedinherited |
Channel number
|
protectedinherited |
Comment for the ADC.
|
protectedinherited |
Data valid flag
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
protectedinherited |
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.
|
protectedinherited |
Channel name – must be unique with the frame
|
protectedinherited |
Number of bits in A/D output.
|
protectedinherited |
Data acquisition rate, samples per second.
|
protectedinherited |
ADC calibration: input units/count.
|
protectedinherited |
For Triggered data lasting less than one frame, integer residual nanoseconds start time relative to frame start
|
protectedinherited |
For Triggered data lasting less than one frame, integer seconds start time relative to frame start
|
protectedinherited |
ADC calibration: input units for slope If dimensionless, then units == <NONE>, in CAPITALS (without <...>).