Skip to content

Commit 0e2d830

Browse files
committed
added design review feedback
1 parent b1ad607 commit 0e2d830

File tree

1 file changed

+13
-10
lines changed
  • FprimeZephyrReference/Components/AntennaDeployer/docs

1 file changed

+13
-10
lines changed

FprimeZephyrReference/Components/AntennaDeployer/docs/sdd.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Component that deploys the antenna, activates the burnwire, checks the distance
77
Add requirements in the chart below
88
| Name | Description | Validation |
99
|---|---|---|
10-
|AD0001|The Antenna Deployer shall have a wait period attached to the rate group to deloy antenna after quiet time following antenna deployment | Unit Testing|
11-
|AD0002|The Antenna Deployer shall attempt to redeploy the burnwire if the distance sensor senses the antenna is not deployed | Unit Testing|
12-
|AD0003|The Antenna Deployer shall attempt to deploy if the distance sensor disconnects |Unit Testing|
10+
|AD0001|The Antenna Deployer shall have a wait period attached to the rate group to deloy antenna after quiet time following satellite deployment | Unit Testing|
11+
|AD0002|The Antenna Deployer shall attempt to redeploy the burnwire if the distance sensor senses the antenna is not deployed from a port| Unit Testing|
12+
|AD0003|The Antenna Deployer shall attempt to deploy if the distance sensor provides nonsensical data |Unit Testing|
1313
|AD0004|The Antenna Deployer shall broadcast an event every time it tries to deploy | Unit Testing|
1414
|AD0005|The Antenna Deployer shall broadcast an event when it successfully deploys | Unit Testing|
15-
|AD0006|The Antenna Deployer shall carry a count of the amount of times it has tried to deploy | Unit Testing|
15+
|AD0006|The Antenna Deployer shall carry a count of the amount of times it has tried to deploy attached to the Telemetry | Unit Testing|
1616

1717

1818
## Usage Examples
@@ -28,9 +28,10 @@ And the typical usage of the component here
2828
Add a class diagram here
2929

3030
## Port Descriptions
31-
| Name | Description |
32-
|---|---|
33-
|---|---|
31+
| Name | Type | Description |
32+
|------|------| ----------- |
33+
|distVal|F32|Port gets the distance from the distance component |
34+
|startDepl|Fw::Signal|Get command to start deployment|
3435

3536
## Component States
3637
Add component states in the chart below
@@ -43,8 +44,10 @@ Add sequence diagrams here
4344

4445
## Parameters
4546
| Name | Description |
46-
|---|---|
47-
|---|---|
47+
|deployed_threshold|---|
48+
|invalid_theshold_top|---|
49+
|invalid_theshold_bottom|---|
50+
4851

4952
## Commands
5053
| Name | Description |
@@ -62,7 +65,7 @@ Add sequence diagrams here
6265

6366
## Telemetry
6467
| Name | Description |
65-
|---|---|
68+
|DeployCount|Reports the amount of time the antenna has tried to deploy|
6669
|---|---|
6770

6871
## Unit Tests

0 commit comments

Comments
 (0)