IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2005, 9:40:50 AM (21 years ago)
Author:
eugene
Message:

psched bugfixes, moved IOBuffers and queues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/ControllerOps.c

    r4693 r4697  
    33# define CONNECT_TIMEOUT 300
    44
     5/* local static variables to hold the connection to the controller */
    56static int status = FALSE;
    67static int stdin_cntl, stdout_cntl, stderr_cntl;
     
    89static IOBuffer stderr_buffer;
    910
     11/* test if the controller is running */
    1012int CheckControllerStatus () {
    1113  return (status);
    1214}
    1315
     16/* check job / get output if done */
    1417int CheckControllerJob (Job *job) {
    1518
     
    2326}
    2427
     28/* ask controller about job status */
    2529int CheckControllerJobStatus (Job *job) {
    2630
Note: See TracChangeset for help on using the changeset viewer.