David Harris
David Harris
Kevin -- Thank you for this well-written library. Kudos. Can't wait to try it out with OpenLCB/LCC - a model rail Local Control Bus. Cheers, David
Maybe readErrors() and writeErrors()?
1. Fixed. 2. Improved, but now: In file included from /Users/dpharris/openmrn/src/openlcb/TractionCvSpace.cxx:37: In file included from /Users/dpharris/openmrn/src/dcc/ProgrammingTrackBackend.hxx:41: /Users/dpharris/openmrn/src/dcc/DccOutput.hxx:189:17: error: no template named 'atomic_uint8_t' in namespace 'std'; did you mean 'atomic_init'? static...
I think I fixed this by; replacing `std::atomic_uint8_t` with: `std::atomic` at four (4) places in **src/Dcc/DccOutput.hxx** I assume that this means that OSX does not have these definitions, or perhaps...
Hi -- I did a pull before I tried today. -- BUT I wasn't in master. Checked out master, and did another pull. Now error: g++ -c -g -O0 -Wall...
Stuart -- I guess you saw the code: #elif OPENMRN_HAVE_PSELECT struct timespec timeout; timeout.tv_sec = deadline_nsec / 1000000000; timeout.tv_nsec = deadline_nsec % 1000000000; int ret = ::pselect(nfds, readfds, writefds, exceptfds,...
It has that. #include #include "openmrn_features.h" #include "utils/Atomic.hxx" #include "os/os.h" ??? Why did it compile for me before? I am stuck. David On Mon, Jul 27, 2020 at 4:03 PM...
Thanks guys. This all came about as I wanted a functional hub, since the one in JMRI appears to not work well. Any suggestions on what to use as a...
Hi Long-time no-hear. Many happy felicitations! Can you summarize? Did we lose the character-encoding? Cheers David On Dec 20, 2016 17:23, "Mikael Patel" wrote: > @dpharris The answer is now...
Thank you, that is a good introduction. Looking at the blink sketch is now helpful and understandable. Good work, cheers, David On Dec 21, 2016 01:55, "Mikael Patel" wrote: >...