Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Svc::ComInterface from Svc::ComStub #2257

Open
LeStarch opened this issue Aug 24, 2023 · 0 comments
Open

Create Svc::ComInterface from Svc::ComStub #2257

LeStarch opened this issue Aug 24, 2023 · 0 comments

Comments

@LeStarch
Copy link
Collaborator

LeStarch commented Aug 24, 2023

F´ Version
Affected Component

Feature Description

Make an interface out of the ComStub protocol. See #2255 for an example interface change set.

The following three ports should be pulled out of Svc::ComStub into Svc/Interfaces/ComInterface.fppi such that implementers of the Com pattern may quickly implement new Com drop-ins.

@ Data coming in from the framing component
sync input port comDataIn: Drv.ByteStreamSend
@ Status of the last radio transmission
output port comStatus: Fw.SuccessCondition
@ Com data passing back out
output port comDataOut: Drv.ByteStreamRecv

@LeStarch LeStarch changed the title Svc::ComStub Create Svc::ComInterface from Svc::ComStub Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant