Files | |
file | otConfigParser.h |
Config Parser - This library implements a command parser for a file with formatted text. | |
Modules | |
Version History | |
Data Structures | |
struct | varData |
class | otConfigParser |
Typedefs | |
typedef varData | varData |
Variable structure. |
# Example with integer variables (32 bit) SET.A.INT 1 SET.B.INT 2 SET.C.INT 3 SET.D.INT 4 # Example with floating point (64 bit) SET.A.FLOAT 1.1 SET.B.FLOAT 2.2 SET.C.FLOAT 3.3 SET.D.FLOAT 4.4 # String example SET.TITLE Hello world!
|
|