Namespaces | |
app | |
msg | |
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 |
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 (kill_on_conflict) |
Variables | |
action | |
args | |
default | |
dest | |
False | |
help | |
string | NAME = 'launchman' |
options | |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
launchman.action |
Definition at line 322 of file launchman.py.
launchman.args |
Definition at line 324 of file launchman.py.
launchman.default |
Definition at line 322 of file launchman.py.
launchman.dest |
Definition at line 321 of file launchman.py.
launchman.False |
Definition at line 322 of file launchman.py.
launchman.help |
Definition at line 323 of file launchman.py.
string launchman.NAME = 'launchman' |
Definition at line 37 of file launchman.py.
launchman.options |
Definition at line 324 of file launchman.py.
Definition at line 320 of file launchman.py.
string launchman.PKG = 'launchman' |
Definition at line 36 of file launchman.py.