MityDSP Documentation Index

MityDSP::tcDspAdcBaseConfig Class Reference

The tcDspAdcBaseConfig class provides a simple configuration structure that may be used when initializing a tcDspAdcBase derived interface class. More...

#include <DspAdcBase.h>

Inheritance diagram for MityDSP::tcDspAdcBaseConfig:
MityDSP::tcDspAdc776XBaseConfig

List of all members.

Public Member Functions

 tcDspAdcBaseConfig (void)
 ~tcDspAdcBaseConfig (void)

Public Attributes

bool mbPackFIFO
 When true, will pack two 16 bit words into 1 32 bit read (default: true).
bool mbFlipBit
 When true, will flip the MSB of the sampled data (default: true).
bool mbUDClear
 When true, will override user data with zeros (default: false).
bool mbExtTrigger
 When true, data capture is controlled by external trigger (default: true).
bool mbBurstCapture
 When true, burst capture mode, when false, continuous mode (default: true).
bool mbSaturationMode
 When true, user data bit 0 will be replaced with the otr bit while in packed mode (default: true).
bool mbDifferentialMode
 When true, data from adjacent channels are combined assuming a differential input (default: false).
unsigned int mnChannelMask
 Sets the channels to be used in round-robin capture (default: all disabled).
unsigned short mnDelay
 When burst capture mode is enabled, the delay count after trigger (default: 0).
unsigned short mnCapture
 When burst capture mode is enabled, the number of samples collected (default: 1024).

Detailed Description

The tcDspAdcBaseConfig class provides a simple configuration structure that may be used when initializing a tcDspAdcBase derived interface class.


Constructor & Destructor Documentation

MityDSP::tcDspAdcBaseConfig::tcDspAdcBaseConfig ( void   )  [inline]
MityDSP::tcDspAdcBaseConfig::~tcDspAdcBaseConfig ( void   )  [inline]

Member Data Documentation

When true, will pack two 16 bit words into 1 32 bit read (default: true).

When true, will flip the MSB of the sampled data (default: true).

When true, will override user data with zeros (default: false).

When true, data capture is controlled by external trigger (default: true).

When true, burst capture mode, when false, continuous mode (default: true).

When true, user data bit 0 will be replaced with the otr bit while in packed mode (default: true).

When true, data from adjacent channels are combined assuming a differential input (default: false).

Sets the channels to be used in round-robin capture (default: all disabled).

When burst capture mode is enabled, the delay count after trigger (default: 0).

When burst capture mode is enabled, the number of samples collected (default: 1024).


  
Generated on Fri Sep 23 16:33:46 2011 for MityDSP Core by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.