MityDSP Documentation Index

MityDSP::tcDspStepperConfig Class Reference

The tcDspStepperConfig class provides a simple initialization structure for the purposes of configuring a tcDspStepper core class instance. More...

#include <core/DspPwm.h>

List of all members.

Public Member Functions

 tcDspStepperConfig (void)
 ~tcDspStepperConfig (void)

Public Attributes

unsigned int mnNumSeekCycles
 number of iterations to gyrate on contact position
unsigned int mnAccelRate
unsigned int mnMinPulseRate
unsigned int mnMaxPulseRate
float mnBaseClockFreq
int maHomePositions [DSP_STEPPER_NUM_HOME_POS]
 tracks last known location of given home position
bool maHomePositionValid [DSP_STEPPER_NUM_HOME_POS]
 when true, indicates position was located since initialization
bool mbContinuousMode
bool mbReset
bool mbSleep
bool mbEnable

Detailed Description

The tcDspStepperConfig class provides a simple initialization structure for the purposes of configuring a tcDspStepper core class instance.

The class, when created, provides a set of default settings that the tcDspStepper class will use upon construction.

See also:
tcDspStepper Page

Constructor & Destructor Documentation

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

Member Data Documentation

number of iterations to gyrate on contact position

int MityDSP::tcDspStepperConfig::maHomePositions[DSP_STEPPER_NUM_HOME_POS]

tracks last known location of given home position

bool MityDSP::tcDspStepperConfig::maHomePositionValid[DSP_STEPPER_NUM_HOME_POS]

when true, indicates position was located since initialization


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