|
| Configuration (int argc, const char *const *argv, const std::string &xmlfile="") |
|
| Configuration (int argc, const char *const *argv, std::shared_ptr< UniXML > xml) |
|
| Configuration (int argc, const char *const *argv, std::shared_ptr< ObjectIndex > oind, const std::string &xmlfile="") |
|
| Configuration (int argc, const char *const *argv, const std::string &fileConf, uniset::ObjectInfo *objectsMap) |
|
std::string | getField (const std::string &path) const noexcept |
| Получить значение полей с путём path.
|
|
int | getIntField (const std::string &path) const noexcept |
| Получить число из поле с путём path.
|
|
int | getPIntField (const std::string &path, int def) const noexcept |
| Получить число из поле с путём path (или def, если значение <= 0)
|
|
xmlNode * | findNode (xmlNode *node, const std::string &searchnode, const std::string &name="") const noexcept |
|
xmlNode * | getNode (const std::string &path) const noexcept |
|
std::string | getProp (xmlNode *, const std::string &name) const noexcept |
|
int | getIntProp (xmlNode *, const std::string &name) const noexcept |
|
int | getPIntProp (xmlNode *, const std::string &name, int def) const noexcept |
|
std::string | getPropByNodeName (const std::string &nodename, const std::string &prop) const noexcept |
|
std::string | getRootDir () const noexcept |
|
int | getArgc () const noexcept |
|
const char *const * | getArgv () const noexcept |
|
ObjectId | getDBServer () const noexcept |
|
ObjectId | getLocalNode () const noexcept |
|
std::string | getLocalNodeName () const noexcept |
|
const std::string | getNSName () const noexcept |
|
std::string | getRootSection () const noexcept |
|
std::string | getSensorsSection () const noexcept |
|
std::string | getObjectsSection () const noexcept |
|
std::string | getControllersSection () const noexcept |
|
std::string | getServicesSection () const noexcept |
|
xmlNode * | getXMLSensorsSection () noexcept |
|
xmlNode * | getXMLObjectsSection () noexcept |
|
xmlNode * | getXMLControllersSection () noexcept |
|
xmlNode * | getXMLServicesSection () noexcept |
|
xmlNode * | getXMLNodesSection () noexcept |
|
xmlNode * | getXMLObjectNode (uniset::ObjectId) const noexcept |
|
UniversalIO::IOType | getIOType (uniset::ObjectId) const noexcept |
|
UniversalIO::IOType | getIOType (const std::string &name) const noexcept |
|
size_t | getCountOfNet () const noexcept |
|
timeout_t | getRepeatTimeout () const noexcept |
|
size_t | getRepeatCount () const noexcept |
|
uniset::ObjectId | getSensorID (const std::string &name) const noexcept |
|
uniset::ObjectId | getControllerID (const std::string &name) const noexcept |
|
uniset::ObjectId | getObjectID (const std::string &name) const noexcept |
|
uniset::ObjectId | getServiceID (const std::string &name) const noexcept |
|
uniset::ObjectId | getNodeID (const std::string &name) const noexcept |
|
uniset::ObjectId | getAnyID (const std::string &name) const noexcept |
|
const std::string | getConfFileName () const noexcept |
|
std::string | getImagesDir () const noexcept |
|
std::string | getNodeIp (uniset::ObjectId node) |
|
timeout_t | getHeartBeatTime () const noexcept |
|
timeout_t | getNCReadyTimeout () const noexcept |
|
timeout_t | getStartupIgnoreTimeout () const noexcept |
|
const std::string | getConfDir () const noexcept |
|
const std::string | getDataDir () const noexcept |
|
const std::string | getBinDir () const noexcept |
|
const std::string | getLogDir () const noexcept |
|
const std::string | getLockDir () const noexcept |
|
const std::string | getDocDir () const noexcept |
|
bool | isLocalIOR () const noexcept |
|
bool | isTransientIOR () const noexcept |
|
size_t | getHttpResovlerPort () const noexcept |
|
std::string | getArgParam (const std::string &name, const std::string &defval="") const noexcept |
|
std::string | getArg2Param (const std::string &name, const std::string &defval, const std::string &defval2="") const noexcept |
|
int | getArgInt (const std::string &name, const std::string &defval="") const noexcept |
|
int | getArgPInt (const std::string &name, int defval) const noexcept |
|
int | getArgPInt (const std::string &name, const std::string &strdefval, int defval) const noexcept |
|
xmlNode * | initLogStream (DebugStream &deb, const std::string &nodename) noexcept |
|
xmlNode * | initLogStream (std::shared_ptr< DebugStream > deb, const std::string &nodename) noexcept |
|
xmlNode * | initLogStream (DebugStream *deb, const std::string &nodename) noexcept |
|
uniset::ListOfNode::const_iterator | listNodesBegin () const noexcept |
|
uniset::ListOfNode::const_iterator | listNodesEnd () const noexcept |
|
const std::shared_ptr< UniXML > | getConfXML () const noexcept |
|
CORBA::ORB_ptr | getORB () const |
|
const CORBA::PolicyList | getPolicy () const noexcept |
|