Important Update:
- Library Clean up: - Removed all unused C/C++ libraries from source - First C/C++ libraries then redA libraries - Library changes: - renamed BufferCore -> CharBufferCore - added ItemBufferCore - CharBufferCore: - Derive RollingBuffer & ShiftBuffer from common class CharBuffer - CharBuffer is mostly a virtual class (interface)
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
#ifndef REDACORE_APPLICATIONCORE_H_
|
||||
#define REDACORE_APPLICATIONCORE_H_
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
/* none */
|
||||
|
||||
// redA Libraries
|
||||
#include "SignalCore.h"
|
||||
#include "TimingCore.h"
|
||||
@@ -17,10 +20,6 @@
|
||||
#include "FunctionCore.h"
|
||||
#include "SelectableCore.h"
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Preview
|
||||
|
||||
Reference in New Issue
Block a user