Skip to content

Commit 06fa9ff

Browse files
authored
Remove bufferAllocate and bufferDeallocate ports
Removed buffer allocation and deallocation ports from FprimeRouter.
1 parent d619407 commit 06fa9ff

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Svc/FprimeRouter/FprimeRouter.fpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ module Svc {
1717
@ components should either process data synchronously, or copy the data if needed
1818
output port unknownDataOut: Svc.ComDataWithContext
1919

20-
@ Port for allocating buffers
21-
output port bufferAllocate: Fw.BufferGet
22-
23-
@ Port for deallocating buffers
24-
output port bufferDeallocate: Fw.BufferSend
25-
2620
@ An error occurred while serializing a com buffer
2721
event SerializationError(
2822
status: U32 @< The status of the operation

0 commit comments

Comments
 (0)