ldas-tools-framecpp  2.6.5
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Member Functions | List of all members
FrameCPP::Version_6::FrAdcData Class Reference

#include <FrAdcData.hh>

Inheritance diagram for FrameCPP::Version_6::FrAdcData:
FrameCPP::Version_6::FrAdcDataNPS FrameCPP::Common::FrameSpec::Object FrameCPP::Common::TOCInfo FrameCPP::Common::FrameSpec::ObjectInterface

Public Types

typedef FrAdcDataNPS nps_type
 
typedef FrAdcDataPS ps_type
 
typedef std::unique_ptr< FrAdcDatasubfradcdata_type
 
typedef STRING name_type
 
typedef STRING comment_type
 
typedef FR_ADC_DATA_CHANNEL_GROUP_TYPE channelGroup_type
 
typedef FR_ADC_DATA_CHANNEL_NUMBER_TYPE channelNumber_type
 
typedef FR_ADC_DATA_N_BITS_TYPE nBits_type
 
typedef FR_ADC_DATA_BIAS_TYPE bias_type
 
typedef FR_ADC_DATA_SLOPE_TYPE slope_type
 
typedef STRING units_type
 
typedef FR_ADC_DATA_SAMPLERATE_TYPE sampleRate_type
 
typedef FR_ADC_DATA_TIMEOFFSET_TYPE timeOffset_type
 
typedef FR_ADC_DATA_FSHIFT_TYPE fShift_type
 
typedef FR_ADC_DATA_PHASE_TYPE phase_type
 
typedef FR_ADC_DATA_DATAVALID_TYPE dataValid_type
 
typedef FrameSpec::version_type frame_spec_version_type
 
typedef boost::shared_ptr< Objectobject_type
 
typedef std::unique_ptr< Objectunique_object_type
 
typedef object_type demote_arg_type
 
typedef object_type demote_ret_type
 
typedef object_type promote_arg_type
 
typedef object_type promote_ret_type
 
enum  {
  DT_CHAR_PTR, DT_STRING_2, DT_INT_2S, DT_INT_2U,
  DT_INT_4S, DT_INT_4U, DT_INT_8S, DT_INT_8U,
  DT_REAL_4, DT_REAL_8
}
 
enum  {
  IC_EOQ, IC_AMPLITUDE, IC_CHANNEL_ID, IC_DATA_QUALITY,
  IC_DATA_VALID, IC_DETECTOR, IC_DETECTOR_PREFIX, IC_DT,
  IC_END, IC_FRAME, IC_GROUP_ID, IC_GTIME_N,
  IC_GTIME_S, IC_ID, IC_LOCAL_TIME, IC_NAME,
  IC_RUN, IC_START, IC_ULEAP_S, IC_VERSION
}
 
typedef STRING< INT_2U > string_2_type
 

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=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, 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
 
FrAdcDataMerge (const FrAdcData &RHS)
 
subfradcdata_type SubFrAdcData (REAL_8 Offset, REAL_8 Dt) const
 
