fprime/Drv/TcpClient/TcpClient.fpp
Andrei Tumbar 5723115f5e
Add FPP Interfaces (#3709)
* Interfaces

* Point to new fpp alpha release

* Fix the fprime-gds version

* Update for framer/deframer work

* Fix cmake tests

* Clean up annotations

* Clean up final fpp
2025-06-24 09:08:44 -07:00

14 lines
263 B
Fortran

module Drv {
passive component TcpClient {
import ByteStreamDriver
@ Allocation for received data
output port allocate: Fw.BufferGet
@ Deallocation of allocated buffers
output port deallocate: Fw.BufferSend
}
}