Public Types | Public Member Functions | Private Attributes | List of all members
BroadcastForwardFunc1ArgVoid< Arg1 > Class Template Reference

1-argument forwarding function class, void return More...

Inheritance diagram for BroadcastForwardFunc1ArgVoid< Arg1 >:
Inheritance graph
[legend]

Public Types

typedef void(XsDevice::* FuncType) (Arg1)
 

Public Member Functions

 BroadcastForwardFunc1ArgVoid (BroadcastDevice *bc, FuncType func, Arg1 arg1)
 
virtual bool call (XsDevice *device)
 
- Public Member Functions inherited from BroadcastForwardFunc
 BroadcastForwardFunc (BroadcastDevice *bc)
 
bool operator() ()
 
virtual ~BroadcastForwardFunc ()
 

Private Attributes

Arg1 m_arg1
 
FuncType m_func
 

Additional Inherited Members

- Public Attributes inherited from BroadcastForwardFunc
BroadcastDevice *const m_broadcaster
 

Detailed Description

template<typename Arg1>
class BroadcastForwardFunc1ArgVoid< Arg1 >

1-argument forwarding function class, void return

Definition at line 234 of file broadcastdevice.cpp.

Member Typedef Documentation

◆ FuncType

template<typename Arg1 >
typedef void(XsDevice::* BroadcastForwardFunc1ArgVoid< Arg1 >::FuncType) (Arg1)

Definition at line 237 of file broadcastdevice.cpp.

Constructor & Destructor Documentation

◆ BroadcastForwardFunc1ArgVoid()

template<typename Arg1 >
BroadcastForwardFunc1ArgVoid< Arg1 >::BroadcastForwardFunc1ArgVoid ( BroadcastDevice bc,
FuncType  func,
Arg1  arg1 
)
inline

Definition at line 238 of file broadcastdevice.cpp.

Member Function Documentation

◆ call()

template<typename Arg1 >
virtual bool BroadcastForwardFunc1ArgVoid< Arg1 >::call ( XsDevice device)
inlinevirtual

Implements BroadcastForwardFunc.

Definition at line 240 of file broadcastdevice.cpp.

Member Data Documentation

◆ m_arg1

template<typename Arg1 >
Arg1 BroadcastForwardFunc1ArgVoid< Arg1 >::m_arg1
private

Definition at line 247 of file broadcastdevice.cpp.

◆ m_func

template<typename Arg1 >
FuncType BroadcastForwardFunc1ArgVoid< Arg1 >::m_func
private

Definition at line 246 of file broadcastdevice.cpp.


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


xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:21