Tango Core Classes Reference
9.3.4
|
This is the complete list of members for Tango::Group, including all inherited members.
add(Group *group, int tmo_ms=-1) | Tango::Group | virtual |
add(const std::string &pattern, int tmo_ms=-1) | Tango::Group | virtual |
add(const std::vector< std::string > &patterns, int tmo_ms=-1) | Tango::Group | virtual |
command_inout(const std::string &c, bool fwd=true) | Tango::Group | |
command_inout(const std::string &c, const DeviceData &d, bool fwd=true) | Tango::Group | |
command_inout(const std::string &c, const std::vector< DeviceData > &d, bool fwd=true) | Tango::Group | |
command_inout(const std::string &c, const std::vector< T > &d, bool fwd=true) | Tango::Group | |
command_inout_asynch(const std::string &c, bool fgt=false, bool fwd=true) | Tango::Group | |
command_inout_asynch(const std::string &c, const DeviceData &d, bool fgt=false, bool fwd=true) | Tango::Group | |
command_inout_asynch(const std::string &c, const std::vector< DeviceData > &d, bool fgt=false, bool fwd=true) | Tango::Group | |
command_inout_asynch(const std::string &c, const std::vector< T > &d, bool fgt=false, bool fwd=true) | Tango::Group | |
command_inout_reply(long req_id, long tmo_ms=0) | Tango::Group | |
contains(const std::string &pattern, bool fwd=true) | Tango::Group | virtual |
get_device(const std::string &device_name) | Tango::Group | virtual |
get_device(long idx) | Tango::Group | virtual |
get_device_list(bool fwd=true) | Tango::Group | |
get_group(const std::string &group_name) | Tango::Group | virtual |
get_size(bool fwd=true) | Tango::Group | |
Group(const std::string &name) | Tango::Group | |
operator[](long idx) | Tango::Group | virtual |
ping(bool fwd=true) | Tango::Group | virtual |
read_attribute(const std::string &a, bool fwd=true) | Tango::Group | |
read_attribute_asynch(const std::string &a, bool fwd=true) | Tango::Group | |
read_attribute_reply(long req_id, long tmo_ms=0) | Tango::Group | |
read_attributes(const std::vector< std::string > &al, bool fwd=true) | Tango::Group | |
read_attributes_asynch(const std::vector< std::string > &al, bool fwd=true) | Tango::Group | |
read_attributes_reply(long req_id, long tmo_ms=0) | Tango::Group | |
remove(const std::string &pattern, bool fwd=true) | Tango::Group | virtual |
remove(const std::vector< std::string > &patterns, bool fwd=true) | Tango::Group | virtual |
remove_all() | Tango::Group | virtual |
set_timeout_millis(int tmo_ms) | Tango::Group | virtual |
write_attribute(const DeviceAttribute &d, bool fwd=true) | Tango::Group | |
write_attribute(const std::vector< DeviceAttribute > &d, bool fwd=true) | Tango::Group | |
write_attribute(const std::string &n, const std::vector< T > &d, bool fwd=true) | Tango::Group | |
write_attribute_asynch(const DeviceAttribute &d, bool fwd=true) | Tango::Group | |
write_attribute_asynch(const std::vector< DeviceAttribute > &d, bool fwd=true) | Tango::Group | |
write_attribute_asynch(const std::string &a, const std::vector< T > &d, bool fwd=true) | Tango::Group | |
write_attribute_reply(long req_id, long tmo_ms=0) | Tango::Group | |
~Group() | Tango::Group | virtual |