IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 1:17:11 AM (20 years ago)
Author:
eugene
Message:

adding ASSERTs all over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/PclientCommand.c

    r8546 r10652  
    88  char *line;
    99  struct timespec request, remain;
     10
     11  ASSERT (host != NULL, "host missing");
     12  ASSERT (buffer != NULL, "buffer missing");
     13  ASSERT (command != NULL, "command missing");
     14  ASSERT (response != NULL, "response missing");
    1015
    1116  /* avoid blocking on read, test every 100 usec, up to 50 msec */
Note: See TracChangeset for help on using the changeset viewer.