TwiceAsNice
2019-02-18
|
#include <cstdlib>
#include <time.h>
#include <string>
#include <vector>
#include <iostream>
#include <cstdio>
#include <Nice/Time.h>
#include <LicsStarcat.h>
Functions | |
void | usage (char *argv0) |
emit a usage notice on stdout. More... | |
int | main (int argc, char *argv[]) |
Rewind the IR detector stage. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Rewind the IR detector stage.
argc | The count of the command line arguments. |
argv | The vector of blank-separated strings onthe command line. Usage: licsRewind -d <derotatorsx/dx/> -T secondsLooahed -a startangle -D duration -g (actuallyrestrt) |
If true rewind and start derotation. If false only rewind and stop there
starting motor angle in degrees. Should be deciced by the motor. double motang =0.0 ;
Duration of the requested trajectory (seconds). So 3600=1hr.
options user's reference (observation) time
void usage | ( | char * | argv0 | ) |
emit a usage notice on stdout.
argv0 | The string which is the first compoment of argv, namely the command name |