#include <configfile.h>
Public Member Functions | |
| configfile (void) | |
| ~configfile (void) | |
Static Public Member Functions | |
| void | initialize () |
| bool | load (void) |
| void | save (void) |
| float | frequency (void) |
| void | frequency (float f) |
| float | steps (void) |
| void | steps (float f) |
| float | map_divisions (void) |
| void | map_divisions (float f) |
| float | map_tilesize (void) |
| void | map_tilesize (float f) |
| float | unit (void) |
| void | unit (float f) |
| float | conversion (void) |
| void | conversion (float f) |
| int | unit_type (void) |
| void | unit_type (int f) |
| ImportType * | DXF (void) |
| ImportType * | scene (void) |
| bool | WSHOW (void) |
| void | WSHOW (bool b) |
| bool | RSHOW (void) |
| void | RSHOW (bool b) |
| bool | ASHOW (void) |
| void | ASHOW (bool b) |
| bool | Path_Area (void) |
| void | Path_Area (bool b) |
| bool | Path (void) |
| void | Path (bool b) |
| bool | Invariant_Show (void) |
| void | Invariant_Show (bool b) |
| bool | Simulant_Show (void) |
| void | Simulant_Show (bool b) |
| bool | Localizer_Show (void) |
| void | Localizer_Show (bool b) |
| OS_NAME | os (void) |
| void | os (OS_NAME o) |
| bool | Checkpoint_Enable (void) |
| void | Checkpoint_Enable (bool b) |
| double | terrain () |
| void | terrain (double d) |
| bool | rx_on (void) |
| void | rx_on (bool b) |
| void | scene_mode (SCENE_MODE) |
| const char *const | scene_fn (void) |
| const char *const | image_fn (void) |
| void | image_fn (const char *const) |
| SCENE_MODE | scene_mode (void) |
| void | playback_mode (PLAYBACK_MODE) |
| void | playback_fn (const char *const) |
| const char *const | playback_fn () |
| PLAYBACK_MODE | playback_mode (void) |
| bool | playback (void) |
| void | playback (bool b) |
| short | horizontal_resolution (void) |
| short | vertical_resolution (void) |
| short | shutterspeed (void) |
| void | horizontal_resolution (short) |
| void | vertical_resolution (short) |
| void | shutterspeed (short) |
| void | color_type (short) |
| short | color_type (void) |
| void | c328_resolution (short) |
| short | c328_resolution (void) |
| void | c328_picture_type (short) |
| short | c328_picture_type (void) |
| void | c328_snapshot_type (short) |
| short | c328_snapshot_type (void) |
| void | c328_snapshot (short) |
| short | c328_snapshot (void) |
Static Public Attributes | |
| grid_lines | lines |
| Auto_Load | autoload |
Static Private Attributes | |
| float | _frequency |
| float | _steps |
| float | _map_divisions |
| float | _map_tilesize |
| float | _unit |
| float | _conversion |
| int | _unit_type |
| bool | _auto_open |
| ImportType | _dxf |
| ImportType | _scene |
| SCENE_MODE | _scene_mode |
| bool | _wshow |
| bool | _rshow |
| bool | _ashow |
| bool | _ishow |
| bool | _sshow |
| bool | _lshow |
| bool | _cshow |
| bool | _path_area |
| bool | _path |
| Playback | _playback |
| double | _Terrain |
| char | filename [] |
| bool | _OOMRM_RX_ON |
| OS_NAME | _os |
| Camera_Settings | _cam_settings |
Saves the oomrm.ini file in current working directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3