Implemented new datasources (modbus,scpi)
This commit is contained in:
@@ -7,6 +7,9 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
|
||||
"github.com/uopi/uopi/internal/datasource/modbus"
|
||||
"github.com/uopi/uopi/internal/datasource/scpi"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
@@ -194,6 +197,8 @@ type DatasourceConfig struct {
|
||||
EPICS EPICSConfig `toml:"epics"`
|
||||
PVA PVAConfig `toml:"pva"`
|
||||
Synthetic SyntheticConfig `toml:"synthetic"`
|
||||
Modbus modbus.Config `toml:"modbus"`
|
||||
SCPI scpi.Config `toml:"scpi"`
|
||||
}
|
||||
|
||||
type StubConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user