-
In past usage, the external code allocated space for the CCSDS header in the output messages, but expected the ECI to manage the header (which is generally out-of-scope for the external code). This wa…
-
AIT can fail to gracefully handle empty configuration dictionary files. Adding some checks to make this more robust would be valuable even though it's unlikely most users will run into issues here.
…
-
When a transport uses an `InputStream` (ie a `Socket`) we have to ensure a full decoding is done before trying to read a new/next message. If not, we can fall into a case were message is not yet fully…
-
Given the timeprovider example:
`let timestamp_now = TimeProvider::from_now_with_u16_days().unwrap();`
One could extend the interface of ::from_now_with_u16/24_days() with an optional argument t…
-
The BIT_ORDER defines in src/os/inc/common_types.h are marked as temporary and should be easily removed to check compatibility. Check for use in cFS framework.
-
*Enhancement*
Hi Robin,
Is there currently any way to implement multiple indexes being records of the same complex type?
Since the *.c and *.h files will have a structure defined for each …
-
Primarily provide serial example, but maybe provide hints for FFI as well.
-
When trying to shutdown the application, a ConcurrentModificationException was thrown and the application did not exit (see log below)
```
kwi 15, 2019 12:40:18 AM esa.mo.mal.transport.tcpip.TCPIP…
-
HARP conventions are being used more and more not only for in-memory representation, but also to archive data. Data storage encoding/decoding optimization techniques are however not meant to be includ…
-
When version 3.9 is published, libaec dll is not present in windows environements. On the contrary, in Linux runtime environments libace.so is present and working propertly.
**To reproduce:**
Try …