receiver +4 and +10 to get only data out of the whole data with frame index etc

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@418 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-01-08 14:04:50 +00:00
parent 6f793abca8
commit 16f74ebdf2
8 changed files with 22 additions and 20 deletions

View File

@ -15,6 +15,8 @@
#ifndef CIRCULARFIFO_H_
#define CIRCULARFIFO_H_
#include "sls_detector_defs.h"
/** Circular Fifo (a.k.a. Circular Buffer)
* Thread safe for one reader, and one writer */
template<typename Element, unsigned int Size>