YARP
Yet Another Robot Platform
application.h File Reference
+ Include dependency graph for application.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::manager::Portmap
 Class Portmap. More...
 
class  yarp::manager::Connection
 Class Connection. More...
 
class  yarp::manager::ModuleInterface
 Class ModuleInterface. More...
 
class  yarp::manager::ApplicationInterface
 Class ApplicationInterface. More...
 
class  yarp::manager::Application
 Class Application. More...
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::manager
 

Typedefs

typedef std::vector< Portmap > yarp::manager::PortmapContainer
 
typedef std::vector< Portmap >::iterator yarp::manager::PortmapIterator
 
typedef std::vector< Connection > yarp::manager::CnnContainer
 
typedef std::vector< Connection >::iterator yarp::manager::CnnIterator
 
typedef std::vector< ResYarpPort > yarp::manager::ResourceContainer
 
typedef std::vector< ResYarpPort >::iterator yarp::manager::ResourceIterator
 
typedef std::vector< ModuleInterface > yarp::manager::IModuleContainer
 
typedef std::vector< ModuleInterface >::iterator yarp::manager::IModuleIterator
 
typedef std::vector< ApplicationInterface > yarp::manager::IApplicationContainer
 
typedef std::vector< ApplicationInterface >::iterator yarp::manager::IApplicationIterator
 
typedef std::vector< Application * > yarp::manager::ApplicaitonPContainer
 
typedef std::vector< Application * >::iterator yarp::manager::ApplicationPIterator