#include <app_manager.h>
Public Attributes | |
std::string | app_name_ |
boost::shared_ptr< Application > | app_ptr_ |
std::string | app_type_ |
bool | running_ |
uint8_t | status_ |
Definition at line 45 of file app_manager.h.
std::string micros_swarm::AppInstance::app_name_ |
Definition at line 46 of file app_manager.h.
boost::shared_ptr<Application> micros_swarm::AppInstance::app_ptr_ |
Definition at line 48 of file app_manager.h.
std::string micros_swarm::AppInstance::app_type_ |
Definition at line 47 of file app_manager.h.
bool micros_swarm::AppInstance::running_ |
Definition at line 49 of file app_manager.h.
uint8_t micros_swarm::AppInstance::status_ |
Definition at line 50 of file app_manager.h.