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
|
orcaice.h00001 /* 00002 * Orca-Robotics Project: Components for robotics 00003 * http://orca-robotics.sf.net/ 00004 * Copyright (c) 2004-2009 Alex Brooks, Alexei Makarenko, Tobias Kaupp 00005 * 00006 * This copy of Orca is licensed to you under the terms described in 00007 * the LICENSE file included in this distribution. 00008 * 00009 */ 00010 00011 /* 00012 * Convenience header: an easy way to include all of orcaice header files 00013 */ 00014 00015 #ifndef ORCAICE_ORCAICE_H 00016 #define ORCAICE_ORCAICE_H 00017 00018 // orcaice headers 00019 #include <orcaice/exceptions.h> 00020 #include <orcaice/subsystemthread.h> 00021 00022 #include <orcaice/configutils.h> 00023 #include <orcaice/proputils.h> 00024 #include <orcaice/stringutils.h> 00025 #include <orcaice/timeutils.h> 00026 #include <orcaice/catchutils.h> 00027 00028 #include <orcaice/iceutils.h> 00029 #include <orcaice/multiiceutils.h> 00030 #include <orcaice/connectutils.h> 00031 #include <orcaice/multiconnectutils.h> 00032 #include <orcaice/icestormutils.h> 00033 #include <orcaice/multiicestormutils.h> 00034 00035 // this header contains specialized tools, not everyone needs them. 00036 // #include <orcaice/icegridutils.h> 00037 00038 // mostly used internally during initialization 00039 // #include <orcaice/printutils.h> 00040 // #include <orcaice/convertutils.h> 00041 00042 // these are rarely used or should be removed entirely 00043 // #include <orcaice/ptrbuffer.h> 00044 // #include <orcaice/ptrstore.h> 00045 // #include <orcaice/ptrnotify.h> 00046 00047 // rarely used 00048 // #include <orcaice/activator.h> 00049 00050 #endif |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)