virtual FrAdcDataCreate (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...
 
channelGroup_type GetChannelGroup () const
 The channel group 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...
 
bias_type GetBias () const
 DC bias on channel. More...
 
slope_type GetSlope () const
 ADC calibration units per count. More...
 
const units_typeGetUnits () const
 The units used in the ADC calibration. More...
 
sampleRate_type GetSampleRate () const
 The data acquisition rate. More...
 
timeOffset_type GetTimeOffset () 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...
 
phase_type GetPhase () const
 Phase of hetrodyning signal at start of dataset. 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 SetDataValid (dataValid_type flag)
 Establish the value of the dataValid field. More...
 
void SetBias (bias_type bias)
 Establish the value of the bias field. More...
 
void SetChannelGroup (channelGroup_type Value)
 Establish the value of the channelGroup field. More...
 
void SetChannelNumber (channelNumber_type Value)
 Establish the value of the channelNumber field. More...
 
void SetComment (const comment_type &Value)
 Set the comment associated with the FrAdcData structure. More...
 
void SetNBits (nBits_type Value)
 Tne number of bits in the A/D output. More...
 
void SetSampleRate (sampleRate_type Value)
 Establish the value of the sampleRate field. More...
 
void SetSlope (slope_type slope)
 Establish the value of the slope field. More...
 
void SetTimeOffset (timeOffset_type Value)
 Establish the value of the timeOffset field. More...
 
class_type GetClass () const
 Retrieve the class identifier. More...
 
const Description * GetDescription () const
 Retrieve FrSH/FrSE description of the parent object. More...
 
ostream_typeWriteNext (ostream_type &Stream) const
 Write a next pointer to the parent to the stream. More...
 
virtual ObjectCreate () const
 constructor - virtual More...
 
virtual ObjectCreate (std::istream &Buffer) const
 constructor - virtual More...
 
virtual ObjectClone () 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...
 
void TOCQuery (int InfoClass,...) const
 

Static Public Member Functions

static const char * StructName ()
 
static const Common::DescriptionStructDescription ()
 
static promote_ret_type Promote (INT_2U Source, promote_arg_type Obj, istream_type *Stream)
 
static units_type DEFAULT_UNITS ()
 
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...
 
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, 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...
 
void copyCore (const FrAdcDataNPS &Source)
 
void incrementTimeOffset (timeOffset_type Value)
 Increment the time offset by the specified value. More...
 
void write (Common::OStream &Stream) const
 Write contents to the stream. More...
 
bool operator== (const FrAdcDataNPS &RHS) const
 Comparison operator. More...
 
void setName (const std::string &Name)
 
virtual class_type getClass () const
 Retrieve the class identifier. More...
 

Static Protected Member Functions

template<typename DescriptionType , typename FrSEType >
static void structDescription (DescriptionType &Desc)
 

Member Typedef Documentation

◆ bias_type

◆ channelGroup_type

◆ channelNumber_type

◆ comment_type

◆ dataValid_type

◆ demote_arg_type

◆ demote_ret_type

◆ frame_spec_version_type

◆ fShift_type

◆ name_type

◆ nBits_type

◆ nps_type

◆ object_type

typedef boost::shared_ptr< Object > FrameCPP::Common::FrameSpec::ObjectInterface::object_type
inherited

◆ phase_type

◆ promote_arg_type

◆ promote_ret_type

◆ ps_type

◆ sampleRate_type

◆ slope_type

◆ string_2_type

typedef STRING< INT_2U > FrameCPP::Common::TOCInfo::string_2_type
inherited

◆ subfradcdata_type

typedef std::unique_ptr< FrAdcData > FrameCPP::Version_6::FrAdcData::subfradcdata_type

◆ timeOffset_type

◆ unique_object_type

◆ units_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited
Enumerator
DT_CHAR_PTR 
DT_STRING_2 
DT_INT_2S 
DT_INT_2U 
DT_INT_4S 
DT_INT_4U 
DT_INT_8S 
DT_INT_8U 
DT_REAL_4 
DT_REAL_8 

◆ anonymous enum

anonymous enum
inherited
Enumerator
IC_EOQ 
IC_AMPLITUDE 
IC_CHANNEL_ID 
IC_DATA_QUALITY 
IC_DATA_VALID 
IC_DETECTOR 
IC_DETECTOR_PREFIX 
IC_DT 
IC_END 
IC_FRAME 
IC_GROUP_ID 
IC_GTIME_N 
IC_GTIME_S 
IC_ID 
IC_LOCAL_TIME 
IC_NAME 
IC_RUN 
IC_START 
IC_ULEAP_S 
IC_VERSION 

Constructor & Destructor Documentation

◆ FrAdcData() [1/4]

FrameCPP::Version_6::FrAdcData::FrAdcData ( )

Default constructor.

◆ FrAdcData() [2/4]

FrameCPP::Version_6::FrAdcData::FrAdcData ( const FrAdcData Source)

Copy constructor.

◆ FrAdcData() [3/4]

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 
)

◆ FrAdcData() [4/4]

FrameCPP::Version_6::FrAdcData::FrAdcData ( Previous::FrAdcData &  Source,
istream_type Stream 
)

◆ ~FrAdcData()

FrameCPP::Version_6::FrAdcData::~FrAdcData ( )

Member Function Documentation

◆ AppendComment()

void FrAdcDataNPS::AppendComment ( const std::string &  comment)
inlineinherited

Extend the comment associated with the FrAdcData structure.

◆ Bytes()

FrameCPP::cmn_streamsize_type FrameCPP::Version_6::FrAdcData::Bytes ( const Common::StreamBase Stream) const
virtual

Return the number of bytes for this object.

Parameters
[in]StreamThe stream on which the object will be written or read.
Returns
The number of bytes required by this object for the specified stream.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ bytes()

cmn_streamsize_type FrAdcDataNPS::bytes ( const Common::StreamBase Stream) const
inlineprotectedinherited

Number of bytes needed to write this structure.

Parameters
[in]StreamThe stream from which to the object is being read or written.
Returns
The number of bytes need to read or write this object.

