IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2006, 3:05:21 PM (20 years ago)
Author:
eugene
Message:

adding working threads to server/client mode

File:
1 edited

Legend:

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

    r7940 r7952  
    213213int gprintf (char *format, ...);
    214214*/
     215
     216// functions related to the server threads
     217void CheckTasksSetState (int state);
     218int CheckTasksGetState ();
     219void CheckTasksThread ();
     220void CheckJobsSetState (int state);
     221int CheckJobsGetState ();
     222void CheckJobsThread ();
     223void CheckControllerSetState (int state);
     224int CheckControllerGetState ();
     225void CheckControllerThread ();
     226void CheckInputsSetState (int state);
     227int CheckInputsGetState ();
     228void CheckInputsThread ();
     229
     230// functions related to the queue of input files
     231void InitInputs ();
     232void AddNewInput (char *input);
     233int DeleteInput (char *input);
     234void CheckInputs ();
     235
     236void SerialThreadLock ();
     237void SerialThreadUnlock ();
Note: See TracChangeset for help on using the changeset viewer.