Using rtiddsgen to generate from multiple IDLs easily

4 posts / 0 new
Last post
Offline
Last seen: 7 years 12 months ago
Joined: 11/03/2015
Posts: 1
Using rtiddsgen to generate from multiple IDLs easily

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

Offline
Last seen: 6 years 4 months ago
Joined: 09/17/2015
Posts: 53

Are you using CMAKE?

Offline
Last seen: 8 years 4 months ago
Joined: 11/18/2015
Posts: 9

you could properbly use a bash script and some wildcards to apply the rtiddsgen on all of the files recursively.

Offline
Last seen: 8 years 2 months ago
Joined: 01/07/2016
Posts: 1

Write script .

 

Generate_code.com

 

_______ __________    ________

 

$NDDSHOME/bin/rtiddsgen -ppDisable -language C++ 1.IDL

$NDDSHOME/bin/rtiddsgen -ppDisable -language C++ 2.IDL

#so on