◆ Clone()

FrameSpec::Object * FrameCPP::Common::FrameSpec::ObjectInterface::Clone ( ) const
virtualinherited

◆ copyCore()

void FrAdcDataNPS::copyCore ( const FrAdcDataNPS Source)
inlineprotectedinherited

◆ Create() [1/3]

FrAdcData * FrameCPP::Version_6::FrAdcData::Create ( istream_type Stream) const
virtual

constructor - virtual

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ Create() [2/3]

FrameSpec::Object * FrameCPP::Common::FrameSpec::ObjectInterface::Create ( ) const
virtualinherited

◆ Create() [3/3]

FrameSpec::Object * FrameCPP::Common::FrameSpec::ObjectInterface::Create ( std::istream &  Buffer) const
virtualinherited

constructor - virtual

Reimplemented in FrameCPP::Version_8::FrHeader, and FrameCPP::Version_3::FrHeader.

◆ DataType() [1/2]

template<class T >
static int FrameCPP::Common::TOCInfo::DataType ( const T *  Data)
staticinherited

◆ DataType() [2/2]

template<class T >
static int FrameCPP::Common::TOCInfo::DataType ( const T &  Data)
staticinherited

◆ DEFAULT_UNITS()

FrAdcDataNPS::units_type FrAdcDataNPS::DEFAULT_UNITS ( )
inlinestaticinherited

◆ demote()

FrAdcData::demote_ret_type FrameCPP::Version_6::FrAdcData::demote ( INT_2U  Target,
demote_arg_type  Obj,
istream_type Stream 
) const
protectedvirtual

Down grade an object.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ DemoteObject()

FrameSpec::ObjectInterface::object_type FrameCPP::Common::FrameSpec::ObjectInterface::DemoteObject ( frame_spec_version_type  Target,
object_type  Obj,
istream_type Stream 
)
staticinherited

Down grade an object.

Parameters
[in]TargetThis is the version of the frame specification of the demoted object.
[in]ObjThe base object.
[in]StreamStream from which Obj was created.
Returns
A pointer to the objected derived by demoting Obj.

◆ GetBias()

FrAdcDataNPS::bias_type FrAdcDataNPS::GetBias ( ) const
inlineinherited

DC bias on channel.

Returns
DC bias on channel.

◆ GetChannelGroup()

INT_4U FrAdcDataNPS::GetChannelGroup ( ) const
inlineinherited

The channel group for the FrAdcData.

Returns
The crate number for the FrAdcData

◆ GetChannelNumber()

FrAdcDataNPS::channelNumber_type FrAdcDataNPS::GetChannelNumber ( ) const
inlineinherited

The channel number for the FrAdcData.

Returns
The channel number for the FrAdcData

◆ GetClass()

FrameSpec::class_type FrameCPP::Common::FrameSpec::Object::GetClass ( ) const
inlineinherited

Retrieve the class identifier.

Returns
The class identifier.

◆ getClass()

FrameSpec::class_type FrameCPP::Common::FrameSpec::Object::getClass ( ) const
protectedvirtualinherited

Retrieve the class identifier.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ GetComment()

const std::string & FrAdcDataNPS::GetComment ( ) const
inlineinherited

A brief description of the FrAdcData structure.

Returns
A brief description of the FrAdcData structure

◆ GetDataValid()

FrAdcDataNPS::dataValid_type FrAdcDataNPS::GetDataValid ( ) const
inlineinherited

Retrieve the overRange value.

Returns
The value of the overRange field.

◆ GetDescription()

const Description * FrameCPP::Common::FrameSpec::Object::GetDescription ( ) const
inlinevirtualinherited

Retrieve FrSH/FrSE description of the parent object.

Returns
The description of the parent class.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ GetFShift()

FrAdcDataNPS::fShift_type FrAdcDataNPS::GetFShift ( ) const
inlineinherited

The frequency in the original data corresponding to 0 Hz.

Returns
The frequency in the original data corresponding to 0 Hz.

◆ GetName()

const std::string & FrameCPP::Version_6::FrAdcData::GetName ( ) const

◆ GetNBits()

FrAdcDataNPS::nBits_type FrAdcDataNPS::GetNBits ( ) const
inlineinherited

Tne number of bits in the A/D output.

Returns
Tne number of bits in the A/D output.

◆ GetPhase()

FrAdcDataNPS::phase_type FrAdcDataNPS::GetPhase ( ) const
inlineinherited

Phase of hetrodyning signal at start of dataset.

Returns
The Phase (in radians) of hetrodyning signal at start of dataset.

