20 return (_dial !=
nullptr) && _dial->is_connected();
29 return _dial->get_num_dials();
39 return _dial->read_dial(index);
48 return _dial->is_dial_known(index);
bool is_valid() const
Returns true if the DialNode is valid and connected to a server, false otherwise.
int get_num_dials() const
Returns the number of dial dials known to the DialNode.
bool is_dial_known(int index) const
Returns true if the state of the indicated dial dial is known, or false if we have never heard anythi...
double read_dial(int index)
Returns the number of complete revolutions of the dial since the last time read_dial() was called.