Adding C++ field instrumentation using config file
[iot2.git] / localconfig / iotruntime / IoTMaster.config
index 79e16e8e7364eb7a095416b0a2e29d23a6357122..0a934bdbc7dff7e96b981ec4dcffcb5ac4ed7532 100644 (file)
@@ -30,6 +30,9 @@ VERBOSE=Yes
 #Number of callback ports
 NUMBER_CALLBACK_PORTS=1
 
 #Number of callback ports
 NUMBER_CALLBACK_PORTS=1
 
+#Language: C++ or Java
+LANGUAGE=Java
+
 #JVM heap size - can go out of memory if a IoTSlave needs to handle a lot of objects
 #E.g. JVM_INIT_HEAP_SIZE=-Xms64m, JVM_MAX_HEAP_SIZE=-Xmx64m (64 MB of heap)
 #Made empty for now as it needs fine-tuning
 #JVM heap size - can go out of memory if a IoTSlave needs to handle a lot of objects
 #E.g. JVM_INIT_HEAP_SIZE=-Xms64m, JVM_MAX_HEAP_SIZE=-Xmx64m (64 MB of heap)
 #Made empty for now as it needs fine-tuning