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

@@ -5,17 +5,14 @@
* Author: wentzelc
*/
// Standard C/C++ Libraries
#include <string.h>
#include <stdarg.h>
// redA Libraries
#include "LogCore.h"
#include "DateTimeCore.h"
// Standard C/C++ Libraries
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
//---------------------------------------------------------------------------
// Global vars