#include <yarp/manager/xmlclusterloader.h>
Public Attributes | |
| std::string | name = "" |
| std::string | address = "" |
| bool | display = false |
| std::string | displayValue = "none" |
| std::string | user = "" |
| std::string | ssh_options = "" |
| bool | onOff = false |
| bool | log = true |
Definition at line 20 of file xmlclusterloader.h.
| std::string yarp::manager::ClusterNode::address = "" |
Definition at line 23 of file xmlclusterloader.h.
| bool yarp::manager::ClusterNode::display = false |
Definition at line 24 of file xmlclusterloader.h.
| std::string yarp::manager::ClusterNode::displayValue = "none" |
Definition at line 25 of file xmlclusterloader.h.
| bool yarp::manager::ClusterNode::log = true |
Definition at line 29 of file xmlclusterloader.h.
| std::string yarp::manager::ClusterNode::name = "" |
Definition at line 22 of file xmlclusterloader.h.
| bool yarp::manager::ClusterNode::onOff = false |
Definition at line 28 of file xmlclusterloader.h.
| std::string yarp::manager::ClusterNode::ssh_options = "" |
Definition at line 27 of file xmlclusterloader.h.
| std::string yarp::manager::ClusterNode::user = "" |
Definition at line 26 of file xmlclusterloader.h.