view src/cs/services/vibr/vibr_func_i.h @ 299:91e61d00a6b5

add AT@BUZ and AT@BZSTOP commands for testing BUZM SWE
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Mar 2022 04:41:25 +0000
parents e17bdedfbf2b
children
line wrap: on
line source

/*
 * 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 */