
0
Answered
Where is the IDL and how do I use it to generate code?
A common question:
Where is OpenICE's IDL and how do you run the tool to generate the C interfaces for the IDLs?
Where is OpenICE's IDL and how do you run the tool to generate the C interfaces for the IDLs?
Answer

Answer
Answered
The IDL is found in our git repo - the IDL is found under /master/data-types/x73-idl/src/main/idl/ice/ice.idl.
To generate code for the IDL, we use rtiddsgen. The code generator is documented here.
At the command line, enter:
To generate code for the IDL, we use rtiddsgen. The code generator is documented here.
At the command line, enter:
rtiddsgen -language C -inputIdl /path/to/repo/data-types/x73-idl/src/main/idl/ice/ice.idl
Customer support service by UserEcho
To generate code for the IDL, we use rtiddsgen. The code generator is documented here.
At the command line, enter: