|
|
|
|
Configuration Class Reference#include <configuration.h>
List of all members.
Detailed Description
Definition at line 45 of file configuration.h.
Constructor & Destructor Documentation
Configuration::Configuration |
( |
|
) |
|
|
Configuration::Configuration |
( |
char * |
|
) |
|
|
Configuration::~Configuration |
( |
|
) |
|
|
Member Function Documentation
void Configuration::add_Source_type |
( |
char * |
name |
) |
|
|
char * Configuration::cfg_to_xml |
( |
|
) |
|
|
void Configuration::clear |
( |
|
) |
|
|
char* Configuration::get_name |
( |
|
) |
|
|
AVL_tree<unsigned long>* Configuration::get_nodes |
( |
|
) |
|
|
char * Configuration::index_Source_type |
( |
int |
idx |
) |
|
|
int Configuration::modded |
( |
|
) |
|
|
void Configuration::on_character_data |
( |
const char * |
, |
|
|
int |
|
|
) |
|
|
void Configuration::on_end_element |
( |
const char * |
|
) |
|
|
void Configuration::on_start_element |
( |
const char * |
, |
|
|
const char ** |
|
|
) |
|
|
|
Definition at line 164 of file configuration_xml_handling.cpp.
References add_Source_type(), AVL_node< Key >::elt(), AVL_tree< Key >::find_min(), AVL_node< Key >::get_next(), AVL_tree< Key >::insert_elt(), MAX_XML_PATH, Coordinates::meters2coords(), Environ_object::modify(), Sensor_node::move(), AVL_tree< Key >::retrieve(), Sensor_node::sensors, Environ_object::set_coordinates(), Source_type_index(), Source_type_tree_index(), and strcmp. |
int Configuration::open |
( |
char * |
|
) |
|
|
int Configuration::read_file |
( |
FILE * |
file |
) |
|
|
int Configuration::save |
( |
char * |
|
) |
|
|
void Configuration::set_name |
( |
const char * |
n, |
|
|
int |
len |
|
) |
|
|
int Configuration::Source_type_index |
( |
char * |
name |
) |
|
|
int Configuration::write_file |
( |
FILE * |
file |
) |
|
|
int Configuration::xml_to_cfg |
( |
char * |
string |
) |
|
|
The documentation for this class was generated from the following files:
|