Defined EN_MAXID & EN_MAXMSG limits in API header

This commit is contained in:
Lew Rossman
2018-10-27 08:48:41 -04:00
parent 09e46bc459
commit e9161adbe6

View File

@@ -67,6 +67,9 @@
// --- Define the EPANET toolkit constants
#define EN_MAXID 31 /**< Max. # characters in ID name */
#define EN_MAXMSG 255 /**< Max. # characters in message text */
/// Node property codes
typedef enum {
EN_ELEVATION = 0, /**< Node Elevation */