안녕! DDS를 공부하고 있습니다.
code generator
I'm simply trying to compile some ild files. What arguments can I include to prevent the plugin and support files from being generated?
My command line command is something like:
pathToRTIDDSGEN -inputIdl pathToInput -d pathToOutputCompiledFiles -replace -language C++ -namespace -optimization 2 -verbosity 3
Hi,