Skip to content

Commit

Permalink
Revise data products design
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed May 21, 2024
1 parent bb28832 commit 5228237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Design/data-products.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 1. Introduction

A **data product** is any data that is produced by an embedded
system, stored on board the system, and sent to the ground,
system, stored on board the system, and transmitted to the ground,
typically in priority order.
F' provides several features for managing the generation, storage,
and downlink of data products.
Expand Down Expand Up @@ -212,7 +212,7 @@ the following API elements:
1. Enumerations defining the available container IDs, container
priorities, and record IDs.

1. A member class `DpContainer`. This class is derived from
1. A member class _C_ `::DpContainer`. This class is derived from
[`Fw::DpContainer`](../../Fw/Dp/docs/sdd.md) and represents a container
specialized to the data products defined in _C_.
Each instance of _C_ `::DpContainer` is a wrapper for an `Fw::Buffer` _B_,
Expand Down

0 comments on commit 5228237

Please sign in to comment.