Definition at line 16 of file TaskTree.cpp.
Public Member Functions | |
task_tree_node_t (int32_t min, int32_t max, float64_t w) | |
Public Attributes | |
int32_t | t_min_index |
int32_t | t_max_index |
float64_t | weight |
task_tree_node_t | ( | int32_t | min, | |
int32_t | max, | |||
float64_t | w | |||
) |
Definition at line 18 of file TaskTree.cpp.
int32_t t_max_index |
Definition at line 24 of file TaskTree.cpp.
int32_t t_min_index |
Definition at line 24 of file TaskTree.cpp.
Definition at line 25 of file TaskTree.cpp.