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

Revision:
15:32ada27d82b4
Parent:
14:6ed67a160616
Child:
16:3b0bdbfa48ff
--- a/osisoft-omf.h	Thu May 03 20:07:42 2018 +0000
+++ b/osisoft-omf.h	Wed May 30 15:24:45 2018 +0000
@@ -72,5 +72,13 @@
 // ************************************************************************
 
 void OMFLib_syncClockViaNTP(NetworkInterface* network);
+
+// ************************************************************************
+// Sends the dynamic types, static types, assets, and links messages
+// Uses the SEND_ASSETS_AND_LINKS flag found in config.egressSettings and
+// Uses the custom OMF JSON found in config.customOMFJSONStructures.h
+// ************************************************************************
+
+void OMFLib_sendInitialOMFMessages(NetworkInterface* __network_interface);
  
 #endif