Important Update:
- Added SignalCore for handling system signals - Implemented LogMessages (only output to stdout, later to logfile) - Updated #defines for all header files
This commit is contained in:
23
SignalCore.h
Normal file
23
SignalCore.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* SignalCore.h
|
||||
*
|
||||
* Created on: 17 May 2016
|
||||
* Author: wentzelc
|
||||
*/
|
||||
|
||||
#ifndef REDACORE_SIGNALCORE_H_
|
||||
#define REDACORE_SIGNALCORE_H_
|
||||
|
||||
// redA Libraries
|
||||
/* none */
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
/* none */
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
void ConfigureSignalHandlers();
|
||||
void SignalTerminate( int sig );
|
||||
void SignalAbort( int sig );
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
#endif /* REDACORE_SIGNALCORE_H_ */
|
||||
Reference in New Issue
Block a user