/* * arrayFIFOTest.cpp * * Created on: Nov 9, 2010 * Author: Miha Vitorovic */ #define ARRAY_FIFO_DEBUG 1 #include "arrayFIFO.h" #include #include using namespace epics::pvAccess; using std::cout; using std::endl; void testSimpleType() { cout<<"\nTests for simple type template."< fifoInt; assert(fifoInt.size()==0); assert(fifoInt.isEmpty()); cout<<"Testing clear."< fifoInt; assert(fifoInt.size()==0); assert(fifoInt.isEmpty()); cout<<"Testing clear."<