PicoScenes API Docs
 
Loading...
Searching...
No Matches
AsyncPipeline< ObjectType > Member List

This is the complete list of members for AsyncPipeline< ObjectType >, including all inherited members.

hasHandler(const std::string &handlerName)AsyncPipeline< ObjectType >inline
isPipelinePaused() constAsyncPipeline< ObjectType >inline
isPipelineRunning() constAsyncPipeline< ObjectType >inline
pause()AsyncPipeline< ObjectType >inline
registerAsyncHandler(std::string handlerName, std::function< void(const ObjectType &object)> handler)AsyncPipeline< ObjectType >inline
resume()AsyncPipeline< ObjectType >inline
selectDataByCondition(const std::function< bool(const ObjectType &)> &condition, const std::chrono::milliseconds &maxWait_ms, std::optional< std::string > conditionName)AsyncPipeline< ObjectType >inline
send(T &&object)AsyncPipeline< ObjectType >inline
sendSync(T &&object)AsyncPipeline< ObjectType >inline
startService()AsyncPipeline< ObjectType >inline
stopService()AsyncPipeline< ObjectType >inline
unregisterHandler(const std::string &handlerName)AsyncPipeline< ObjectType >inline