Expand description

Config utilities for loading and storing settings from/to YAML file.

The config.yaml has sections specific for device connection and processing and for IoT connection and processing. These sections correspond to the DeviceConfigand IoTConfig.

Structs

Config defines structure and function for storing and accessing configuration in YAML file

DeviceConfig defines structure for device specific parameters

IoTConfig defines structure for IoT specific parameters and cloud connectivity

Enums

IoT registration status

Constants

Statics

CONFIG_LOCATION is initialized path to the config directory

Functions