Skip to main content

Module store

Module store 

Source
Expand description

Data store abstraction for the four Modbus data tables, plus optional file-record, FIFO-queue, and serial-line-diagnostic capabilities.

Modules§

memory
In-memory data store backed by flat arrays with RwLock protection.

Structs§

CommEventLog
Snapshot of the communications event log returned by Get Comm Event Log (FC 0x0C, Spec V1.1b3 §6.10).
CommEventLogMeta
Fixed fields returned with a Get Comm Event Log response (FC 0x0C).

Traits§

DataStore
Async trait abstracting the four Modbus data tables (Spec V1.1b3 §4.3).