|
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/stringutils.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 #ifndef ORCAICE_STRING_UTILITIES_H 00012 #define ORCAICE_STRING_UTILITIES_H 00013 00014 00015 #include <vector> 00016 #include <string> 00017 #include <Ice/Ice.h> 00018 #include <orca/common.h> 00019 #include <orca/ocm.h> 00020 00021 namespace orcaice 00022 { 00023 00028 00032 std::string toString( const orca::FQComponentName& ); 00033 00039 orca::FQComponentName toComponentName( const std::string& s ); 00040 00044 std::string toString( const orca::FQInterfaceName& ); 00045 00050 orca::FQInterfaceName toInterfaceName( const std::string& s ); 00051 00054 std::string toString( const orca::FQTopicName& ); 00055 00058 std::string toString( const orca::FQExecutableName & name ); 00059 00061 00062 00067 00068 00069 00070 00071 std::string toStringDuration( const orca::Time& ); 00076 int toTimeDuration( const std::string &, orca::Time& ); 00077 00080 std::string toString( const orca::Time& ); 00082 std::string toString( const orca::TimeOfDay& ); 00084 std::string toString( const orca::Date& ); 00085 00087 00088 } // namespace 00089 00090 #endif 00091 |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)
1.4.5