This is the complete list of members for EventLoop, including all inherited members.
_currentTime | EventLoopInterface | protected |
_iterations | EventLoopInterface | protected |
_timestep | EventLoopInterface | protected |
_timestepThres | EventLoopInterface | protected |
EventLoop(const nlohmann::json &graph_config, std::chrono::milliseconds timestep, std::chrono::milliseconds timestepThres, ComputationalGraph::ExecMode execMode=ComputationalGraph::ExecMode::ALL_NODES, bool ownGIL=true, bool spinROS=false) | EventLoop | |
EventLoopInterface()=delete | EventLoopInterface | |
EventLoopInterface(std::chrono::milliseconds timestep, std::chrono::milliseconds timestepThres) | EventLoopInterface | |
initialize() | EventLoopInterface | virtual |
initializeCB() override | EventLoop | protectedvirtual |
isRunning() | EventLoopInterface | |
isRunningNotAsync() | EventLoopInterface | protected |
runLoop(std::chrono::milliseconds timeout) | EventLoopInterface | |
runLoopAsync(std::chrono::milliseconds timeout=std::chrono::milliseconds(0), bool doInit=false) | EventLoopInterface | |
runLoopCB() override | EventLoop | protectedvirtual |
runLoopOnce(const std::chrono::time_point< std::chrono::steady_clock > &startTime) | EventLoopInterface | |
shutdown() | EventLoopInterface | |
shutdownCB() override | EventLoop | protectedvirtual |
stopLoop() | EventLoopInterface | |
waitForLoopEnd() | EventLoopInterface | |
~EventLoop() | EventLoop | |
~EventLoopInterface()=default | EventLoopInterface | virtual |