25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

19 satır
395 B

  1. #ifndef PLSR_MODBUS_DATA_H
  2. #define PLSR_MODBUS_DATA_H
  3. #include "plsr_job.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. /* Build a PLSR data source backed by the Modbus register store. D, HD and FD
  8. * are separate logical spaces; standard Modbus holding registers expose D. */
  9. void PlsrModbusDataSourceInit(PLSR_DATA_SOURCE *source);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* PLSR_MODBUS_DATA_H */