File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/dds.net-connector-cpp.app Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ int main()
7676 connector.registerSingleProvider (" Test-Single" , test_single_producer, LOWEST);
7777 connector.registerDoubleProvider (" Test-Double" , test_double_producer, LOWEST);
7878 connector.registerRawBytesProvider (" Test-Bytes" , test_bytes_producer, LOWEST);
79+
7980 connector.registerStringConsumer (" Test-String" , test_string_consumer, ON_CHANGE);
8081 connector.registerBooleanConsumer (" Test-Boolean" , test_boolean_consumer, ON_CHANGE);
8182 connector.registerByteConsumer (" Test-Byte" , test_byte_consumer, ON_CHANGE);
@@ -115,6 +116,7 @@ void wait_for_exit_key()
115116
116117
117118
119+
118120static double x, y;
119121
120122void circle_values_consumer (const string& variableName, double variableValue)
You can’t perform that action at this time.
0 commit comments