Introduce Open Dynamics Engine examples

I want Trick to parse and understand ODE header files.  The ODE header files
include some typedef constructs ICG was skipping.  Added code to handle the
typedefs we did not handle before.  Also made a small change the way
TRICK_ICG_EXCLDUE and TRICK_EXCLUDE are used so that they support excluding
individual files as well as directories.
This commit is contained in:
Alex Lin
2016-01-29 09:27:41 -06:00
parent 68ffd04dff
commit 71dab9ed45
3 changed files with 40 additions and 4 deletions

View File

@ -180,11 +180,11 @@ bool PrintAttributes::openIOFile(std::string header_file_name) {
icg_no_files.push_back(rp) ;
}
} else {
std::cout << "ICG skipping " << rp << " (ICG exclude dir " <<
std::cout << "ICG skipping " << rp << " (ICG exclude " <<
hsd.getPathInICGExclude(rp) << ")" << std::endl ;
}
} else {
std::cout << "ICG skipping " << rp << " (exclude dir " <<
std::cout << "ICG skipping " << rp << " (exclude " <<
hsd.getPathInExclude(rp) << ")" << std::endl ;
}
} else {