#include "DcParameters.h"
Go to the source code of this file.
Functions | |
bool | ExtGetParam (const char *name, char *val, int max_len) |
bool ExtGetParam | ( | const char * | name, |
char * | val, | ||
int | max_len | ||
) |
name | The name (path) of the required value. |
val | Buffer to put the value in. |
max_len | The size of this buffer. |
Definition at line 114 of file DcParameters.cpp.