Main Page   Hardware Class Hierarchy   Hardware API     Mapping Class Hierarchy  Mapping API 

configfile Class Reference

Adds the ability to save/load the host invariant parameters between sessions. More...

#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)
ImportTypeDXF (void)
ImportTypescene (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


Detailed Description

Adds the ability to save/load the host invariant parameters between sessions.

Saves the oomrm.ini file in current working directory.


Constructor & Destructor Documentation

configfile void   ) 
 

~configfile void   ) 
 


Member Function Documentation

void ASHOW bool  b  )  [static]
 

bool ASHOW void   )  [static]
 

short c328_picture_type void   )  [static]
 

void c328_picture_type short   )  [static]
 

short c328_resolution void   )  [static]
 

void c328_resolution short   )  [static]
 

short c328_snapshot void   )  [static]
 

void c328_snapshot short   )  [static]
 

short c328_snapshot_type void   )  [static]
 

void c328_snapshot_type short   )  [static]
 

void Checkpoint_Enable bool  b  )  [static]
 

bool Checkpoint_Enable void   )  [static]
 

short color_type void   )  [static]
 

void color_type short   )  [static]
 

void conversion float  f  )  [static]
 

float conversion void   )  [static]
 

ImportType* DXF void   )  [static]
 

void frequency float  f  )  [static]
 

float frequency void   )  [static]
 

void horizontal_resolution short   )  [static]
 

short horizontal_resolution void   )  [static]
 

void image_fn const char *  const  )  [static]
 

const char* const image_fn void   )  [static]
 

void initialize  )  [static]
 

void Invariant_Show bool  b  )  [static]
 

bool Invariant_Show void   )  [static]
 

bool load void   )  [static]
 

void Localizer_Show bool  b  )  [static]
 

bool Localizer_Show void   )  [static]
 

void map_divisions float  f  )  [static]
 

float map_divisions void   )  [static]
 

void map_tilesize float  f  )  [static]
 

float map_tilesize void   )  [static]
 

void os OS_NAME  o  )  [static]
 

OS_NAME os void   )  [static]
 

void Path bool  b  )  [static]
 

bool Path void   )  [static]
 

void Path_Area bool  b  )  [static]
 

bool Path_Area void   )  [static]
 

void playback bool  b  )  [static]
 

bool playback void   )  [static]
 

const char* const playback_fn  )  [static]
 

void playback_fn const char *  const  )  [static]
 

PLAYBACK_MODE playback_mode void   )  [static]
 

void playback_mode PLAYBACK_MODE   )  [static]
 

void RSHOW bool  b  )  [static]
 

bool RSHOW void   )  [static]
 

void rx_on bool  b  )  [static]
 

bool rx_on void   )  [static]
 

void save void   )  [static]
 

ImportType* scene void   )  [static]
 

const char* const scene_fn void   )  [static]
 

SCENE_MODE scene_mode void   )  [static]
 

void scene_mode SCENE_MODE   )  [static]
 

void shutterspeed short   )  [static]
 

short shutterspeed void   )  [static]
 

void Simulant_Show bool  b  )  [static]
 

bool Simulant_Show void   )  [static]
 

void steps float  f  )  [static]
 

float steps void   )  [static]
 

void terrain double  d  )  [inline, static]
 

double terrain  )  [inline, static]
 

void unit float  f  )  [static]
 

float unit void   )  [static]
 

void unit_type int  f  )  [static]
 

int unit_type void   )  [static]
 

void vertical_resolution short   )  [static]
 

short vertical_resolution void   )  [static]
 

void WSHOW bool  b  )  [static]
 

bool WSHOW void   )  [static]
 


Field Documentation

bool _ashow [static, private]
 

bool _auto_open [static, private]
 

Camera_Settings _cam_settings [static, private]
 

float _conversion [static, private]
 

bool _cshow [static, private]
 

ImportType _dxf [static, private]
 

float _frequency [static, private]
 

bool _ishow [static, private]
 

bool _lshow [static, private]
 

float _map_divisions [static, private]
 

float _map_tilesize [static, private]
 

bool _OOMRM_RX_ON [static, private]
 

OS_NAME _os [static, private]
 

bool _path [static, private]
 

bool _path_area [static, private]
 

Playback _playback [static, private]
 

bool _rshow [static, private]
 

ImportType _scene [static, private]
 

SCENE_MODE _scene_mode [static, private]
 

bool _sshow [static, private]
 

float _steps [static, private]
 

double _Terrain [static, private]
 

float _unit [static, private]
 

int _unit_type [static, private]
 

bool _wshow [static, private]
 

Auto_Load autoload [static]
 

char filename[] [static, private]
 

grid_lines lines [static]
 


Generated on Mon Oct 8 19:32:24 2007 for OOMRM Mapping API by doxygen1.3