Robotics Library  0.7.0
Public Member Functions | Public Attributes | List of all members
rl::util::xenomai::thread::Impl< Callable > Struct Template Reference
Inheritance diagram for rl::util::xenomai::thread::Impl< Callable >:
Inheritance graph
[legend]

Public Member Functions

 Impl (Callable &&f)
 
void run ()
 
- Public Member Functions inherited from rl::util::xenomai::thread::Impl_base
virtual ~Impl_base ()
 

Public Attributes

Callable func
 
- Public Attributes inherited from rl::util::xenomai::thread::Impl_base
shared_base_type this_ptr
 

Constructor & Destructor Documentation

◆ Impl()

template<typename Callable >
rl::util::xenomai::thread::Impl< Callable >::Impl ( Callable &&  f)
inline

Member Function Documentation

◆ run()

template<typename Callable >
void rl::util::xenomai::thread::Impl< Callable >::run ( )
inlinevirtual

Member Data Documentation

◆ func

template<typename Callable >
Callable rl::util::xenomai::thread::Impl< Callable >::func

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