IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16432


Ignore:
Timestamp:
Feb 13, 2008, 3:24:51 PM (18 years ago)
Author:
eugene
Message:

add FreeDIMM, cleanup frees

Location:
trunk/Ohana/src/opihi/dimm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dimm/dimm.c.in

    r14827 r16432  
    5151void cleanup () {
    5252  QuitKapa ();
     53  ConfigFree ();
     54
     55  FreeBasic ();
     56  FreeData ();
     57  FreeAstro ();
     58  FreeDIMM ();
     59
    5360  return;
    5461}
  • trunk/Ohana/src/opihi/dimm/init.c

    r4748 r16432  
    88
    99static 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"},
    1515};
    1616
     
    2424
    2525}
     26
     27void FreeDIMM () {
     28}
Note: See TracChangeset for help on using the changeset viewer.