#ifndef PLSR_MODBUS_DATA_H #define PLSR_MODBUS_DATA_H #include "plsr_job.h" #ifdef __cplusplus extern "C" { #endif /* Build a PLSR data source backed by the Modbus register store. D, HD and FD * are separate logical spaces; standard Modbus holding registers expose D. */ void PlsrModbusDataSourceInit(PLSR_DATA_SOURCE *source); #ifdef __cplusplus } #endif #endif /* PLSR_MODBUS_DATA_H */