/* * This is a part of PolyORB-HI-C distribution, a minimal * middleware written for generated code from AADL models. * You should use it with the Ocarina toolsuite. * * For more informations, please visit http://assert-project.net/taste * * Copyright (C) 2010-2012 ESA & ISAE. */ #include #ifndef __PO_HI_DRIVER_EXARM_H__ #define __PO_HI_DRIVER_EXARM_H__ #include #include /* Files from PolyORB-HI-C */ int __po_hi_driver_exarm_send (__po_hi_task_id task, __po_hi_port_t port); /* * Send data through the sending socket */ void __po_hi_driver_exarm_init (__po_hi_device_id id); #endif