OpcUaCanOpen
CANopen OPC-UA server
|
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | SHUTDOWN_SEQUENCE "CTRL-C" |
#define | SHUTDOWN_TRACE_ACTIVE |
#define | SHUTDOWN_TRACE printf |
Functions | |
void | RegisterSignalHandler () |
unsigned int | ShutDownFlag () |
char * | getAppPath () |
#define SHUTDOWN_SEQUENCE "CTRL-C" |
Definition at line 55 of file shutdown.h.
#define SHUTDOWN_TRACE printf |
Definition at line 62 of file shutdown.h.
#define SHUTDOWN_TRACE_ACTIVE |
Definition at line 59 of file shutdown.h.
char* getAppPath | ( | ) |
Definition at line 157 of file shutdown.cpp.
void RegisterSignalHandler | ( | ) |
Definition at line 152 of file shutdown.cpp.
unsigned int ShutDownFlag | ( | ) |
Definition at line 55 of file shutdown.cpp.