DomainStore.cpp

Go to the documentation of this file.
00001 // Copyright CERN 2012 - Developed in collaboration with GSI
00002 
00003 #include <fesa-core/DataStore/DomainStore.h>
00004 
00005 namespace fesa
00006 {
00007 
00008 DomainStore::DomainStore() :
00009     name("name", this, DEVICE_NAME_LENGTH + 1),
00010     muxCriterion("muxCriterion", this, FIELD_STRING_LENGTH),
00011     timingDomain("timingDomain", this, FIELD_STRING_LENGTH)
00012 {
00013 }
00014 
00015 } // fesa

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1