|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
#include <math.h>#include <stdbool.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include "r3types.h"#include "grib.h"#include "readgriball.h"#include "r3util.h"#include "engine.h"#include "polar.h"#include "glibwrapper.h"#include "inline.h"
Go to the source code of this file.
Functions | |
| void | optionManage (char option) |
| compilation: gcc -c option.c | |
| void optionManage | ( | char | option | ) |
compilation: gcc -c option.c
Manage command line option reduced to one character
Definition at line 18 of file option.c.
References checkGribToStr(), Par::cliHelpFileName, CURRENT, currentZone, Zone::dataDate, Zone::dataTime, epochToStr(), findPolar(), findPolar1(), findPolar2(), fTwa(), gribDateTimeToEpoch(), gribDateTimeToStr(), gribToStr(), isDay(), isSea(), loxoDist(), Par::mailPw, MAX_SIZE_BUFFER, MAX_SIZE_LINE, maxSpeedInPolarAt(), monotonic(), newDate(), offsetLocalUTC(), orthoCap(), orthoCap2(), orthoDist(), orthoDist2(), par, polMat, polToStr(), printGrib(), PROG_AUTHOR, PROG_NAME, PROG_VERSION, readGribAll(), route, routeToStr(), routingLaunch(), sailPolMat, tGribData, tIsSea, wavePolMat, WIND, and zone.
Referenced by main().

