2025-01-20 11:41:55 +03:00
|
|
|
#ifndef _APP_INIT
|
|
|
|
#define _APP_INIT
|
2025-01-13 13:05:34 +03:00
|
|
|
|
2025-01-18 20:07:11 +03:00
|
|
|
#include "app_includes.h"
|
2025-01-13 13:05:34 +03:00
|
|
|
|
2025-01-18 20:07:11 +03:00
|
|
|
void app_init(void);
|
2025-01-13 13:05:34 +03:00
|
|
|
|
|
|
|
void edrk_init_matlab(void);
|
|
|
|
void edrk_init_variables_matlab(void);
|
2025-01-13 16:58:59 +03:00
|
|
|
void set_zadanie_u_charge_matlab(void);
|
|
|
|
void init_Uin_rms(void);
|
2025-01-18 20:07:11 +03:00
|
|
|
void init_flag_a(void);
|
2025-01-20 11:41:55 +03:00
|
|
|
#endif //_APP_INIT
|