ME 405 Portfolio
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nactuator
 CActuatorDriver to be used to interact with the 12 V Linear Actuator
 Ncotask
 CTaskImplements multitasking with scheduling and some performance logging
 CTaskListA list of tasks used internally by the task scheduler
 Nstepperdriver
 CStepperDriverDriver to be used with the TMC4210 and TMC2208 IC's
 Ntask_share
 CBaseShareBase class for queues and shares which exchange data between tasks
 CQueueA queue which is used to transfer data from one task to another
 CShareAn item which holds data to be shared between tasks