◆ GetSampleRate()

FrAdcDataNPS::sampleRate_type FrAdcDataNPS::GetSampleRate ( ) const
inlineinherited

The data acquisition rate.

Returns
The data acquisition rate.

◆ GetSlope()

FrAdcDataNPS::slope_type FrAdcDataNPS::GetSlope ( ) const
inlineinherited

ADC calibration units per count.

Returns
ADC calibration units per count.

◆ GetTimeOffset()

FrAdcDataNPS::timeOffset_type FrAdcDataNPS::GetTimeOffset ( ) const
inlineinherited

The offset of the first sample relative to the frame start time.

Returns
The offset of the first sample relative to the frame start time.

◆ GetUnits()

const FrAdcDataNPS::units_type & FrAdcDataNPS::GetUnits ( ) const
inlineinherited

The units used in the ADC calibration.

Returns
The units used in the ADC calibration

◆ incrementTimeOffset()

void FrAdcDataNPS::incrementTimeOffset ( timeOffset_type  Value)
inlineprotectedinherited

Increment the time offset by the specified value.

Parameters
[in]ValueThe amount of time by which to adjust the timeOffset value.

◆ Merge()

FrAdcData & FrameCPP::Version_6::FrAdcData::Merge ( const FrAdcData RHS)

◆ ObjectStructName()

const char * FrameCPP::Version_6::FrAdcData::ObjectStructName ( ) const
virtual

Retrieve the class name of the object.

Returns
The name of the class associated with the object.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ operator!=()

bool FrameCPP::Version_6::FrAdcData::operator!= ( const FrAdcData RHS) const
inline

◆ operator==() [1/3]

bool FrameCPP::Version_6::FrAdcData::operator== ( const FrAdcData RHS) const
inline

◆ operator==() [2/3]

bool FrameCPP::Version_6::FrAdcData::operator== ( const Common::FrameSpec::Object Obj) const
virtual

comparison operator

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ operator==() [3/3]

bool FrAdcDataNPS::operator== ( const FrAdcDataNPS RHS) const
inlineprotectedinherited

Comparison operator.

◆ Promote()

FrAdcData::promote_ret_type FrameCPP::Version_6::FrAdcData::Promote ( INT_2U  Source,
promote_arg_type  Obj,
istream_type Stream 
)
inlinestatic

◆ promote()

FrAdcData::promote_ret_type FrameCPP::Version_6::FrAdcData::promote ( INT_2U  Target,
promote_arg_type  Obj,
istream_type Stream 
) const
protectedvirtual

Upgrade an object.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ PromoteObject() [1/3]

FrameSpec::ObjectInterface::object_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( frame_spec_version_type  Target,
frame_spec_version_type  Source,
object_type  Obj,
istream_type Stream 
)
staticinherited

Upgrade an object.

Parameters
[in]TargetPromote Obj to this version of the frame specification.
[in]SourceObj conforms to this version of the frame specification.
[in]ObjObject to be converted
[in]StreamOriginating stream for Obj.
Returns
A pointer to the objected derived by promoting Obj.

◆ PromoteObject() [2/3]

template<typename PreviousType , typename CurrentType >
static object_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( frame_spec_version_type  Target,
frame_spec_version_type  Source,
object_type  Obj,
istream_type Stream 
)
staticinherited

Upgrade an object.

Parameters
[in]TargetPromote Obj to this version of the frame specification.
[in]SourceObj conforms to this version of the frame specification.
[in]ObjObject to be converted
[in]StreamOriginating stream for Obj.
Returns
A pointer to the objected derived by promoting Obj.

◆ PromoteObject() [3/3]

template<typename PreviousType , typename CurrentType >
FrameSpec::ObjectInterface::promote_ret_type FrameCPP::Common::FrameSpec::ObjectInterface::PromoteObject ( FrameSpec::ObjectInterface::frame_spec_version_type  Target,
FrameSpec::ObjectInterface::frame_spec_version_type  Source,
FrameSpec::ObjectInterface::promote_arg_type  Obj,
IStream Stream 
)
inherited

◆ SetBias()

void FrAdcDataNPS::SetBias ( bias_type  bias)
inlineinherited

Establish the value of the bias field.

Parameters
[in]biasThe desired value of the bias field.

◆ SetChannelGroup()

void FrAdcDataNPS::SetChannelGroup ( channelGroup_type  Value)
inlineinherited

Establish the value of the channelGroup field.

Parameters
[in]ValueThe desired value of the channelGroup field.

◆ SetChannelNumber()

