17.10.2013 - Adjusted for QNX, PIPeer release for Windows, Remote console
This commit is contained in:
22
piconfig.cpp
22
piconfig.cpp
@@ -19,6 +19,28 @@
|
||||
|
||||
#include "piconfig.h"
|
||||
|
||||
/*! \class PIConfig
|
||||
* \brief Configuration file
|
||||
* \details This class provide handle access to configuration file.
|
||||
*
|
||||
* \section PIConfig_sec0 Synopsis
|
||||
* PIConfig reads configuration file and create internal dendritic
|
||||
* representation of all entries of this file. You can easily read
|
||||
* some values and write new.
|
||||
* \image html piconfig.png
|
||||
*
|
||||
* \section PIConfig_sec1 Concepts
|
||||
* Each entry of internal tree has type PIConfig::Entry. This class
|
||||
* has next properties:
|
||||
* * name
|
||||
* * value
|
||||
* * type
|
||||
* * comment
|
||||
* Entry class has many implicit convertions to common types: bolean,
|
||||
* integers, float, double, PIString, PIStringList.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
PIConfig::Entry PIConfig::Branch::_empty;
|
||||
PIConfig::Entry PIConfig::Entry::_empty;
|
||||
|
||||
Reference in New Issue
Block a user