Pen Plotter Project
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ncontrol
 CClosedLoopInterface with closed loop controller
 Ncotask
 CTaskImplements multitasking with scheduling and some performance logging
 CTaskListA list of tasks used internally by the task scheduler
 Nencoder_clephan_mcgrath
 CEncoderThis class implements an encoder for an ME405 kit
 Nmotor_clephan_mcgrath
 CMotorDriverThis class implements a motor driver for an ME405 kit
 Nservo_driver
 CServoDriverThis class implements a MG 996R servo
 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