TwiceAsNice
2019-02-18
|
#include <string>
#include <vector>
#include <cstdio>
#include <LicsIIFSide.h>
#include <LicsStar.h>
#include <LicsStarcat.h>
#include <LicsDrotPreset.h>
#include <LicsTcsPreset.h>
#include <LaosSeAOType.h>
Functions | |
void | usage (char *argv0) |
setting this prepropcessor option means that the -b command option (disabling popup GUIs) is always enabled. More... | |
int | main (int argc, char *argv[]) |
Preset of the 5 derotators or preset of the telescope. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Preset of the 5 derotators or preset of the telescope.
argc | The count of the command line arguments. |
argv | The vector of blank-separated strings onthe command line. Usage: to move the derotators to the beginning of their range |
licsPreset -d lbtocat.txt
licsPreset -t lbtocat.txt Example: licsPreset -d ~/lnsw/ln/ltcs/src/stars/lbtoTstCat.txt licsPreset -t ~/lnsw/ln/ltcs/src/stars/lbtoTstCat.txt licsPreset -t -S ltcs.iifDummyLocalhost-svr ~/lnsw/ln/ltcs/src/stars/lbtoTstCat.txt licsPreset -t -S ltcs.iif-svr ~/lnsw/ln/ltcs/src/stars/lbtoTstCat.txt
void usage | ( | char * | argv0 | ) |
setting this prepropcessor option means that the -b command option (disabling popup GUIs) is always enabled.
emit a usage notice on stdout.
argv0 | The string which is the first compoment of argv, namely the command name |