OpcUaCanOpen
CANopen OPC-UA server
|
#include "shutdown.h"
#include "uaplatformlayer.h"
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
Go to the source code of this file.
Functions | |
unsigned int | ShutDownFlag () |
void | RegisterSignalHandler () |
char * | getAppPath () |
Variables | |
static volatile unsigned int | g_ShutDown = 0 |
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.
|
static |
Definition at line 46 of file shutdown.cpp.