14 #ifndef PARALLEL_NODE_H 15 #define PARALLEL_NODE_H 38 virtual void halt()
override;
55 #endif // PARALLEL_NODE_H unsigned int thresholdM()
const std::string & name() const
Name of the instance, not the type.
const NodeConfiguration & config() const
std::set< int > skip_list_
static constexpr const char * THRESHOLD_KEY
bool read_parameter_from_ports_
void setThresholdM(unsigned int threshold_M)
virtual void halt() override
std::unordered_map< std::string, PortInfo > PortsList
ParallelNode(const std::string &name, unsigned threshold)
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
static PortsList providedPorts()