3 Commits

Author SHA1 Message Date
Rob Bocchino
c02f35145e
Remove FPP dependencies on native int types (#2548)
* Remove FPP dependencies on native int types

* Revise FpConfig

* Fix errors in FpConfig

* Revise types

Add size type alias to Serializable
Remove type aliases for generated code
2024-03-04 19:34:23 -08:00
Rob Bocchino
f10c96a049
Revise Linux platform types (#1803)
* Revise Linux platform types

* Fix regression in test autocoder

TimeBaseStoreType is not the same as TimeBase

* Revise test autocoder

Cast to the TimeBaseStore type with a known size

* Revise test autocoder

Remove unnecessary const casting

* Fix integer type mismatch in ComQueue
2022-12-08 10:44:34 -08:00
M Starch
bba76691f2
lestarch: adding Svc::ComQueue component (#1741)
* lestarch: initial com queue work

Co-authored-by: pelmini <37095187+pelmini@users.noreply.github.com>

* lestarch: fix Fw::Buffer ownership for retries

* lestarch: adding com queue buffer handling fix

* lestarch: fixing com queue unit test

* lestarch: adding this-> to prefix member variables

* lestarch: fixing CI flagged items

* lestarch: fixing review comments

* lestarch: cleaning up SDD adding diagrams

* lestarch: renaming m_retryBuffer and formatting

* lestarch: update state machine diagram including retry buffers

* lestarch: sp

* lestarch: removing retries from com queue

* Update component diagram

* Fix typo in ComQueue SDD

Co-authored-by: pelmini <37095187+pelmini@users.noreply.github.com>
Co-authored-by: bocchino <bocchino@jpl.nasa.gov>
2022-11-03 17:36:10 -07:00