diff src/cs/services/vibr/vibr_func_i.h @ 294:e17bdedfbf2b

VIBR SWE initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 08:46:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cs/services/vibr/vibr_func_i.h	Sun Mar 27 08:46:10 2022 +0000
@@ -0,0 +1,15 @@
+/*
+ * Declarations of internal functions live here.
+ */
+
+#ifndef __VIBR_FUNC_I
+#define __VIBR_FUNC_I
+
+#include "vibr/vibr_messages_i.h"
+
+void vibr_process_message(T_RV_HDR *msg_ptr);
+void vibr_process_start_req(struct vibr_start_msg *msg);
+void vibr_process_stop_req(struct vibr_stop_msg *msg);
+void vibr_handle_timer(void);
+
+#endif	/* include guard */