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::AppStatus_< ContainerAllocator > &v) |
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::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 ::launchman::Application_<std::allocator<void> > launchman::Application |
Definition at line 67 of file Application.h.
typedef boost::shared_ptr< ::launchman::Application const> launchman::ApplicationConstPtr |
Definition at line 70 of file Application.h.
typedef boost::shared_ptr< ::launchman::Application> launchman::ApplicationPtr |
Definition at line 69 of file Application.h.
typedef ::launchman::AppStatus_<std::allocator<void> > launchman::AppStatus |
Definition at line 43 of file AppStatus.h.
typedef boost::shared_ptr< ::launchman::AppStatus const> launchman::AppStatusConstPtr |
Definition at line 46 of file AppStatus.h.
typedef boost::shared_ptr< ::launchman::AppStatus> launchman::AppStatusPtr |
Definition at line 45 of file AppStatus.h.
typedef ::launchman::AppUpdate_<std::allocator<void> > launchman::AppUpdate |
Definition at line 63 of file AppUpdate.h.
typedef boost::shared_ptr< ::launchman::AppUpdate const> launchman::AppUpdateConstPtr |
Definition at line 66 of file AppUpdate.h.
typedef boost::shared_ptr< ::launchman::AppUpdate> launchman::AppUpdatePtr |
Definition at line 65 of file AppUpdate.h.
typedef ::launchman::ListTasksRequest_<std::allocator<void> > launchman::ListTasksRequest |
Definition at line 41 of file ListTasks.h.
typedef boost::shared_ptr< ::launchman::ListTasksRequest const> launchman::ListTasksRequestConstPtr |
Definition at line 44 of file ListTasks.h.
typedef boost::shared_ptr< ::launchman::ListTasksRequest> launchman::ListTasksRequestPtr |
Definition at line 43 of file ListTasks.h.
typedef ::launchman::ListTasksResponse_<std::allocator<void> > launchman::ListTasksResponse |
Definition at line 70 of file ListTasks.h.
typedef boost::shared_ptr< ::launchman::ListTasksResponse const> launchman::ListTasksResponseConstPtr |
Definition at line 73 of file ListTasks.h.
typedef boost::shared_ptr< ::launchman::ListTasksResponse> launchman::ListTasksResponsePtr |
Definition at line 72 of file ListTasks.h.
typedef ::launchman::StartTaskRequest_<std::allocator<void> > launchman::StartTaskRequest |
Definition at line 51 of file StartTask.h.
typedef boost::shared_ptr< ::launchman::StartTaskRequest const> launchman::StartTaskRequestConstPtr |
Definition at line 54 of file StartTask.h.
typedef boost::shared_ptr< ::launchman::StartTaskRequest> launchman::StartTaskRequestPtr |
Definition at line 53 of file StartTask.h.
typedef ::launchman::StartTaskResponse_<std::allocator<void> > launchman::StartTaskResponse |
Definition at line 80 of file StartTask.h.
typedef boost::shared_ptr< ::launchman::StartTaskResponse const> launchman::StartTaskResponseConstPtr |
Definition at line 83 of file StartTask.h.
typedef boost::shared_ptr< ::launchman::StartTaskResponse> launchman::StartTaskResponsePtr |
Definition at line 82 of file StartTask.h.
typedef ::launchman::StatusUpdateRequest_<std::allocator<void> > launchman::StatusUpdateRequest |
Definition at line 41 of file StatusUpdate.h.
typedef boost::shared_ptr< ::launchman::StatusUpdateRequest const> launchman::StatusUpdateRequestConstPtr |
Definition at line 44 of file StatusUpdate.h.
typedef boost::shared_ptr< ::launchman::StatusUpdateRequest> launchman::StatusUpdateRequestPtr |
Definition at line 43 of file StatusUpdate.h.
typedef ::launchman::StatusUpdateResponse_<std::allocator<void> > launchman::StatusUpdateResponse |
Definition at line 70 of file StatusUpdate.h.
typedef boost::shared_ptr< ::launchman::StatusUpdateResponse const> launchman::StatusUpdateResponseConstPtr |
Definition at line 73 of file StatusUpdate.h.
typedef boost::shared_ptr< ::launchman::StatusUpdateResponse> launchman::StatusUpdateResponsePtr |
Definition at line 72 of file StatusUpdate.h.
typedef ::launchman::StopTaskRequest_<std::allocator<void> > launchman::StopTaskRequest |
Definition at line 51 of file StopTask.h.
typedef boost::shared_ptr< ::launchman::StopTaskRequest const> launchman::StopTaskRequestConstPtr |
Definition at line 54 of file StopTask.h.
typedef boost::shared_ptr< ::launchman::StopTaskRequest> launchman::StopTaskRequestPtr |
Definition at line 53 of file StopTask.h.
typedef ::launchman::StopTaskResponse_<std::allocator<void> > launchman::StopTaskResponse |
Definition at line 80 of file StopTask.h.
typedef boost::shared_ptr< ::launchman::StopTaskResponse const> launchman::StopTaskResponseConstPtr |
Definition at line 83 of file StopTask.h.
typedef boost::shared_ptr< ::launchman::StopTaskResponse> launchman::StopTaskResponsePtr |
Definition at line 82 of file StopTask.h.
std::ostream& launchman::operator<< | ( | std::ostream & | s, |
const ::launchman::AppStatus_< ContainerAllocator > & | v | ||
) |
Definition at line 50 of file AppStatus.h.
std::ostream& launchman::operator<< | ( | std::ostream & | s, |
const ::launchman::AppUpdate_< ContainerAllocator > & | v | ||
) |
Definition at line 70 of file AppUpdate.h.
std::ostream& launchman::operator<< | ( | std::ostream & | s, |
const ::launchman::Application_< ContainerAllocator > & | v | ||
) |
Definition at line 74 of file Application.h.
def launchman.server | ( | kill_on_conflict | ) |
Definition at line 307 of file launchman.py.
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.