GONEC_ARTERY_Modem_Main/Inc/ModemAlmanah.h

32 lines
664 B
C

//
// Created by cfif on 27.02.23.
//
#ifndef GONEC_GSM_MODEMALMANAH_H
#define GONEC_GSM_MODEMALMANAH_H
#include <SerialPortIO.h>
#include "DeviceStorageIni.h"
#include <Gnss.h>
#include "ModemGonec.h"
#include "fs_interface.h"
#include "RtcIO.h"
#include "ModemGnss.h"
#include "httpd_types.h"
#include "file_logger.h"
#include "stdbool.h"
#include "stdlib.h"
#include "string.h"
#include "fs_base_func.h"
#include "httpd_base_func.h"
// Инициализация записи файла альманаха
bool initWriteAlmanah(tFs *fs);
// Запись файла альманаха
bool writeAlmanah(tModemMain *env);
#endif //GONEC_GSM_MODEMALMANAH_H