$search

launchman Namespace Reference

Namespaces

namespace  app
namespace  msg
namespace  srv

Classes

class  AppGroup
struct  Application_
class  AppRunner
struct  AppStatus_
struct  AppUpdate_
struct  ListTasks
struct  ListTasksRequest_
struct  ListTasksResponse_
struct  StartTask
struct  StartTaskRequest_
struct  StartTaskResponse_
struct  StatusUpdate
struct  StatusUpdateRequest_
struct  StatusUpdateResponse_
struct  StopTask
struct  StopTaskRequest_
struct  StopTaskResponse_
class  TaskManager

Typedefs

typedef
::launchman::Application_
< std::allocator< void > > 
Application
typedef boost::shared_ptr
< ::launchman::Application
const > 
ApplicationConstPtr
typedef boost::shared_ptr
< ::launchman::Application
ApplicationPtr
typedef
::launchman::AppStatus_
< std::allocator< void > > 
AppStatus
typedef boost::shared_ptr
< ::launchman::AppStatus const > 
AppStatusConstPtr
typedef boost::shared_ptr
< ::launchman::AppStatus
AppStatusPtr
typedef
::launchman::AppUpdate_
< std::allocator< void > > 
AppUpdate
typedef boost::shared_ptr
< ::launchman::AppUpdate const > 
AppUpdateConstPtr
typedef boost::shared_ptr
< ::launchman::AppUpdate
AppUpdatePtr
typedef
::launchman::ListTasksRequest_
< std::allocator< void > > 
ListTasksRequest
typedef boost::shared_ptr
< ::launchman::ListTasksRequest
const > 
ListTasksRequestConstPtr
typedef boost::shared_ptr
< ::launchman::ListTasksRequest
ListTasksRequestPtr
typedef
::launchman::ListTasksResponse_
< std::allocator< void > > 
ListTasksResponse
typedef boost::shared_ptr
< ::launchman::ListTasksResponse
const > 
ListTasksResponseConstPtr
typedef boost::shared_ptr
< ::launchman::ListTasksResponse
ListTasksResponsePtr
typedef
::launchman::StartTaskRequest_
< std::allocator< void > > 
StartTaskRequest
typedef boost::shared_ptr
< ::launchman::StartTaskRequest
const > 
StartTaskRequestConstPtr
typedef boost::shared_ptr
< ::launchman::StartTaskRequest
StartTaskRequestPtr
typedef
::launchman::StartTaskResponse_
< std::allocator< void > > 
StartTaskResponse
typedef boost::shared_ptr
< ::launchman::StartTaskResponse
const > 
StartTaskResponseConstPtr
typedef boost::shared_ptr
< ::launchman::StartTaskResponse
StartTaskResponsePtr
typedef
::launchman::StatusUpdateRequest_
< std::allocator< void > > 
StatusUpdateRequest
typedef boost::shared_ptr
< ::launchman::StatusUpdateRequest
const > 
StatusUpdateRequestConstPtr
typedef boost::shared_ptr
< ::launchman::StatusUpdateRequest
StatusUpdateRequestPtr
typedef
::launchman::StatusUpdateResponse_
< std::allocator< void > > 
StatusUpdateResponse
typedef boost::shared_ptr
< ::launchman::StatusUpdateResponse
const > 
StatusUpdateResponseConstPtr
typedef boost::shared_ptr
< ::launchman::StatusUpdateResponse
StatusUpdateResponsePtr
typedef
::launchman::StopTaskRequest_
< std::allocator< void > > 
StopTaskRequest
typedef boost::shared_ptr
< ::launchman::StopTaskRequest
const > 
StopTaskRequestConstPtr
typedef boost::shared_ptr
< ::launchman::StopTaskRequest
StopTaskRequestPtr
typedef
::launchman::StopTaskResponse_
< std::allocator< void > > 
StopTaskResponse
typedef boost::shared_ptr
< ::launchman::StopTaskResponse
const > 
StopTaskResponseConstPtr
typedef boost::shared_ptr
< ::launchman::StopTaskResponse
StopTaskResponsePtr

Functions

template<typename ContainerAllocator >
std::ostream & operator<< (std::ostream &s, const ::launchman::AppUpdate_< ContainerAllocator > &v)
template<typename ContainerAllocator >
std::ostream & operator<< (std::ostream &s, const ::launchman::AppStatus_< ContainerAllocator > &v)
template<typename ContainerAllocator >
std::ostream & operator<< (std::ostream &s, const ::launchman::Application_< ContainerAllocator > &v)
def server

