#include <job_list.hpp>
|
void | append (const std::function< bool(const double)> &func_on_update, const std::function< void()> &func_on_cleanup, job::Type type, bool exclusive, const job::Event event) |
|
void | update (const double step_time, const job::Event event) |
|
◆ append()
void traffic_simulator::job::JobList::append |
( |
const std::function< bool(const double)> & |
func_on_update, |
|
|
const std::function< void()> & |
func_on_cleanup, |
|
|
job::Type |
type, |
|
|
bool |
exclusive, |
|
|
const job::Event |
event |
|
) |
| |
◆ update()
void traffic_simulator::job::JobList::update |
( |
const double |
step_time, |
|
|
const job::Event |
event |
|
) |
| |
The documentation for this class was generated from the following files:
- simulation/traffic_simulator/include/traffic_simulator/job/job_list.hpp
- simulation/traffic_simulator/src/job/job_list.cpp