Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Global struct { Mission string Author string Debug bool Echo bool Log string } Acq struct { File string } Devices map[string]Device Serials map[string]SerialPort UDP map[string]UDP }
Config is the Go representation of toml file
type SerialPort ¶
SerialPort structure for a serial port
Click to show internal directories.
Click to hide internal directories.