#include <Config.h>
Public Types | |
| enum | { IPARAM_NOT_SET = -1 } |
| typedef int32_t | _learning_type |
| typedef boost::shared_ptr < ::motld::Config_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::motld::Config_ < ContainerAllocator > > | Ptr |
| typedef Config_ < ContainerAllocator > | Type |
Public Member Functions | |
| Config_ () | |
| Config_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| int32_t | learning |
Static Public Attributes | |
| static const double | FPARAM_NOT_SET = -1.0 |
| typedef int32_t motld::Config_< ContainerAllocator >::_learning_type |
| typedef boost::shared_ptr< ::motld::Config_<ContainerAllocator> const> motld::Config_< ContainerAllocator >::ConstPtr |
| typedef boost::shared_ptr< ::motld::Config_<ContainerAllocator> > motld::Config_< ContainerAllocator >::Ptr |
| typedef Config_<ContainerAllocator> motld::Config_< ContainerAllocator >::Type |
| anonymous enum |
| motld::Config_< ContainerAllocator >::Config_ | ( | ) | [inline] |
| motld::Config_< ContainerAllocator >::Config_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
| boost::shared_ptr<std::map<std::string, std::string> > motld::Config_< ContainerAllocator >::__connection_header |
const double motld::Config_< ContainerAllocator >::FPARAM_NOT_SET = -1.0 [static] |
| int32_t motld::Config_< ContainerAllocator >::learning |