change names of new functions to ENgetnodevalues and ENgetlinkvalues

This commit is contained in:
Abel Heinsbroek
2024-04-24 15:20:59 +02:00
parent 4dff3bd054
commit 9637f5c092
4 changed files with 9 additions and 9 deletions

View File

@@ -293,7 +293,7 @@ extern "C" {
int DLLEXPORT ENgetlinkvalue(int index, int property, EN_API_FLOAT_TYPE *value);
int DLLEXPORT ENgetlinksvalues(int property, EN_API_FLOAT_TYPE *value);
int DLLEXPORT ENgetlinkvalues(int property, EN_API_FLOAT_TYPE *value);
int DLLEXPORT ENsetlinkvalue(int index, int property, EN_API_FLOAT_TYPE value);

View File

@@ -882,7 +882,7 @@ typedef struct Project *EN_Project;
(see @ref Units).
*/
int DLLEXPORT EN_getnodesvalues(EN_Project ph, int property, double *out_values);
int DLLEXPORT EN_getnodevalues(EN_Project ph, int property, double *out_values);
/**
@brief Retrieves an array of property values for all nodes.
@@ -1265,7 +1265,7 @@ typedef struct Project *EN_Project;
Values are returned in units that depend on the units used for flow rate (see @ref Units).
*/
int DLLEXPORT EN_getlinksvalues(EN_Project ph, int property, double *out_values);
int DLLEXPORT EN_getlinkvalues(EN_Project ph, int property, double *out_values);
/**
@brief Sets a property value for a link.