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
| framing | Selection | Implement a framer/deframer pair to handle serialized data |[FramerDeframer](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/common/communication/framing.py#L24)|
41
41
| communication | Selection | Implement a communication adapter for flight software communication |[BaseAdapter](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/common/communication/adapters/base.py#L16)|
42
-
| gds-app | Functionality | Implement a new GDS application isolated to a separate process |[GdsApp](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/executables/apps.py#L76)|
42
+
| gds-app | Functionality | Implement a new GDS application isolated to a separate process |[GdsApp](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/executables/apps.py#L88)|
43
43
| gds-function | Functionality | (Advanced) Implement new GDS functionality with control over the process |[GdsFunction](https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/executables/apps.py#L40)|
44
44
45
45
@@ -425,4 +425,4 @@ A tutorial on python packaging including building wheels and uploading them to P
425
425
## Conclusion
426
426
427
427
This guide has covered how to develop GDS plugins, their design, and selection vs functionality plugins. You should now
428
-
be capable of writing plugins and handling arguments.
428
+
be capable of writing plugins and handling arguments.
0 commit comments