|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <NetworkTimeTagger.h>
Inheritance diagram for DynExpInstr::NetworkTimeTaggerData< BaseInstr,, gRPCStubs >:Public Types | |
| using | InstrumentType = NetworkTimeTaggerT< BaseInstr, 0, gRPCStubs... > |
Public Types inherited from DynExpInstr::NetworkDataStreamInstrumentData< BaseInstr, 0, gRPCStubs... > | |
| using | SampleStreamType = NetworkDataStreamInstrumentDataSampleStreamType |
| using | InstrumentType = NetworkDataStreamInstrumentT< BaseInstr, 0, gRPCStubs... > |
Public Member Functions | |
| NetworkTimeTaggerData (size_t BufferSizeInSamples=1) | |
| virtual | ~NetworkTimeTaggerData ()=default |
| auto | GetMinThresholdInVolts () const noexcept |
| auto | GetMaxThresholdInVolts () const noexcept |
| auto | GetResolution () const noexcept |
| auto | GetBufferSizeInSamples () const noexcept |
Public Member Functions inherited from DynExpInstr::NetworkDataStreamInstrumentData< BaseInstr, 0, gRPCStubs... > | |
| NetworkDataStreamInstrumentData (size_t BufferSizeInSamples=1) | |
| virtual | ~NetworkDataStreamInstrumentData ()=default |
| const auto & | GetRemoteStreamInfo () const noexcept |
| auto | HasFinished () const noexcept |
| auto | IsRunning () const noexcept |
| auto | GetLastReadRemoteSampleID () const noexcept |
| void | SetLastReadRemoteSampleID (size_t SampleID) noexcept |
| auto | GetLastWrittenSampleID () const noexcept |
| void | SetLastWrittenSampleID (size_t SampleID) noexcept |
Public Member Functions inherited from DynExpInstr::gRPCInstrumentData< BaseInstr, 0, gRPCStubs... > | |
| gRPCInstrumentData (ArgTs &&...Args) | |
Constructs a gRPCInstrumentData instance and forwards all arguments passed to the constructor to the constructor of the instrument data type of BaseInstr. | |
| virtual | ~gRPCInstrumentData ()=default |
| auto | GetStub () const noexcept |
Returns a stub pointer this gRPCInstrument uses selected by the stub index in the gRPCStubs list of gRPCInstrument. | |
| auto | GetStub () const noexcept |
Returns a stub pointer this gRPCInstrument uses selected by the stub type T. | |
Private Member Functions | |
| void | ResetImpl (DynExp::InstrumentDataBase::dispatch_tag< NetworkDataStreamInstrumentData< BaseInstr, 0, gRPCStubs... > >) override final |
| virtual void | ResetImpl (DynExp::InstrumentDataBase::dispatch_tag< NetworkTimeTaggerData >) |
Private Attributes | |
| double | MinThresholdInVolts |
| double | MaxThresholdInVolts |
| Util::picoseconds | Resolution |
| size_t | BufferSizeInSamples |
Friends | |
| class | NetworkTimeTaggerTasks::InitTask< BaseInstr, 0, gRPCStubs... > |
| class | NetworkTimeTaggerTasks::UpdateTask< BaseInstr, 0, gRPCStubs... > |
Definition at line 357 of file NetworkTimeTagger.h.
| using DynExpInstr::NetworkTimeTaggerData< BaseInstr,, gRPCStubs >::InstrumentType = NetworkTimeTaggerT<BaseInstr, 0, gRPCStubs...> |
Definition at line 363 of file NetworkTimeTagger.h.
|
inline |
Definition at line 365 of file NetworkTimeTagger.h.
|
virtualdefault |
|
inlinenoexcept |
Definition at line 372 of file NetworkTimeTagger.h.
|
inlinenoexcept |
Definition at line 370 of file NetworkTimeTagger.h.
|
inlinenoexcept |
Definition at line 369 of file NetworkTimeTagger.h.
|
inlinenoexcept |
Definition at line 371 of file NetworkTimeTagger.h.
|
inlinefinaloverrideprivate |
Definition at line 375 of file NetworkTimeTagger.h.
|
inlineprivatevirtual |
Definition at line 385 of file NetworkTimeTagger.h.
|
friend |
Definition at line 341 of file NetworkTimeTagger.h.
|
friend |
Definition at line 341 of file NetworkTimeTagger.h.
|
private |
Definition at line 390 of file NetworkTimeTagger.h.
|
private |
Definition at line 388 of file NetworkTimeTagger.h.
|
private |
Definition at line 387 of file NetworkTimeTagger.h.
|
private |
Definition at line 389 of file NetworkTimeTagger.h.