Lodestar
An integrated real-time control package in C++
GlobalConstants.hpp
1 //
2 // Created by Hamza El-Kebir on 12/22/21.
3 //
4 
5 #ifndef LODESTAR_GLOBALCONSTANTS_HPP
6 #define LODESTAR_GLOBALCONSTANTS_HPP
7 
8 #include <csignal>
9 
10 #define LS_MAX_CONNECTIONS 99
11 #define LS_IS_MULTITHREADED true
12 
13 #define LS_CLOCK_SIGNAL SIGUSR1
14 #define LS_EVENT_SIGNAL SIGUSR2
15 
16 #endif //LODESTAR_GLOBALCONSTANTS_HPP