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:
Charl Wentzel
2017-07-22 17:46:05 +02:00
parent aaf3c59727
commit 2f81d1fbbe
29 changed files with 285 additions and 372 deletions

View File

@@ -8,12 +8,12 @@
#ifndef REDACORE_TIMINGCORE_H_
#define REDACORE_TIMINGCORE_H_
// redA Libraries
/* none */
// Standard C/C++ Libraries
#include <sys/time.h>
// redA Libraries
/* none */
//---------------------------------------------------------------------------
// Manage as Interval