You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FprimeZephyrReference/Components/AntennaDeployer/docs/sdd.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ Component that deploys the antenna, activates the burnwire, checks the distance
7
7
Add requirements in the chart below
8
8
| Name | Description | Validation |
9
9
|---|---|---|
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|
13
13
|AD0004|The Antenna Deployer shall broadcast an event every time it tries to deploy | Unit Testing|
14
14
|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|
16
16
17
17
18
18
## Usage Examples
@@ -28,9 +28,10 @@ And the typical usage of the component here
28
28
Add a class diagram here
29
29
30
30
## 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|
34
35
35
36
## Component States
36
37
Add component states in the chart below
@@ -43,8 +44,10 @@ Add sequence diagrams here
43
44
44
45
## Parameters
45
46
| Name | Description |
46
-
|---|---|
47
-
|---|---|
47
+
|deployed_threshold|---|
48
+
|invalid_theshold_top|---|
49
+
|invalid_theshold_bottom|---|
50
+
48
51
49
52
## Commands
50
53
| Name | Description |
@@ -62,7 +65,7 @@ Add sequence diagrams here
62
65
63
66
## Telemetry
64
67
| Name | Description |
65
-
|---|---|
68
+
|DeployCount|Reports the amount of time the antenna has tried to deploy|
0 commit comments