adds the rest of the pattern functions to the module documentation (#74)
This commit is contained in:
@@ -10,5 +10,9 @@
|
|||||||
@fn int ENgetpatternlen (int index, int *len)
|
@fn int ENgetpatternlen (int index, int *len)
|
||||||
@fn int ENgetpatternvalue (int index, int period, EN_API_FLOAT_TYPE *value)
|
@fn int ENgetpatternvalue (int index, int period, EN_API_FLOAT_TYPE *value)
|
||||||
@fn int ENgetaveragepatternvalue (int index, 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)
|
||||||
@}
|
@}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user