IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 10:43:26 AM (17 years ago)
Author:
eugene
Message:

lots of very minor API mods to satisfy some pickier compilers (supply void to prototypes for argument-less functions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dimm.h

    r4689 r21153  
    66# include "sbig.h"
    77
    8 void InitDIMM ();
     8void InitDIMM (void);
    99
    1010/* telescope.c */
     
    1919int setTime (char *lst);
    2020int getSite (double *lon, double *lat, double *lst);
    21 int ParkScope();
    22 int SleepScope();
    23 int WakeScope();
     21int ParkScope(void);
     22int SleepScope(void);
     23int WakeScope(void);
    2424
    2525/* Serial.c */
     
    3636/* camera.c */
    3737int InitCamera (int port);
    38 void DumpCameraInfo ();
     38void DumpCameraInfo (void);
    3939void CameraFullSize (int *x, int *y);
    4040int SetTemperature (double temp);
    41 double GetTemperature ();
    42 int DumpCameraStatus ();
     41double GetTemperature (void);
     42int DumpCameraStatus (void);
    4343int Exposure (double exptime);
    4444static int readout_callback (float percent);
    4545int ReadOut (int x, int y, int dx, int dy, int binning, unsigned short *buffer);
    46 int OpenShutter ();
    47 int CloseShutter ();
     46int OpenShutter (void);
     47int CloseShutter (void);
    4848
    4949  /* this image structure stuff is considered for further development */
Note: See TracChangeset for help on using the changeset viewer.