@@ -12,19 +12,19 @@ Prior to taking a picture, the payload power loadswitch must be activated. Then
1212
1313## Port Descriptions
1414| Name | Description |
15- | commandOut| Command to forward to the PayloadCom component|
16- | dataIn| Data received from the PayloadCom component|
15+ | commandOut | Command to forward to the PayloadCom component |
16+ | dataIn | Data received from the PayloadCom component |
1717
1818## Component States
1919Add component states in the chart below
2020| Name | Description |
21- | m_receiving| True when the camera is currently receiving image data|
21+ | m_receiving | True when the camera is currently receiving image data |
2222
2323## Commands
2424| Name | Description |
25- | PING| Send a ping to the camera - wait for a response|
26- | TAKE_IMAGE| Send "snap" command to the payload com component|
27- | SEND_COMMAND| Send a user-specified command to the payload com component|
25+ | PING | Send a ping to the camera - wait for a response |
26+ | TAKE_IMAGE | Send "snap" command to the payload com component |
27+ | SEND_COMMAND | Send a user-specified command to the payload com component |
2828
2929## Events
3030| Name | Description |
@@ -45,10 +45,10 @@ Add unit test descriptions in the chart below
4545## Requirements
4646Add requirements in the chart below
4747| Name | Description | Validation |
48- | CameraHandler-001| The CameraHandler has a command to take an image. | Manual Test|
49- | CameraHandler-002| The CameraHandler has a command to "ping" the camera. | Manual Test|
50- | CameraHandler-003| The Camera Handler forwards the commands to the PayloadCom Component.| Manual Test|
51- | CameraHandler-004| The Camera Handler receives all image data bytes and saves them to a new file.| Manual Test|
48+ | CameraHandler-001 | The CameraHandler has a command to take an image. | Manual Test |
49+ | CameraHandler-002 | The CameraHandler has a command to "ping" the camera. | Manual Test |
50+ | CameraHandler-003 | The Camera Handler forwards the commands to the PayloadCom Component. | Manual Test |
51+ | CameraHandler-004 | The Camera Handler receives all image data bytes and saves them to a new file. | Manual Test |
5252
5353## Change Log
5454| Date | Description |
0 commit comments