diff --git a/compiler/lib/src/main/scala/codegen/CppWriter/CppWriterState.scala b/compiler/lib/src/main/scala/codegen/CppWriter/CppWriterState.scala index 93d5d39a9..d1d7fd3ce 100644 --- a/compiler/lib/src/main/scala/codegen/CppWriter/CppWriterState.scala +++ b/compiler/lib/src/main/scala/codegen/CppWriter/CppWriterState.scala @@ -201,6 +201,7 @@ object CppWriterState { "FwTimeBaseStoreType" -> zero, "FwTimeContextStoreType" -> zero, "FwTlmPacketizeIdType" -> zero, + "FwTraceIdType" -> zero, ) } diff --git a/docs/fpp-spec.html b/docs/fpp-spec.html index 299cde40b..eaf573c4b 100644 --- a/docs/fpp-spec.html +++ b/docs/fpp-spec.html @@ -10527,7 +10527,7 @@

22.4. Translation Tools

diff --git a/docs/fpp-users-guide.html b/docs/fpp-users-guide.html index de14e741a..66aeaef57 100644 --- a/docs/fpp-users-guide.html +++ b/docs/fpp-users-guide.html @@ -12207,7 +12207,8 @@

15.1. I type FwSizeType type FwTimeBaseStoreType type FwTimeContextStoreType -type FwTlmPacketizeIdType +type FwTlmPacketizeIdType +type FwTraceIdType
@@ -12604,7 +12605,7 @@

diff --git a/docs/users-guide/Writing-C-Plus-Plus-Implementations.adoc b/docs/users-guide/Writing-C-Plus-Plus-Implementations.adoc index d59a2ad22..1f32de3b6 100644 --- a/docs/users-guide/Writing-C-Plus-Plus-Implementations.adoc +++ b/docs/users-guide/Writing-C-Plus-Plus-Implementations.adoc @@ -165,6 +165,7 @@ type FwSizeType type FwTimeBaseStoreType type FwTimeContextStoreType type FwTlmPacketizeIdType +type FwTraceIdType ---- Each of these types is an alias for a {cpp} integer type, and each