Changeset 16432 for trunk/Ohana/src/opihi/dimm/init.c
- Timestamp:
- Feb 13, 2008, 3:24:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dimm/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dimm/init.c
r4748 r16432 8 8 9 9 static Command cmds[] = { 10 { "altaz", altaz,"altaz / celestial coord conversions"},11 { "camera", camera,"camera functions"},12 { "findstars", findstars,"find objects on image"},13 { "telescope", telescope,"telescope communications"},14 { "version", version,"show version information"},10 {1, "altaz", altaz, "altaz / celestial coord conversions"}, 11 {1, "camera", camera, "camera functions"}, 12 {1, "findstars", findstars, "find objects on image"}, 13 {1, "telescope", telescope, "telescope communications"}, 14 {1, "version", version, "show version information"}, 15 15 }; 16 16 … … 24 24 25 25 } 26 27 void FreeDIMM () { 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
