MultiplexingDataManager.cpp

Go to the documentation of this file.
00001 // Copyright CERN 2012 - Developed in collaboration with GSI
00002 
00003 #include <fesa-core/Synchronization/MultiplexingDataManager.h>
00004 
00005 
00006 namespace fesa
00007 {
00008 
00009 MultiplexingDataManager::MultiplexingDataManager() :
00010     currentCycleId_(0),
00011     currentSlot_(0)
00012 {
00013 }
00014 
00015 MultiplexingDataManager::~MultiplexingDataManager()
00016 {
00017 }
00018 
00019 } // fesa

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1