Skip to content

Conversation

@tylerkron
Copy link
Contributor

also refactored IMessage into something that makes more sense for inbound and outbound messaging.

closes #11

- Introduced `DaqifiOutMessage` for handling device output data using Google Protobuf.
- Added `IInboundMessage<T>` and `IOutboundMessage<T>` interfaces for better message structure.
- Updated `ScpiMessage` to implement `IOutboundMessage<string>`, enhancing command handling.
- Refactored `ScpiMessageProducer` to return `IOutboundMessage<string>` instead of the previous `IMessage`.
- Included `Google.Protobuf` package reference in the project file.
@tylerkron tylerkron requested a review from a team as a code owner April 26, 2025 04:45
@tylerkron tylerkron merged commit 0298f28 into main Apr 26, 2025
1 check passed
@tylerkron tylerkron deleted the protobuf-message branch April 26, 2025 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move ProtobufMessage

2 participants