$darkmode
cloe::ControllerConf Struct Reference

#include <stack.hpp>

Inheritance diagram for cloe::ControllerConf:
Collaboration diagram for cloe::ControllerConf:

Public Member Functions

 ControllerConf (const std::string &b, std::shared_ptr< ControllerFactory > f)
 
 CONFABLE_SCHEMA (ControllerConf)
 
- Public Member Functions inherited from fable::Confable
 Confable (const Confable &) noexcept
 
 Confable (Confable &&) noexcept=default
 
Confableoperator= (const Confable &other) noexcept
 
Confableoperator= (Confable &&other) noexcept
 
virtual void reset_schema ()
 
Schemaschema ()
 
const Schemaschema () const
 
virtual void validate_or_throw (const Conf &c) const
 
virtual bool validate (const Conf &c, std::optional< SchemaError > &err) const
 
virtual void from_conf (const Conf &c)
 
virtual void to_json (Json &j) const
 
Json to_json () const
 

Public Attributes

const std::string binding
 
std::optional< std::string > name
 
std::string vehicle
 
std::shared_ptr< ControllerFactoryfactory
 
Conf args
 

Additional Inherited Members

- Protected Member Functions inherited from fable::Confable
virtual Schema schema_impl ()
 

Detailed Description

ControllerConf contains the configuration for a specific controller.


The documentation for this struct was generated from the following file: