Explicit instantiation of derivable class NetworkDataStreamInstrumentT to create the network data stream instrument.
More...
#include <NetworkDataStreamInstrument.h>
|
using | StubType = DynExpProto::NetworkDataStreamInstrument::NetworkDataStreamInstrument |
|
using | ParamsType = NetworkDataStreamInstrumentParams< DataStreamInstrument, 0, gRPCStubs... > |
|
using | ConfigType = NetworkDataStreamInstrumentConfigurator< DataStreamInstrument, 0, gRPCStubs... > |
|
using | InstrumentDataType = NetworkDataStreamInstrumentData< DataStreamInstrument, 0, gRPCStubs... > |
|
using | ParamsType = gRPCInstrumentParams< BaseInstr, 0, gRPCStubs... > |
| Type of the parameter class belonging to this Object type. Declare this alias in every derived class with the respective parameter class accompanying the derived Object . "
|
|
using | ConfigType = gRPCInstrumentConfigurator< BaseInstr, 0, gRPCStubs... > |
| Type of the configurator class belonging to this Object type. Declare this alias in every derived class with the respective configurator class accompanying the derived Object .
|
|
using | InstrumentDataType = gRPCInstrumentData< BaseInstr, 0, gRPCStubs... > |
| Type of the data class belonging to this InstrumentBase type. Declare this alias in every derived class with the respective data class accompanying the derived InstrumentBase .
|
|
|
static constexpr auto | Name () noexcept |
|
static constexpr auto | Name () noexcept |
| Every derived class has to redefine this function.
|
|
static constexpr auto | Category () noexcept |
| Every derived class has to redefine this function.
|
|
| gRPCInstrument (const std::thread::id OwnerThreadID, DynExp::ParamsBasePtrType &&Params) |
| Constructs an instrument instance.
|
|
Explicit instantiation of derivable class NetworkDataStreamInstrumentT to create the network data stream instrument.
Definition at line 509 of file NetworkDataStreamInstrument.h.
◆ StubType
◆ NetworkDataStreamInstrument()
DynExpInstr::NetworkDataStreamInstrument::NetworkDataStreamInstrument |
( |
const std::thread::id |
OwnerThreadID, |
|
|
DynExp::ParamsBasePtrType && |
Params |
|
) |
| |
|
inline |
◆ ~NetworkDataStreamInstrument()
virtual DynExpInstr::NetworkDataStreamInstrument::~NetworkDataStreamInstrument |
( |
| ) |
|
|
inlinevirtual |
◆ GetValueUnit()
The documentation for this class was generated from the following file: