#include <argos3/core/utility/configuration/base_configurable_resource.h>
#include <argos3/core/utility/configuration/argos_configuration.h>
#include <argos3/core/utility/datatypes/datatypes.h>
#include <argos3/core/utility/plugins/factory.h>
Go to the source code of this file.
 | 
|    | argos | 
|   | The namespace containing all the ARGoS related code. 
  | 
|   | 
 | 
| #define  | REGISTER_MEDIUM(CLASSNAME, LABEL, AUTHOR, VERSION, BRIEF_DESCRIPTION, LONG_DESCRIPTION, STATUS) | 
|   | 
      
        
          | #define REGISTER_MEDIUM | 
          ( | 
            | 
          CLASSNAME,  | 
        
        
           | 
           | 
            | 
          LABEL,  | 
        
        
           | 
           | 
            | 
          AUTHOR,  | 
        
        
           | 
           | 
            | 
          VERSION,  | 
        
        
           | 
           | 
            | 
          BRIEF_DESCRIPTION,  | 
        
        
           | 
           | 
            | 
          LONG_DESCRIPTION,  | 
        
        
           | 
           | 
            | 
          STATUS  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
                   CLASSNAME,                       \
                   LABEL,                           \
                   AUTHOR,                          \
                   VERSION,                         \
                   BRIEF_DESCRIPTION,               \
                   LONG_DESCRIPTION,                \
                   STATUS)
#define REGISTER_SYMBOL(BASECLASS,CLASSNAME,LABEL,AUTHOR,VERSION,BRIEF_DESCRIPTION,LONG_DESCRIPTION,STATUS)
Macro to register a symbol into the factory. 
 
 
Definition at line 108 of file medium.h.