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

Go to the source code of this file.

Classes

class  yarp::manager::Author
 
class  yarp::manager::Argument
 Class Argument. More...
 
class  yarp::manager::Module
 Class Module. More...
 

Namespaces

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

Macros

#define PRINT_MODULE(m)
 

Typedefs

typedef std::vector< InputDatayarp::manager::InputContainer
 
typedef std::vector< OutputDatayarp::manager::OutputContainer
 
typedef std::vector< InputData >::iterator yarp::manager::InputIterator
 
typedef std::vector< OutputData >::iterator yarp::manager::OutputIterator
 
typedef std::vector< Authoryarp::manager::AuthorContainer
 
typedef std::vector< Author >::iterator yarp::manager::AuthorIterator
 
typedef std::vector< Argumentyarp::manager::ArgumentContainer
 
typedef std::vector< Argument >::iterator yarp::manager::ArgumentIterator
 
typedef std::vector< Module * > yarp::manager::ModulePContainer
 
typedef std::vector< Module * >::iterator yarp::manager::ModulePIterator
 

Macro Definition Documentation

◆ PRINT_MODULE

#define PRINT_MODULE (   m)

Definition at line 234 of file module.h.