17 #ifndef pyUInterface_H_ 18 #define pyUInterface_H_ 22 #include "UExceptions.h" 26 void uniset_init_params( UTypes::Params* p,
const std::string& xmlfile )
throw(UException);
27 void uniset_init(
int argc,
char** argv,
const std::string& xmlfile )
throw(UException);
28 void uniset_activate_objects() throw(UException);
31 long getValue(
long id )throw(UException);
32 void setValue(
long id,
long val,
long supplier = UTypes::DefaultSupplerID )throw(UException);
34 long getSensorID( const
std::
string& name );
35 long getObjectID( const
std::
string& name );
37 std::
string getShortName(
long id );
38 std::
string getName(
long id );
39 std::
string getTextName(
long id );
41 std::
string getConfFileName();
Definition: PyUInterface.h:24