#ifndef __JDB_JALLPARAMS__ #define __JDB_JALLPARAMS__ #include #include #include /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JAllParams : public TObject { static const char* const getName() { return "allparams"; } //!< Table name std::string OID; std::string NAME; std::string MAPNAME; std::string SUBSYSTEMID; std::string DESCRIPTION; std::string TYPE; std::string IO_TYPE; std::string UNIT_NAME; std::string UNIT_EASY_SCALE; double INTEGER_UNIT_SCALE; ClassDef(JAllParams, 1); }; } #endif