// // Created by zemon on 23.03.23. // #ifndef UVEOS_ON_NATION_NETGSMUPDOWN_H #define UVEOS_ON_NATION_NETGSMUPDOWN_H #include "CliCmd.h" #include "PowerManagment.h" #include "GsmWithGnss.h" typedef struct { tGsmWithGnss *gsmWithGnss; tPowerManagement *power; tEraGlonassUveos *uveos; bool netState; } tAddFunc; void CliCmd_AddInfoInit(tAddFunc *addFunc, tGsmWithGnss *gsmWithGnss, tEraGlonassUveos *uveos, tPowerManagement *power); uint8_t CliCmd_powerStateHelp(tCliCmd *cli); uint8_t CliCmd_AddInfo(tAddFunc *addFunc, tCliCmd *cli); #endif //UVEOS_ON_NATION_NETGSMUPDOWN_H