Ember
Loading...
Searching...
No Matches
EmberCore::ParserConfig::ClassificationConfig Struct Reference

#include <ParserConfig.h>

Public Attributes

ClassificationStrategy strategy = ClassificationStrategy::BY_ELEMENT_NAME
std::vector< Stringcontrol_types
std::vector< Stringdecorator_types
std::vector< Stringaction_types
std::vector< Stringcondition_types
UnknownTypeBehavior unknown_behavior = UnknownTypeBehavior::ERROR
String type_attribute_name = "type"

Detailed Description

Definition at line 99 of file ParserConfig.h.

Member Data Documentation

◆ action_types

std::vector<String> EmberCore::ParserConfig::ClassificationConfig::action_types

Definition at line 105 of file ParserConfig.h.

◆ condition_types

std::vector<String> EmberCore::ParserConfig::ClassificationConfig::condition_types

Definition at line 106 of file ParserConfig.h.

◆ control_types

std::vector<String> EmberCore::ParserConfig::ClassificationConfig::control_types
Initial value:
= {"Sequence", "Selector", "Parallel",
"ReactiveSequence", "IfThenElse", "RepeatAtOnce"}

Definition at line 101 of file ParserConfig.h.

◆ decorator_types

std::vector<String> EmberCore::ParserConfig::ClassificationConfig::decorator_types
Initial value:
= {"ForceSuccess", "ForceFailure", "Inverter",
"Delay", "RepeatUntilSuccess", "Repeat"}

Definition at line 103 of file ParserConfig.h.

◆ strategy

ClassificationStrategy EmberCore::ParserConfig::ClassificationConfig::strategy = ClassificationStrategy::BY_ELEMENT_NAME

Definition at line 100 of file ParserConfig.h.

◆ type_attribute_name

String EmberCore::ParserConfig::ClassificationConfig::type_attribute_name = "type"

Definition at line 108 of file ParserConfig.h.

◆ unknown_behavior

UnknownTypeBehavior EmberCore::ParserConfig::ClassificationConfig::unknown_behavior = UnknownTypeBehavior::ERROR

Definition at line 107 of file ParserConfig.h.


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