Skip to content

Commit

Permalink
Revise types in generated C++ code (#2668)
Browse files Browse the repository at this point in the history
* Revise built-in FPP types

* Update FPP version

* Pull in DpManager from data-products

* Update fpp version
  • Loading branch information
bocchino authored Apr 10, 2024
1 parent fab3b9f commit 119d210
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion config/FpConfig.fpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
type FwBuffSizeType
type FwChanIdType
type FwDpIdType
type FwDpPriorityType
Expand All @@ -8,6 +7,8 @@ type FwIndexType
type FwOpcodeType
type FwPacketDescriptorType
type FwPrmIdType
type FwSignedSizeType
type FwSizeStoreType
type FwSizeType
type FwTimeBaseStoreType
type FwTimeContextStoreType
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ fprime-fpl-convert-xml==1.0.3
fprime-fpl-extract-xml==1.0.3
fprime-fpl-layout==1.0.3
fprime-fpl-write-pic==1.0.3
fprime-fpp-check==2.1.0a5
fprime-fpp-depend==2.1.0a5
fprime-fpp-filenames==2.1.0a5
fprime-fpp-format==2.1.0a5
fprime-fpp-from-xml==2.1.0a5
fprime-fpp-locate-defs==2.1.0a5
fprime-fpp-locate-uses==2.1.0a5
fprime-fpp-syntax==2.1.0a5
fprime-fpp-to-cpp==2.1.0a5
fprime-fpp-to-json==2.1.0a5
fprime-fpp-to-xml==2.1.0a5
fprime-fpp-check==2.1.0a6
fprime-fpp-depend==2.1.0a6
fprime-fpp-filenames==2.1.0a6
fprime-fpp-format==2.1.0a6
fprime-fpp-from-xml==2.1.0a6
fprime-fpp-locate-defs==2.1.0a6
fprime-fpp-locate-uses==2.1.0a6
fprime-fpp-syntax==2.1.0a6
fprime-fpp-to-cpp==2.1.0a6
fprime-fpp-to-json==2.1.0a6
fprime-fpp-to-xml==2.1.0a6
fprime-gds==3.4.3
fprime-tools==3.4.4
fprime-visual==1.0.2
Expand Down

0 comments on commit 119d210

Please sign in to comment.