]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Added ServicePort.c containing all operations in AliveSupervision.
authorjohn <devnull@localhost>
Wed, 18 Apr 2012 11:30:46 +0000 (13:30 +0200)
committerjohn <devnull@localhost>
Wed, 18 Apr 2012 11:30:46 +0000 (13:30 +0200)
system/WdgM/WdgM_ServicePort.c [new file with mode: 0644]

diff --git a/system/WdgM/WdgM_ServicePort.c b/system/WdgM/WdgM_ServicePort.c
new file mode 100644 (file)
index 0000000..95981c3
--- /dev/null
@@ -0,0 +1,28 @@
+/* -------------------------------- Arctic Core ------------------------------\r
+ * Arctic Core - the open source AUTOSAR platform http://arccore.com\r
+ *\r
+ * Copyright (C) 2009  ArcCore AB <contact@arccore.com>\r
+ *\r
+ * This source code is free software; you can redistribute it and/or modify it\r
+ * under the terms of the GNU General Public License version 2 as published by the\r
+ * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
+ * for more details.\r
+ * -------------------------------- Arctic Core ------------------------------*/\r
+\r
+#include "WdgM.h"\r
+\r
+Std_ReturnType WdgM_AliveSupervision_ActivateAliveSupervision(WdgM_SupervisedEntityIdType SEid) {\r
+       return WdgM_ActivateAliveSupervision(SEid);\r
+}\r
+\r
+Std_ReturnType WdgM_AliveSupervision_DeactiveateAliveSupervision(WdgM_SupervisedEntityIdType SEid) {\r
+       return WdgM_DeactivateAliveSupervision(SEid);\r
+}\r
+\r
+Std_ReturnType WdgM_AliveSupervision_UpdateAliveCounter(WdgM_SupervisedEntityIdType SEid) {\r
+       return WdgM_UpdateAliveCounter(SEid);\r
+}\r