Realistic 3D camera system
3D camera system components
|
#include <arg_parser.h>
Public Member Functions | |
arg_parser (int argc, char **argv) | |
File: arg_parser.h Author: Martin Kjellqvist marti n.kj ellqv ist@ miun. se
Created on May 7, 2017, 4:54 PM
Versioning:
Read configuration files and adjusts configuration setting accordingly.
argp.h is a unix-supplied header, this will not build on a VS-cross build without tweaking it to build with argp library.
Definition at line 22 of file arg_parser.h.
arg_parser::arg_parser | ( | int | argc, |
char ** | argv | ||
) |
Main processing
Definition at line 103 of file arg_parser.cpp.