Separate library that holds helper functions for the main OMF code.

Revision:
18:c6c9cce5d990
Parent:
16:3b0bdbfa48ff
--- a/osisoft-omf.h	Mon Jun 11 14:17:30 2018 +0000
+++ b/osisoft-omf.h	Mon Jun 25 21:09:08 2018 +0000
@@ -20,8 +20,12 @@
 #include "config.deviceID.h"
 
 // ************************************************************************
-// A constant used to disable printing
-const bool ENABLE_PRINTOUTS = true;
+// Constants used to disable printing
+#define DO_NOT_ENABLE_PRINTOUTS 0
+#define YES_ENABLE_PRINTOUTS    1
+
+// Select one of the above options
+#define ENABLE_PRINTOUTS    YES_ENABLE_PRINTOUTS
 // ************************************************************************
 
 // Automatically generated OMF-SPECIFIC CONSTANTS