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

Macro Definition Documentation

◆ SHUTDOWN_SEQUENCE

#define SHUTDOWN_SEQUENCE   "CTRL-C"

Definition at line 55 of file shutdown.h.

◆ SHUTDOWN_TRACE

#define SHUTDOWN_TRACE   printf

Definition at line 62 of file shutdown.h.

◆ SHUTDOWN_TRACE_ACTIVE

#define SHUTDOWN_TRACE_ACTIVE

Definition at line 59 of file shutdown.h.

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.