Initial Commit:
- Create single library for all Core RedA functions/classes - Working version
This commit is contained in:
29
LogCore.h
Normal file
29
LogCore.h
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* LogCore.h
|
||||
*
|
||||
* Created on: 17 May 2016
|
||||
* Author: wentzelc
|
||||
*/
|
||||
|
||||
#ifndef LOGCORE_H_
|
||||
#define LOGCORE_H_
|
||||
|
||||
// redA Libraries
|
||||
/* none */
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
/* none */
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Debug options
|
||||
bool ShowOutBytes = true;
|
||||
bool ShowOutHex = true;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void ShowOutput( const char * Name, const char * Buffer, const int Len, const long Duration );
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#endif /* LOGCORE_H_ */
|
||||
Reference in New Issue
Block a user