PhoenixSwarm  3.5.0
Library to ease communication between daemons
Loading...
Searching...
No Matches
ConfigFormat Namespace Reference

Enumerations

enum  ConfigFormat { JSON = 0 , TOML = 1 , YAML = 2 }
 Type of the Message which can be exchanged by Daemon. More...
 

Enumeration Type Documentation

◆ ConfigFormat

Type of the Message which can be exchanged by Daemon.

Enumerator
JSON 
TOML 
YAML 

Definition at line 18 of file daemon_load_config.h.

18 {
19 JSON = 0,
20 TOML = 1,
21 YAML = 2,
22 };