25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #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 shared PLC data store. D/HD/FD and
- * X/M/HM are separate logical spaces; standard Modbus holding registers expose
- * D and standard Modbus coils expose M. */
- void PlsrModbusDataSourceInit(PLSR_DATA_SOURCE *source);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* PLSR_MODBUS_DATA_H */
|