Midnight Sun Firmware
Loading...
Searching...
No Matches
app.h
1
#pragma once
2
3
/************************************************************************************************
4
* @file app.h
5
*
6
* @brief Header file defining the Application for the client
7
*
8
* @date 2025-01-04
9
* @author Aryan Kashem
10
************************************************************************************************/
11
12
/* Standard library Headers */
13
14
/* Inter-component Headers */
15
16
/* Intra-component Headers */
17
#include "gpio_manager.h"
18
25
#ifndef USE_NETWORK_TIME_PROTOCOL
27
#define USE_NETWORK_TIME_PROTOCOL 0U
28
#endif
29
31
#define DEFAULT_PROJECT_NAME "Default Project"
32
34
#define DEFAULT_HARDWARE_MODEL "MS16.0.0"
35
36
extern
GpioManager
clientGpioManager
;
GpioManager
Class that manages receiving and transmitting Gpio commands and JSON logging.
Definition:
gpio_manager.h:36
clientGpioManager
GpioManager clientGpioManager
Definition:
main.cc:22
simulation
client
app
inc
app.h
Generated by
1.9.5