| 209 | } |
| 210 | |
| 211 | void eventgroupinfo::set_threshold(uint8_t _threshold) { |
| 212 | threshold_ = _threshold; |
| 213 | } |
| 214 | |
| 215 | std::set<std::shared_ptr<remote_subscription>> eventgroupinfo::get_remote_subscriptions() const { |
| 216 | std::set<std::shared_ptr<remote_subscription>> its_subscriptions; |