IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31562


Ignore:
Timestamp:
May 24, 2011, 8:07:45 AM (15 years ago)
Author:
eugene
Message:

add some notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/ControllerOps.c

    r27491 r31562  
    433433    return (FALSE);
    434434  }
    435  
     435  /*** Check for other failure states that are relevant:
     436
     437       EAGAIN : could not write to port
     438       EBADF ECONNRESET, EINTR, EIO, ENETDOWN ENETUNREACH, */
     439
    436440  /* for commands which don't return a prompt, don't look for one */
    437441  if (response == NULL) {
    438442    return (TRUE);
    439443  }
     444
     445  /** this communication would be better with more robust message passing:
     446      each command should not wait for a response but should be guaranteed
     447
    440448
    441449  /* watch for response - wait up to 1 second */
Note: See TracChangeset for help on using the changeset viewer.