Justin A. Irwin
Justin A. Irwin
Resolves several issues with custom IDL interfaces and C++ ports: * Nested structs are resolved (previously caused `redhawk-codegen` to crash). * Correct determination of fixed-length vs. variable length structs in...
Generated C++ devices have an `updateUsageState()` method that is meant to be called after an allocation or deallocation. The default `Device_impl::updateUsageState()` is not declared as `virtual` ([Device_impl.h#149](https://github.com/RedhawkSDR/core-framework/blob/develop-2.2/redhawk/src/base/include/ossie/Device_impl.h#L149)), so `allocateCapacity()` and...
The `ossie::corba::erase()` function in `redhawk/src/base/include/ossie/CorbaSequence.h` has an extra template parameter that breaks type deduction. In order to invoke the function, the caller must explicilty specify both template parameters (the second...