Typedefs | |
typedef std::vector< Portmap > | PortmapContainer |
typedef std::vector< Portmap >::iterator | PortmapIterator |
typedef std::vector< Connection > | CnnContainer |
typedef std::vector< Connection >::iterator | CnnIterator |
typedef std::vector< ResYarpPort > | ResourceContainer |
typedef std::vector< ResYarpPort >::iterator | ResourceIterator |
typedef std::vector< ModuleInterface > | IModuleContainer |
typedef std::vector< ModuleInterface >::iterator | IModuleIterator |
typedef std::vector< ApplicationInterface > | IApplicationContainer |
typedef std::vector< ApplicationInterface >::iterator | IApplicationIterator |
typedef std::vector< Application * > | ApplicaitonPContainer |
typedef std::vector< Application * >::iterator | ApplicationPIterator |
typedef std::vector< Arbitrator > | ArbContainer |
typedef std::vector< Arbitrator >::iterator | ArbIterator |
typedef enum yarp::manager::__BinNodeType | BinNodeType |
typedef BinaryNode * | BinaryNodePtr |
typedef enum yarp::manager::__RSTATE | RSTATE |
typedef std::vector< Executable * > | ExecutablePContainer |
typedef std::vector< Executable * >::iterator | ExecutablePIterator |
typedef void(Executable::* | ExecutableFuncPtr) () |
typedef std::map< std::string, Node * > | NodePContainer |
typedef std::map< std::string, Node * >::iterator | NodePIterator |
typedef std::vector< Node * > | NodePVector |
typedef std::vector< Node * >::iterator | NodePVIterator |
typedef std::vector< InputData > | InputContainer |
typedef std::vector< OutputData > | OutputContainer |
typedef std::vector< InputData >::iterator | InputIterator |
typedef std::vector< OutputData >::iterator | OutputIterator |
typedef std::vector< Author > | AuthorContainer |
typedef std::vector< Author >::iterator | AuthorIterator |
typedef std::vector< Argument > | ArgumentContainer |
typedef std::vector< Argument >::iterator | ArgumentIterator |
typedef std::vector< Module * > | ModulePContainer |
typedef std::vector< Module * >::iterator | ModulePIterator |
typedef std::vector< Link > | LinkContainer |
typedef std::vector< Link >::iterator | LinkIterator |
typedef size_t | Capacity |
typedef struct yarp::manager::_LoadAvg | LoadAvg |
typedef struct yarp::manager::_Process | Process |
Class Computer. More... | |
typedef std::vector< Process > | ProcessContainer |
typedef std::vector< Process >::iterator | ProcessIterator |
typedef std::vector< Computer > | ComputerContainer |
typedef std::vector< Computer >::iterator | ComputerIterator |
typedef std::vector< GenericResource * > | ResourcePContainer |
typedef std::vector< GenericResource * >::iterator | ResourcePIterator |
typedef std::stringstream | OSTRINGSTREAM |
typedef enum yarp::manager::__NodeType | NodeType |
typedef enum yarp::manager::__OS | OS |
typedef struct yarp::manager::__GyPoint | GyPoint |
Enumerations | |
enum | __BinNodeType { OPERATOR, OPERAND } |
enum | __RSTATE { SUSPENDED, READY, CONNECTING, RUNNING, DYING, DEAD, STUNKNOWN } |
enum | BrokerType { BrokerType::invalid, BrokerType::local, BrokerType::yarp } |
enum | __NodeType { MODULE, INPUTD, OUTPUTD, STREAM_PORT, SERVICE_PORT, EVENT_PORT, APPLICATION, RESOURCE, INOUTD, NODE_FILENAME, NODE_APPTEMPLATE, NODE_OTHER } |
enum | __OS { LINUX, WINDOWS, MAC, OTHER } |
Functions | |
bool | compareString (const char *szFirst, const char *szSecond) |
void | trimString (std::string &str) |
OS | strToOS (const char *szOS) |
bool | exportDotGraph (Graph &graph, const char *szFileName) |
Variables | |
static int | node_id = 0 |
typedef std::vector<Application*> yarp::manager::ApplicaitonPContainer |
Definition at line 409 of file application.h.
typedef std::vector<Application*>::iterator yarp::manager::ApplicationPIterator |
Definition at line 410 of file application.h.
typedef std::vector<Arbitrator> yarp::manager::ArbContainer |
Definition at line 94 of file arbitrator.h.
typedef std::vector<Arbitrator>::iterator yarp::manager::ArbIterator |
Definition at line 95 of file arbitrator.h.
typedef std::vector<Argument> yarp::manager::ArgumentContainer |
typedef std::vector<Argument>::iterator yarp::manager::ArgumentIterator |
typedef std::vector<Author> yarp::manager::AuthorContainer |
typedef std::vector<Author>::iterator yarp::manager::AuthorIterator |
typedef BinaryNode* yarp::manager::BinaryNodePtr |
Definition at line 95 of file binexparser.h.
typedef enum yarp::manager::__BinNodeType yarp::manager::BinNodeType |
typedef size_t yarp::manager::Capacity |
Definition at line 22 of file primresource.h.
typedef std::vector<Connection> yarp::manager::CnnContainer |
Definition at line 153 of file application.h.
typedef std::vector<Connection>::iterator yarp::manager::CnnIterator |
Definition at line 154 of file application.h.
typedef std::vector<Computer> yarp::manager::ComputerContainer |
Definition at line 206 of file primresource.h.
typedef std::vector<Computer>::iterator yarp::manager::ComputerIterator |
Definition at line 207 of file primresource.h.
typedef void(Executable::* yarp::manager::ExecutableFuncPtr) () |
Definition at line 172 of file executable.h.
typedef std::vector<Executable*> yarp::manager::ExecutablePContainer |
Definition at line 170 of file executable.h.
typedef std::vector<Executable*>::iterator yarp::manager::ExecutablePIterator |
Definition at line 171 of file executable.h.
typedef struct yarp::manager::__GyPoint yarp::manager::GyPoint |
typedef std::vector<ApplicationInterface> yarp::manager::IApplicationContainer |
Definition at line 286 of file application.h.
typedef std::vector<ApplicationInterface>::iterator yarp::manager::IApplicationIterator |
Definition at line 287 of file application.h.
typedef std::vector<ModuleInterface> yarp::manager::IModuleContainer |
Definition at line 249 of file application.h.
typedef std::vector<ModuleInterface>::iterator yarp::manager::IModuleIterator |
Definition at line 250 of file application.h.
typedef std::vector<InputData> yarp::manager::InputContainer |
typedef std::vector<InputData>::iterator yarp::manager::InputIterator |
typedef std::vector<Link> yarp::manager::LinkContainer |
typedef std::vector<Link>::iterator yarp::manager::LinkIterator |
typedef struct yarp::manager::_LoadAvg yarp::manager::LoadAvg |
typedef std::vector<Module*> yarp::manager::ModulePContainer |
typedef std::vector<Module*>::iterator yarp::manager::ModulePIterator |
typedef std::map<std::string, Node*> yarp::manager::NodePContainer |
typedef std::map<std::string, Node*>::iterator yarp::manager::NodePIterator |
typedef std::vector< Node * > yarp::manager::NodePVector |
typedef std::vector< Node * >::iterator yarp::manager::NodePVIterator |
typedef enum yarp::manager::__NodeType yarp::manager::NodeType |
typedef enum yarp::manager::__OS yarp::manager::OS |
typedef std::stringstream yarp::manager::OSTRINGSTREAM |
typedef std::vector<OutputData> yarp::manager::OutputContainer |
typedef std::vector<OutputData>::iterator yarp::manager::OutputIterator |
typedef std::vector<Portmap> yarp::manager::PortmapContainer |
Definition at line 51 of file application.h.
typedef std::vector<Portmap>::iterator yarp::manager::PortmapIterator |
Definition at line 52 of file application.h.
typedef struct yarp::manager::_Process yarp::manager::Process |
Class Computer.
typedef std::vector<Process> yarp::manager::ProcessContainer |
Definition at line 152 of file primresource.h.
typedef std::vector<Process>::iterator yarp::manager::ProcessIterator |
Definition at line 153 of file primresource.h.
typedef std::vector<ResYarpPort> yarp::manager::ResourceContainer |
Definition at line 156 of file application.h.
typedef std::vector<ResYarpPort>::iterator yarp::manager::ResourceIterator |
Definition at line 157 of file application.h.
typedef std::vector<GenericResource*> yarp::manager::ResourcePContainer |
Definition at line 62 of file resource.h.
typedef std::vector<GenericResource*>::iterator yarp::manager::ResourcePIterator |
Definition at line 63 of file resource.h.
typedef enum yarp::manager::__RSTATE yarp::manager::RSTATE |
Enumerator | |
---|---|
OPERATOR | |
OPERAND |
Definition at line 24 of file binexparser.h.
Enumerator | |
---|---|
MODULE | |
INPUTD | |
OUTPUTD | |
STREAM_PORT | |
SERVICE_PORT | |
EVENT_PORT | |
APPLICATION | |
RESOURCE | |
INOUTD | |
NODE_FILENAME | |
NODE_APPTEMPLATE | |
NODE_OTHER |
Definition at line 21 of file ymm-types.h.
enum yarp::manager::__OS |
Enumerator | |
---|---|
LINUX | |
WINDOWS | |
MAC | |
OTHER |
Definition at line 38 of file ymm-types.h.
Enumerator | |
---|---|
SUSPENDED | |
READY | |
CONNECTING | |
RUNNING | |
DYING | |
DEAD | |
STUNKNOWN |
Definition at line 33 of file executable.h.
|
strong |
Enumerator | |
---|---|
invalid | |
local | |
yarp |
Definition at line 43 of file executable.h.
bool yarp::manager::compareString | ( | const char * | szFirst, |
const char * | szSecond | ||
) |
Definition at line 305 of file utility.cpp.
bool yarp::manager::exportDotGraph | ( | Graph & | graph, |
const char * | szFileName | ||
) |
Definition at line 337 of file utility.cpp.
OS yarp::manager::strToOS | ( | const char * | szOS | ) |
Definition at line 290 of file utility.cpp.
void yarp::manager::trimString | ( | std::string & | str | ) |
Definition at line 323 of file utility.cpp.
|
static |
Definition at line 30 of file binexparser.h.