Hello,
I've been given a big bunch of IDLs (about 100) and I need to generate all of them, having tried some obvious thing, such as using an astrisk and looking at the manual, I can't find a simple way of generating from IDLs for say an entire directory. Is this possible? Is someone able to tell me how before I start doing it by hand! :)
Many Thanks,
Greg
Are you using CMAKE?
you could properbly use a bash script and some wildcards to apply the rtiddsgen on all of the files recursively.
Write script .
Generate_code.com
_______ __________ ________
$NDDSHOME/bin/rtiddsgen -ppDisable -language C++ 1.IDL
$NDDSHOME/bin/rtiddsgen -ppDisable -language C++ 2.IDL
#so on