Motion Master
|
#include "motion_master.h"
#include <readerwriterqueue/readerwriterqueue.h>
#include <cstdlib>
#include "ethercat.h"
#include "global.h"
#include "incoming_machine_message.h"
#include "loguru.h"
#include "machine_manager.h"
#include "outgoing_machine_message.h"
#include "server.h"
#include "soem_master.h"
#include "soempp.h"
#include "util.h"
#include "version.h"
Functions | |
int | main (int argc, char *argv[]) |
void | increaseThreadsPriorityLevels () |
void | configureLogging (std::string id) |
void | parseCommandLineArguments (int argc, char *argv[]) |
void | setUpSignalHandlers () |
void | signal_handler (int signum) |
void configureLogging | ( | std::string | id | ) |
void increaseThreadsPriorityLevels | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void parseCommandLineArguments | ( | int | argc, |
char * | argv[] | ||
) |
void setUpSignalHandlers | ( | ) |
void signal_handler | ( | int | signum | ) |