Construction parameters for TRChannelsDriver.
More...
#include <TRChannelsDriver.h>
Construction parameters for TRChannelsDriver.
TRChannelsDriverConfig::TRChannelsDriverConfig |
( |
TRBaseDriver & |
base_driver | ) |
|
|
inline |
template<typename ParamType >
TRChannelsDriverConfig& TRChannelsDriverConfig::set |
( |
ParamType TRChannelsDriverConfig::* |
param, |
|
|
ParamType const & |
value |
|
) |
| |
|
inline |
Helper for setting parameters allowing chaining.
Example:
- Parameters
-
param | Pointer to member variable to set. |
value | Value to set the variable to. |
- Returns
- *this
int TRChannelsDriverConfig::num_extra_addrs |
Number of additional asyn addresses to support.
The addresses in the channels driver will be first one address for each channel, then this many additional addresses. This allows the driver to implement additional data sources.
The documentation for this class was generated from the following file: