Open Ephys GUI
 All Classes Functions Variables
Public Types | Public Member Functions | Static Public Member Functions
Dsp::ParamInfo Class Reference

List of all members.

Public Types

typedef double(ParamInfo::* toControlValue_t )(double) const
typedef double(ParamInfo::* toNativeValue_t )(double) const
typedef std::string(ParamInfo::* toString_t )(double) const

Public Member Functions

 ParamInfo (ParamID id, const char *szLabel, const char *szName, double arg1, double arg2, double defaultNativeValue, toControlValue_t toControlValue_proc, toNativeValue_t toNativeValue_proc, toString_t toString_proc)
ParamID getId () const
const char * getLabel () const
const char * getName () const
double getDefaultValue () const
double toControlValue (double nativeValue) const
double toNativeValue (double controlValue) const
std::string toString (double nativeValue) const
double clamp (double nativeValue) const
double Int_toControlValue (double nativeValue) const
double Int_toNativeValue (double controlValue) const
double Real_toControlValue (double nativeValue) const
double Real_toNativeValue (double controlValue) const
double Log_toControlValue (double nativeValue) const
double Log_toNativeValue (double controlValue) const
double Pow2_toControlValue (double nativeValue) const
double Pow2_toNativeValue (double controlValue) const
std::string Int_toString (double nativeValue) const
std::string Hz_toString (double nativeValue) const
std::string Real_toString (double nativeValue) const
std::string Db_toString (double nativeValue) const

Static Public Member Functions

static ParamInfo defaultSampleRateParam ()
static ParamInfo defaultCutoffFrequencyParam ()
static ParamInfo defaultCenterFrequencyParam ()
static ParamInfo defaultQParam ()
static ParamInfo defaultBandwidthParam ()
static ParamInfo defaultBandwidthHzParam ()
static ParamInfo defaultGainParam ()
static ParamInfo defaultSlopeParam ()
static ParamInfo defaultRippleDbParam ()
static ParamInfo defaultStopDbParam ()
static ParamInfo defaultRolloffParam ()
static ParamInfo defaultPoleRhoParam ()
static ParamInfo defaultPoleThetaParam ()
static ParamInfo defaultZeroRhoParam ()
static ParamInfo defaultZeroThetaParam ()
static ParamInfo defaultPoleRealParam ()
static ParamInfo defaultZeroRealParam ()

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