//datamanSettings.AddTransport( "ZeroMQ", "localIP=128.0.0.0.1.1", "remoteIP=128.0.0.0.2.1", "tolerances=1,2,3" ); not yet supported , will throw an exception
...
...
@@ -49,6 +50,7 @@ int main( int argc, char* argv [] )
throwstd::ios_base::failure("ERROR: failed to create DataMan I/O engine at Open\n");
datamanWriter->Write(ioMyFloats,myFloats.data());// Base class Engine own the Write<T> that will call overloaded Write from Derived
datamanWriter->Write(ioMyFloat,(float)1.12);// Base class Engine own the Write<T> that will call overloaded Write from Derived