Motion Master
Loading...
Searching...
No Matches
motion_master.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#ifndef NOMINMAX
6#define NOMINMAX
7#endif // https://github.com/jarro2783/cxxopts/issues/49#issuecomment-342616960
8
9#ifdef WINDOWS_BUILD
10#include <windows.h>
11#endif
12
13#ifdef WINDOWS_BUILD
14#include <mmsystem.h>
15#endif
16
17#include "cxxopts.hpp"
18
19void configureLogging(std::string name);
20
22
23void parseCommandLineArguments(int argc, char* argv[]);
24
26
27void signal_handler(int signum);
const char ** name
Definition co_dictionary.h:7
void setUpSignalHandlers()
Definition motion_master.cc:221
void configureLogging(std::string name)
Definition motion_master.cc:139
void increaseThreadsPriorityLevels()
Definition motion_master.cc:102
void signal_handler(int signum)
Definition motion_master.cc:227
void parseCommandLineArguments(int argc, char *argv[])
Definition motion_master.cc:164