Enum iteration_order
Defined in File iteration_order.hpp
Enum Documentation
-
enum class cosm::pal::iteration_order
The order to iterate through the robots in the swarm for a given operation.
Values:
-
enumerator ekSTATIC
Iterate through the robots in a static/single-threaded order. Locking between sub-operations is not needed in this case.
-
enumerator ekDYNAMIC
Iterate through the robots using multiple threads where the order is determined on the fly. Locking between sub-operations is (probably) needed in this case.
-
enumerator ekSTATIC