Thomas Goodwin

Results 19 issues of Thomas Goodwin

When a BULKIO stream has multiple stream IDs, the falling raster seems to arbitrarily pick a stream to plot even when from the settings panel, you select a specific signal...

I'm using the RTTR commit `7edbd58` as my reference on Windows, using MSVC's cl as my compiler (2022). I have a pair of libraries, let's call them library A and...

It's unclear what is the best, most stable potential starting point for compiling the library. For example: 1. The `master` branch readme says to use the `m104_release` branch. 2. The...

I've searched for days for a working example of how someone has used this library to work with protocol buffers in TypeScript and have come up with nothing. The example...

get_props() doesn't exist in the 2.0 parsers. get_simple() provides the desired effect.

Upon shutdown of the programmable device with at least one associated persona device, a signal 11 is produced because of a bad clean-up. The class destructor code actually does nothing...

https://github.com/RedhawkSDR/core-framework/blob/07031bbd1c62c40cdbca6198c6f093f1ee0729bb/redhawk/src/base/framework/python/ossie/utils/bulkio/bulkio_helpers.py#L121 **Use case:** A user is manipulating data using `numpy` complex floats, and uses this function to convert it to a format compatible with BULKIO. **Method of failure:** Because the...

When using the `ResourcePackage` with the default SCD, SPD, and PRF templates, and then calling `resourcepackage.writeXML()` to generate base XML files, the default templates in `redhawk.packagegen.templates` are not used. Instead...

Current behavior: the creation of the layer (e.g., `overlay_pipe`) establishes the z-order of the layer when drawing each layer. What we would like to do is re-order layers in the...

enhancement