adds the rest of the pattern functions to the module documentation (#74)

This commit is contained in:
Sam Hatchett
2016-07-30 09:43:28 -04:00
committed by GitHub
parent 9da07f827b
commit 1f5327a55e

View File

@@ -10,5 +10,9 @@
@fn int ENgetpatternlen (int index, int *len)
@fn int ENgetpatternvalue (int index, int period, EN_API_FLOAT_TYPE *value)
@fn int ENgetaveragepatternvalue (int index, EN_API_FLOAT_TYPE *value)
@fn int ENgetdemandpattern(int nodeIndex, int demandIndex, int *pattIndex)
@fn int ENaddpattern(char *id)
@fn int ENsetpattern(int index, EN_API_FLOAT_TYPE *f, int len)
@fn int ENsetpatternvalue(int index, int period, EN_API_FLOAT_TYPE value)
@}
*/