void FrAdcDataNPS::SetChannelNumber ( channelNumber_type  Value)
inlineinherited

Establish the value of the channelNumber field.

Parameters
[in]ValueThe desired value of the channelNumber field.

◆ SetComment()

void FrAdcDataNPS::SetComment ( const comment_type Value)
inlineinherited

Set the comment associated with the FrAdcData structure.

Parameters
[in]ValueThe desired value for the comment field.

◆ SetDataValid()

void FrAdcDataNPS::SetDataValid ( dataValid_type  flag)
inlineinherited

Establish the value of the dataValid field.

Parameters
[in]flagThe desired value of the overRange field.

◆ setName()

void FrameCPP::Version_6::FrAdcDataNPS::setName ( const std::string &  Name)
inlineprotectedinherited

◆ SetNBits()

void FrAdcDataNPS::SetNBits ( nBits_type  Value)
inlineinherited

Tne number of bits in the A/D output.

Returns
Tne number of bits in the A/D output.

◆ SetSampleRate()

void FrAdcDataNPS::SetSampleRate ( sampleRate_type  Value)
inlineinherited

Establish the value of the sampleRate field.

Parameters
[in]ValueThe desired value of the sampleRate field.

◆ SetSlope()

void FrAdcDataNPS::SetSlope ( slope_type  slope)
inlineinherited

Establish the value of the slope field.

Parameters
[in]slopeThe desired value of the slope field.

◆ SetTimeOffset()

void FrAdcDataNPS::SetTimeOffset ( timeOffset_type  Value)
inlineinherited

Establish the value of the timeOffset field.

Parameters
[in]ValueThe value for the timeOffset field.

◆ StructDescription()

const Description * FrameCPP::Version_6::FrAdcData::StructDescription ( )
static

◆ structDescription()

template<typename DescriptionType , typename FrSEType >
void FrAdcDataNPS::structDescription ( DescriptionType &  Desc)
inlinestaticprotectedinherited

◆ StructName()

const char * FrameCPP::Version_6::FrAdcData::StructName ( )
inlinestatic

◆ SubFrAdcData()

FrAdcData::subfradcdata_type FrameCPP::Version_6::FrAdcData::SubFrAdcData ( REAL_8  Offset,
REAL_8  Dt 
) const

◆ TOCQuery()

void FrameCPP::Common::TOCInfo::TOCQuery ( int  InfoClass,
  ... 
) const
inlineinherited

◆ VerifyObject()

void FrameCPP::Common::FrameSpec::ObjectInterface::VerifyObject ( Verify Verifier,
IFrameStream Stream 
) const
virtualinherited

◆ vTOCQuery()

virtual void FrameCPP::Version_6::FrAdcData::vTOCQuery ( int  InfoClass,
va_list  vl 
) const
protectedvirtual

◆ Write()

void FrameCPP::Version_6::FrAdcData::Write ( ostream_type Stream) const
virtual

Write object to the stream.

Parameters
[in,out]StreamThe stream being written with the contents of object.

Implements FrameCPP::Common::FrameSpec::ObjectInterface.

◆ write()

void FrAdcDataNPS::write ( Common::OStream Stream) const
protectedinherited

Write contents to the stream.

◆ WriteNext()

ostream_type & FrameCPP::Common::FrameSpec::Object::WriteNext ( ostream_type Stream) const
inherited

Write a next pointer to the parent to the stream.

Parameters
[in,out]StreamThe output stream to receive the next pointer.
Returns
The output stream.

Member Data Documentation

◆ DEFAULT_BIAS

const FrAdcDataNPS::bias_type FrAdcDataNPS::DEFAULT_BIAS
staticinherited
Initial value:

◆ DEFAULT_DATA_VALID

const FrAdcDataNPS::dataValid_type FrAdcDataNPS::DEFAULT_DATA_VALID
staticinherited

◆ DEFAULT_FSHIFT

const FrAdcDataNPS::fShift_type FrAdcDataNPS::DEFAULT_FSHIFT
staticinherited
Initial value:

◆ DEFAULT_PHASE

const FrAdcDataNPS::phase_type FrAdcDataNPS::DEFAULT_PHASE
staticinherited
Initial value:

◆ DEFAULT_SLOPE

const FrAdcDataNPS::slope_type FrAdcDataNPS::DEFAULT_SLOPE
staticinherited
Initial value:

◆ DEFAULT_TIME_OFFSET

const FrAdcDataNPS::timeOffset_type FrAdcDataNPS::DEFAULT_TIME_OFFSET
staticinherited

The documentation for this class was generated from the following files: