|
ocssw
V2022
|
l3mapgen_input.cpp File Reference
#include "l3mapgen.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <assert.h>#include <genutils.h>#include <clo.h>#include <dfutils.h>#include <sensorInfo.h>#include <unistd.h>
Include dependency graph for l3mapgen_input.cpp:
Go to the source code of this file.
Functions | |
| int | l3mapgen_init_options (clo_optionList_t *list, const char *softwareVersion) |
| int | getSensorId (const char *fileName) |
| int | l3mapgen_read_options (clo_optionList_t *list, int argc, char *argv[]) |
Function Documentation
◆ getSensorId()
| int getSensorId | ( | const char * | fileName | ) |
Definition at line 256 of file l3mapgen_input.cpp.
◆ l3mapgen_init_options()
| int l3mapgen_init_options | ( | clo_optionList_t * | list, |
| const char * | softwareVersion | ||
| ) |
add all of the accepted command line options to list
Definition at line 14 of file l3mapgen_input.cpp.
◆ l3mapgen_read_options()
| int l3mapgen_read_options | ( | clo_optionList_t * | list, |
| int | argc, | ||
| char * | argv[] | ||
| ) |
Definition at line 307 of file l3mapgen_input.cpp.


