HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
hipcsvs_led.h
Go to the documentation of this file.
1 #ifndef HIPCSVS_LED_H
2 #define HIPCSVS_LED_H
3 
4 #include <hipc/usoc.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10  extern void hipcMain(struct HIPC_usoc *const so_p);
11  extern void hipcsvsLedInit(void);
12  extern void hipcsvsLedUpdate(struct STRUprm *prm_p);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 #endif
void hipcMain(struct HIPC_usoc *const so_p)
Definition: server.c:68
Definition: usoc.h:4
void hipcsvsLedInit(void)
Definition: hipcsvs_led.c:13
void hipcsvsLedUpdate(struct STRUprm *prm_p)
Definition: server.c:16