Variables

string default = "store_true"
string help = "automatically kill conflicting tasks when starting a new task"
string NAME = 'launchman'
tuple parser = OptionParser(usage="usage: %prog [options]", prog='launchman.py')
string PKG = 'launchman'

Typedef Documentation

typedef ::launchman::Application_<std::allocator<void> > launchman::Application

Definition at line 131 of file Application.h.

typedef boost::shared_ptr< ::launchman::Application const> launchman::ApplicationConstPtr

Definition at line 134 of file Application.h.

typedef boost::shared_ptr< ::launchman::Application> launchman::ApplicationPtr

Definition at line 133 of file Application.h.

typedef ::launchman::AppStatus_<std::allocator<void> > launchman::AppStatus

Definition at line 100 of file AppStatus.h.

typedef boost::shared_ptr< ::launchman::AppStatus const> launchman::AppStatusConstPtr

Definition at line 103 of file AppStatus.h.

typedef boost::shared_ptr< ::launchman::AppStatus> launchman::AppStatusPtr

Definition at line 102 of file AppStatus.h.

typedef ::launchman::AppUpdate_<std::allocator<void> > launchman::AppUpdate

Definition at line 141 of file AppUpdate.h.

typedef boost::shared_ptr< ::launchman::AppUpdate const> launchman::AppUpdateConstPtr

Definition at line 144 of file AppUpdate.h.

typedef boost::shared_ptr< ::launchman::AppUpdate> launchman::AppUpdatePtr

Definition at line 143 of file AppUpdate.h.

Definition at line 88 of file ListTasks.h.

Definition at line 91 of file ListTasks.h.

Definition at line 90 of file ListTasks.h.

Definition at line 172 of file ListTasks.h.

Definition at line 175 of file ListTasks.h.

Definition at line 174 of file ListTasks.h.

Definition at line 106 of file StartTask.h.

Definition at line 109 of file StartTask.h.

Definition at line 108 of file StartTask.h.

Definition at line 186 of file StartTask.h.

Definition at line 189 of file StartTask.h.

Definition at line 188 of file StartTask.h.

Definition at line 88 of file StatusUpdate.h.

Definition at line 91 of file StatusUpdate.h.

Definition at line 90 of file StatusUpdate.h.

Definition at line 167 of file StatusUpdate.h.

Definition at line 170 of file StatusUpdate.h.

Definition at line 169 of file StatusUpdate.h.

typedef ::launchman::StopTaskRequest_<std::allocator<void> > launchman::StopTaskRequest

Definition at line 106 of file StopTask.h.

Definition at line 109 of file StopTask.h.

Definition at line 108 of file StopTask.h.

Definition at line 185 of file StopTask.h.

Definition at line 188 of file StopTask.h.

Definition at line 187 of file StopTask.h.


Function Documentation

template<typename ContainerAllocator >
std::ostream& launchman::operator<< ( std::ostream &  s,
const ::launchman::AppUpdate_< ContainerAllocator > &  v 
) [inline]

Definition at line 148 of file AppUpdate.h.

template<typename ContainerAllocator >
std::ostream& launchman::operator<< ( std::ostream &  s,
const ::launchman::AppStatus_< ContainerAllocator > &  v 
) [inline]

Definition at line 107 of file AppStatus.h.

template<typename ContainerAllocator >
std::ostream& launchman::operator<< ( std::ostream &  s,
const ::launchman::Application_< ContainerAllocator > &  v 
) [inline]

Definition at line 138 of file Application.h.

def launchman::server (   kill_on_conflict  ) 

Definition at line 307 of file launchman.py.


Variable Documentation

string launchman::default = "store_true"

Definition at line 322 of file launchman.py.

string launchman::help = "automatically kill conflicting tasks when starting a new task"

Definition at line 323 of file launchman.py.

string launchman::NAME = 'launchman'

Definition at line 37 of file launchman.py.

tuple launchman::parser = OptionParser(usage="usage: %prog [options]", prog='launchman.py')

Definition at line 320 of file launchman.py.

string launchman::PKG = 'launchman'

Definition at line 36 of file launchman.py.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


launchman
Author(s): Scott Hassan
autogenerated on Sat Mar 2 14:24:00 2013