Goby3  3.1.4
2024.02.22
goby::middleware::detail::ThreadTypeSelector< ThreadType, ThreadConfig, false, false > Struct Template Reference

ThreadTypeSelector instantiation for calling a constructor without an index parameter ora configuration value, e.g. "MyThread()". More...

#include <goby/middleware/application/detail/thread_type_selector.h>

Static Public Member Functions

static std::shared_ptr< ThreadType > thread (const ThreadConfig &cfg, int index=-1)
 

Detailed Description

template<typename ThreadType, typename ThreadConfig>
struct goby::middleware::detail::ThreadTypeSelector< ThreadType, ThreadConfig, false, false >

ThreadTypeSelector instantiation for calling a constructor without an index parameter ora configuration value, e.g. "MyThread()".

Definition at line 63 of file thread_type_selector.h.

Member Function Documentation

◆ thread()

template<typename ThreadType , typename ThreadConfig >
static std::shared_ptr<ThreadType> goby::middleware::detail::ThreadTypeSelector< ThreadType, ThreadConfig, false, false >::thread ( const ThreadConfig &  cfg,
int  index = -1 
)
inlinestatic

Definition at line 65 of file thread_type_selector.h.


The documentation for this struct was generated from the following file: