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
|
orcaice.h00001 /* 00002 * Orca-Robotics Project: Components for robotics 00003 * http://orca-robotics.sf.net/ 00004 * Copyright (c) 2004-2008 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 orceice header files 00013 */ 00014 00015 #ifndef ORCAICE_ORCAICE_H 00016 #define ORCAICE_ORCAICE_H 00017 00018 // dependencies 00019 // #include <orcaobj/orcaobj.h> 00020 #include <hydroiceutil/hydroiceutil.h> 00021 #include <hydroutil/hydroutil.h> 00022 00023 // orcaice headers 00024 #include <orcaice/exceptions.h> 00025 #include <orcaice/ptrbuffer.h> 00026 #include <orcaice/ptrstore.h> 00027 #include <orcaice/ptrnotify.h> 00028 00029 #include <orcaice/configutils.h> 00030 #include <orcaice/proputils.h> 00031 #include <orcaice/printutils.h> 00032 #include <orcaice/stringutils.h> 00033 #include <orcaice/timeutils.h> 00034 00035 #include <orcaice/connectutils.h> 00036 #include <orcaice/multiconnectutils.h> 00037 #include <orcaice/activator.h> 00038 00039 #endif |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)