We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61ce31 commit 4912ec9Copy full SHA for 4912ec9
src/dds.net-connector-cpp.app/test-app.cpp
@@ -68,7 +68,7 @@ void my_double_consumer(std::string& variableName, double variableValue)
68
{
69
y = variableValue;
70
71
- cout << "TESTX, TESTY = " << x << ", " << y << endl;
+ cout << x << ", " << y << endl;
72
}
73
74
0 commit comments