11 #include <tls/EMComponent.h>
16 #include <utl/Branch.h>
17 #include <utl/AugerException.h>
29 if (modelo ==
"SimpleEMComponent")
31 else if(modelo ==
"EMComponentIVR")
33 else if(modelo ==
"ZeroEMComponent")
37 msg <<
"unknown EMComponent class: " << modelo;
Implementation of EM component interface.
Base class for exceptions arising because configuration data are not valid.
EMComponent(utl::Branch branch)
Class representing a document branch.
Simple implementation of EM component interface.
std::string GetName() const
function to get the Branch name
Implementation of EM component interface.