cblauvelt

Results 5 issues of cblauvelt

I'm attempting to run a variation of your example program and I cannot seem to get it to run without crashing. I am running the program below: ``` #include #include...

The state machine does not seem to execute actions when sml::back::process() is called in a separate thread. Example is below. ``` #include #include #include #include #include using namespace std; #include...

Having the second input to Client.WriteSingleCoil be a boolean instead of a uint16 that requires either 0xFF00 or 0x0000 seems more intuitive. What would you think of this change?

question

I have created a conanfile.py file that allows a user to simply "conan create ." to build this lib. Would you consider a PR to include this capability?

I had to make some changes to CMakelists.txt add some include directives in a few files to get this to compile under GCC10. Would you take a PR? If so,...