~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
cvs/emstar/motors/


Name Size Last modified (GMT) Description
Back Parent directory 2009-11-07 14:26:48
Folder include/ 2009-11-07 14:26:38
Folder servo/ 2009-11-07 14:26:38
Folder sim-motor/ 2009-11-07 14:26:38
Folder stepper/ 2009-11-07 14:26:38
Folder test/ 2009-11-07 14:26:38
Folder testtabs/ 2009-11-07 14:26:38
File BUILD 997 bytes 2005-02-28 21:49:56
File README 1142 bytes 2005-03-03 05:36:35

  1 File structure of this directory: 
  2 
  3 <> sim-motor dir includes simulated motor driver
  4 
  5 <> stepper dir includes a stepper motor driver
  6 
  7 <> servo dir includes servo motor driver, briefly: 
  8 
  9 Lower motor driver is a Command/Data transport layer, it interacts directly with the motor controller through a serial communication port exchanging command and status data. 
 10 Files include: servo/raw_dc_motor_controller.
 11 
 12 The middle Status Verification layer driver achieves a complex functionality level, including continuous verification of the motor status.  
 13 Files include: servo/status_verifier_misc.c, servo/status_verifier_main.c.
 14 
 15 The upper Mobility Control layer driver is responsible for node actuation control in a 2D space. It is at this layer that specific mapping of actuator motion to NIMS node motion is managed.
 16 Files include:  
 17 servo/mobility_control_cb.c,
 18 servo/mobility_control_main.c,
 19 servo/mobility_control_misc.c,
 20 ../devel/as-emstar/client/tcp_func.c
 21             
 22 <> include dir contains all the header files. 
 23 <> test dir includes two test files for the motor driver. 
 24 <> testtab dir includes emrun script files to start the motor driver

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.