blob: 127b26a7c218f1a6be1b5a7000c7a46e6bbd6b23 [file] [edit]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
component Sender {
include "socket.h";
control;
dataport socket_t sock;
emits Init init;
}