INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
libOrcaIfaceUtil
|
Auto-generated library to stringify Orca Slice types.
Convenience library which provides toString() functions for all Orca Slice types. These functions are particularly useful for debugging when you want to dump the contents of the Orca data structure to cout.
These functions are autogenerated by orca_util_slice2util, a special Orca utility which parses *.ice files and generates toString() functions. These functions are not hand-tuned in any way and therefore are quite verbose.
Header file:
You can include just the header file for the interface(s) you are planning to use (preferred method):
#include <orcaifaceutil/laser2d.h>
... or include one monster header file which supports all existing interfaces:
#include <orcaifaceutil/orcaifaceutil.h>
For a full list of functions see orca_util_slice2util documentation.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)