Daniel Austin
Daniel Austin
The source for the `lookupSymbol`internal function makes certain assumptions about the naming convention of symbols in the module .o file. However, my symbols don't match this convention (I don't know...
Added a loadSymbol function to specify the symbol name directly instead of building the symbol name with module, package, encode/decode, etc.
I'm trying to use c2hsc to generate bindings for the chromium embedded framework. The recommended way to use the library is as a binary distribution with associated header files. These...
Hi, Eric. I'm interested in using boost proto for an EDSL. This [youtube video](https://www.youtube.com/watch?v=JF6YM0XzHnE) of you describing proto-0x mentions to not bother with declaring "result_type" and some other boilerplate because...
I added some functions and types for generating a config file. Below is the sample output from the a new writeTest: ``` # This is a test comment # And...
Hi. Thanks for this awesome library. Having a map loader with a built-in quad tree is really convenient. It would be nice to have more control over the quad's elements,...
I want to build and install Redhawk and all supporting libraries entirely from source, meaning without any yum install commands. Is this feasible? Is the standalone redhawk EPEL RPM available...
Hi. I am attempting to use your library to control an AD9833 board module. I can see the default ~1000Hz sine wave on my scope. I am trying to generate...
Hi. I am experiencing a bug when accessing a particular signal node in our tree. It was discovered when using jScope to attempt to plot a particular signal, but trying...
There are multiple conflicting sources of information describing the available scheduling capabilities as of Jan 2022 (see example image snips below). I'm interested in knowing what scheduling types are actually...