Struct CAppConfigFile::SComponent#

Nested Relationships#

This struct is a nested type of Class CAppConfigFile.

Struct Documentation#

struct SComponent

**

Component structure

Public Members

std::filesystem::path pathModule

Optional component module path. Only used in standalone applications.

std::string ssClassName

Class name of the component.

std::string ssInstanceName

Optional instance name. If not provided, will be identical to the class name.

std::string ssParameterTOML

Parameter configuration (excluding [Parameters]-group).