YARP
Yet Another Robot Platform
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

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

Macros

#define PRINT_MODULE(m)
 

Typedefs

typedef std::vector< InputData > yarp::manager::InputContainer
 
typedef std::vector< OutputData > yarp::manager::OutputContainer
 
typedef std::vector< InputData >::iterator yarp::manager::InputIterator
 
typedef std::vector< OutputData >::iterator yarp::manager::OutputIterator
 
typedef std::vector< Author > yarp::manager::AuthorContainer
 
typedef std::vector< Author >::iterator yarp::manager::AuthorIterator
 
typedef std::vector< Argument > yarp::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 238 of file module.h.