openenergysolutions / modbus-cpp

Modbus TCP master library in modern C++
https://aegis4ics.github.io/modbus-cpp/
Apache License 2.0
2 stars 0 forks source link

Openpal split #12

Closed emgre closed 6 years ago

emgre commented 6 years ago

This PR fixes the following issues:

This PR does not use openpal anymore, but two separate libraries: ser4cpp for serialization and exe4cpp for the event loop. Note that ser4cpp is a completely private dependency, meaning that end-users don't need to include it when using modbus-cpp as a precompiled library.

It has breaking change from the API perspective, namely: