Skip to content

Commit

Permalink
Merge pull request #517 from nasa/FP-2784_fpp_changes
Browse files Browse the repository at this point in the history
FP-2784: Add trace id to fpp
  • Loading branch information
Shivaly-Reddy authored Oct 2, 2024
2 parents 446b30b + ebc9de7 commit e4e137f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ object CppWriterState {
"FwTimeBaseStoreType" -> zero,
"FwTimeContextStoreType" -> zero,
"FwTlmPacketizeIdType" -> zero,
"FwTraceIdType" -> zero,
)

}
2 changes: 1 addition & 1 deletion docs/fpp-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -10527,7 +10527,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">22.4. Translation Tools</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 11:11:54 -0700
Last updated 2024-10-02 15:33:46 -0700
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
5 changes: 3 additions & 2 deletions docs/fpp-users-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -12207,7 +12207,8 @@ <h3 id="Writing-C-Plus-Plus-Implementations_Implementing-Abstract-Types">15.1. I
type FwSizeType
type FwTimeBaseStoreType
type FwTimeContextStoreType
type FwTlmPacketizeIdType</pre>
type FwTlmPacketizeIdType
type FwTraceIdType</pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -12604,7 +12605,7 @@ <h4 id="Writing-C-Plus-Plus-Implementations_Implementing-Deployments_Public-Symb
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 11:12:34 -0700
Last updated 2024-10-02 15:34:21 -0700
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
1 change: 1 addition & 0 deletions docs/users-guide/Writing-C-Plus-Plus-Implementations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4e137f

Please sign in to comment.