Changeset 16432
- Timestamp:
- Feb 13, 2008, 3:24:51 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi/dimm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dimm/dimm.c.in
r14827 r16432 51 51 void cleanup () { 52 52 QuitKapa (); 53 ConfigFree (); 54 55 FreeBasic (); 56 FreeData (); 57 FreeAstro (); 58 FreeDIMM (); 59 53 60 return; 54 61 } -
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.
