IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2006, 4:06:23 PM (20 years ago)
Author:
eugene
Message:

check for failure to start controller

File:
1 edited

Legend:

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

    r7917 r8184  
    1313
    1414  /* start controller connection (if needed) */
    15   StartController ();
     15  if (!StartController ()) {
     16    gprint (GP_ERR, "failure to start pcontrol\n");
     17    return (FALSE);
     18  }
    1619
    1720  sprintf (command, "pulse %d", atoi(argv[1]));
Note: See TracChangeset for help on using the changeset viewer.