IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Can't parse the arguments before setting up the camera --- camera-dependent recipes can't get updated.

File:
1 edited

Legend:

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

    r17784 r18649  
    44#define PPSUB_RECIPE "PPSUB"            /// Name of the recipe to use
    55
     6/// Setup the arguments parsing
     7bool ppSubArgumentsSetup(int argc, char *argv[], ///< Command-line arguments
     8                    pmConfig *config    ///< Configuration
     9    );
     10
    611/// Parse the arguments
    7 bool ppSubArguments(int argc, char *argv[], ///< Command-line arguments
    8                     pmConfig *config    ///< Configuration
     12bool ppSubArgumentsParse(pmConfig *config ///< Configuration
    913    );
    1014
Note: See TracChangeset for help on using the changeset viewer.