- changed formatValue for custom formats

This commit is contained in:
zolliker
2008-01-18 07:29:47 +00:00
parent 498a6d57c0
commit 3cd46c4c83

View File

@ -345,10 +345,11 @@ void SICSHipadabaSignal(void *pData, int iSignal, void *pSigData);
/** /**
* format a Hdb Value into a string using SICS defaults. * format a Hdb Value into a string using SICS defaults.
* @param v The Hdb value to format * @param v The Hdb value to format
* @param node The Hdb node (for format property)
* @return a dynamic string holding the formatted data. NULL when * @return a dynamic string holding the formatted data. NULL when
* out of memory * out of memory
*/ */
pDynString formatValue(hdbValue v); pDynString formatValue(hdbValue v, pHdb node);
/** /**
* read values for a Hdb value from a string. * read values for a Hdb value from a string.
* @param v The hdbValue to read data into. Datatype and arraylength must * @param v The hdbValue to read data into. Datatype and arraylength must