OpcUaCanOpen
CANopen OPC-UA server
shutdown.cpp File Reference
#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
 

Function Documentation

◆ getAppPath()

char* getAppPath ( )

Definition at line 157 of file shutdown.cpp.

◆ RegisterSignalHandler()

void RegisterSignalHandler ( )

Definition at line 152 of file shutdown.cpp.

◆ ShutDownFlag()

unsigned int ShutDownFlag ( )

Definition at line 55 of file shutdown.cpp.

Variable Documentation

◆ g_ShutDown

volatile unsigned int g_ShutDown = 0
static

Definition at line 46 of file shutdown.cpp.