orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
Miscelaneous notes on writing Orca code with Ice.
$ cd <ORCA_SRC>/src/interfaces/slice/orca $ slice2cpp -I<ORCA_SRC>/src/interfaces/slice/ -I<ICE_SLICE_HOME> --impl home.ice $ ls home* home.cpp home.h home.ice homeI.cpp homeI.h
Where ICE_SLICE_HOME location depends on how Ice was installed. Ice's standard installation puts it into
/slice. Debian package puts it into In the directory you can see 4 generated files: homeI.h and homeI.cpp are the skeletons. Move them to your component directory and delete home.h and home.cpp. There are 2 modifications to the files you'll have to make:
doxyorca which is a patched version of Doxygen which can parse .ice files. If you don't have it, just use standard doxygen .
$ cd <ORCA_SRC>/doc $ doxyorca orca.doxyfile $ konqueror html/index.html & |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)