IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2006, 3:15:49 PM (20 years ago)
Author:
eugene
Message:

updates to pantasks client/server; new API for command

File:
1 edited

Legend:

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

    r7952 r7960  
    217217void CheckTasksSetState (int state);
    218218int CheckTasksGetState ();
    219 void CheckTasksThread ();
     219void CheckTasksThread (void *data);
     220
    220221void CheckJobsSetState (int state);
    221222int CheckJobsGetState ();
    222 void CheckJobsThread ();
     223void CheckJobsThread (void *data);
     224
    223225void CheckControllerSetState (int state);
    224226int CheckControllerGetState ();
    225 void CheckControllerThread ();
     227void CheckControllerThread (void *data);
     228
    226229void CheckInputsSetState (int state);
    227230int CheckInputsGetState ();
    228 void CheckInputsThread ();
     231void CheckInputsThread (void *data);
    229232
    230233// functions related to the queue of input files
Note: See TracChangeset for help on using the changeset viewer.