IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2008, 3:29:19 PM (18 years ago)
Author:
Paul Price
Message:

Must parse arguments after defining a camera; otherwise can't get camera-dependent recipe values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStack.h

    r18382 r18650  
    77#include <psmodules.h>
    88
     9// Setup command-line arguments
     10bool ppStackArgumentsSetup(int argc, char *argv[], // Command-line arguments
     11                           pmConfig *config  // Configuration
     12    );
     13
    914// Parse command-line arguments
    10 bool ppStackArguments(int argc, char *argv[], // Command-line arguments
    11                       pmConfig *config  // Configuration
     15bool ppStackArgumentsParse(pmConfig *config  // Configuration
    1216    );
    1317
Note: See TracChangeset for help on using the changeset viewer.