All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
Public Types | Public Member Functions | Public Attributes | Static Public Attributes
concert_msgs::Constants_< ContainerAllocator > Struct Template Reference

#include <Constants.h>

List of all members.

Public Types

typedef boost::shared_ptr
< ::concert_msgs::Constants_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::concert_msgs::Constants_
< ContainerAllocator > > 
Ptr
typedef Constants_
< ContainerAllocator > 
Type

Public Member Functions

 Constants_ ()
 Constants_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header

Static Public Attributes

static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
APP_STATUS_RUNNING = "running"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
APP_STATUS_STOPPED = "stopped"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
CONCERT_CLIENT_STATUS_AVAILABLE = "available"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
CONCERT_CLIENT_STATUS_CONCERT = "concert_mode"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
CONCERT_CLIENT_STATUS_PAIRED = "paired_mode"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
PLATFORM_ANDROID = "android"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
PLATFORM_ANY = "*"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
PLATFORM_LINUX = "linux"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
PLATFORM_WINDOZE = "windoze"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
ROBOT_ANY = "*"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
ROBOT_KOBUKI = "kobuki"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
ROBOT_PC = "pc"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
ROBOT_ROBOSEM = "robosem"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
ROBOT_TURTLEBOT = "turtlebot"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
SYSTEM_CUSTOM = "custom"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
SYSTEM_OPROS = "opros"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
SYSTEM_ROS = "ros"

Detailed Description

template<class ContainerAllocator>
struct concert_msgs::Constants_< ContainerAllocator >

Definition at line 21 of file Constants.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef boost::shared_ptr< ::concert_msgs::Constants_<ContainerAllocator> const> concert_msgs::Constants_< ContainerAllocator >::ConstPtr

Definition at line 51 of file Constants.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::concert_msgs::Constants_<ContainerAllocator> > concert_msgs::Constants_< ContainerAllocator >::Ptr

Definition at line 50 of file Constants.h.

template<class ContainerAllocator >
typedef Constants_<ContainerAllocator> concert_msgs::Constants_< ContainerAllocator >::Type

Definition at line 22 of file Constants.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
concert_msgs::Constants_< ContainerAllocator >::Constants_ ( ) [inline]

Definition at line 24 of file Constants.h.

template<class ContainerAllocator >
concert_msgs::Constants_< ContainerAllocator >::Constants_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 28 of file Constants.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > concert_msgs::Constants_< ContainerAllocator >::__connection_header

Definition at line 52 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::APP_STATUS_RUNNING = "running" [static]

Definition at line 48 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::APP_STATUS_STOPPED = "stopped" [static]

Definition at line 47 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::CONCERT_CLIENT_STATUS_AVAILABLE = "available" [static]

Definition at line 44 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::CONCERT_CLIENT_STATUS_CONCERT = "concert_mode" [static]

Definition at line 45 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::CONCERT_CLIENT_STATUS_PAIRED = "paired_mode" [static]

Definition at line 46 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::PLATFORM_ANDROID = "android" [static]

Definition at line 35 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::PLATFORM_ANY = "*" [static]

Definition at line 32 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::PLATFORM_LINUX = "linux" [static]

Definition at line 33 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::PLATFORM_WINDOZE = "windoze" [static]

Definition at line 34 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::ROBOT_ANY = "*" [static]

Definition at line 39 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::ROBOT_KOBUKI = "kobuki" [static]

Definition at line 42 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::ROBOT_PC = "pc" [static]

Definition at line 40 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::ROBOT_ROBOSEM = "robosem" [static]

Definition at line 41 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::ROBOT_TURTLEBOT = "turtlebot" [static]

Definition at line 43 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::SYSTEM_CUSTOM = "custom" [static]

Definition at line 36 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::SYSTEM_OPROS = "opros" [static]

Definition at line 38 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > concert_msgs::Constants_< ContainerAllocator >::SYSTEM_ROS = "ros" [static]

Definition at line 37 of file Constants.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


concert_msgs
Author(s): Daniel Stonier
autogenerated on Tue Jan 15 2013 17:43:37