Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

IOName.cpp

Go to the documentation of this file.
00001 #include "IOName.h"
00002 
00003 namespace Sct {
00004     
00005 IOName::IOName(const string& nameIO) throw(InvalidArgument) : nameIO(nameIO) {
00006 }
00007     
00008 IOName::IOName(const string& uniqueID, const string& className) throw() : uniqueID(uniqueID), className(className) {
00009 }
00010 
00011 IOName::~IOName() throw() {
00012 }
00013     
00014 string IOName::getIOName() const throw() {
00015     return nameIO;
00016 }
00017 
00018 string IOName::getUniqueID() const throw() {
00019     return uniqueID;
00020 }
00021 
00022 }

Generated on Mon Dec 15 19:36:04 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3