|
VOXL OpenVINS Server 1.0
Visual Inertial Odometry Server for VOXL Platform
|
Configuration management implementation for VOXL OpenVINS server. More...
#include "VoxlConfigure.h"
Go to the source code of this file.
Namespaces | |
| namespace | voxl |
| Main namespace for VOXL OpenVINS server components. | |
Functions | |
| int | voxl::sync_cam_config (void) |
| Synchronize camera configuration with system services. | |
| int | voxl::read_server_config (void) |
| Read and parse server configuration file. | |
Configuration management implementation for VOXL OpenVINS server.
This file implements the configuration management system for the VOXL OpenVINS server. It provides functions for reading server configuration files and synchronizing camera configurations with the system.
The implementation handles:
Definition in file VoxlConfigure.cpp.