Scope
scope::parameters::InputsFPGA Class Reference

#include <IO.h>

Inherits scope::parameters::Inputs.

Inherited by scope::parameters::InputsFPGAIO5751, scope::parameters::InputsFPGAIO5771, scope::parameters::InputsFPGAIO6587, and scope::parameters::InputsFPGANoiseOutput.

Public Member Functions

std::unique_ptr< InputsClone () const override
 
double MinimumPixeltime () const override
 
double CoercedPixeltime (const double &_pixeltime) const override
 
void Load (const wptree &pt) override
 
void Save (wptree &pt) const override
 
void SetReadOnlyWhileScanning (const RunState &_runstate) override
 
- Public Member Functions inherited from scope::parameters::Inputs
virtual double MaximumPixeltime () const
 

Static Public Member Functions

static std::unique_ptr< InputsCreate ()
 
- Static Public Member Functions inherited from scope::parameters::Inputs
static std::unique_ptr< InputsFactory (const InputsType &_type)
 

Additional Inherited Members

- Public Attributes inherited from scope::parameters::Inputs
ScopeNumber< uint32_t > channels
 
ScopeNumber< bool > oversampling
 
ScopeValue< Uint16Rangerangetype
 
ScopeNumber< uint32_t > preframelines
 
- Protected Attributes inherited from scope::parameters::Base
std::vector< boost::signals2::connection > connection_collector
 

Detailed Description

Parameters for pixel acquisition with NI-FPGA.

Definition at line 117 of file IO.h.

Member Function Documentation

static std::unique_ptr<Inputs> scope::parameters::InputsFPGA::Create ( )
inlinestatic

Create function for factory.

Definition at line 123 of file IO.h.

std::unique_ptr<Inputs> scope::parameters::InputsFPGA::Clone ( ) const
inlineoverridevirtual
double scope::parameters::InputsFPGA::MinimumPixeltime ( ) const
overridevirtual
Returns
the minimum pixel dwell time (in microseconds), depending on max aggregate rate, number of channels, and sampling type

Reimplemented from scope::parameters::Inputs.

Reimplemented in scope::parameters::InputsFPGAIO5751, scope::parameters::InputsFPGAIO5771, and scope::parameters::InputsFPGAIO6587.

Definition at line 133 of file IO.cpp.

double scope::parameters::InputsFPGA::CoercedPixeltime ( const double &  _pixeltime) const
overridevirtual
Returns
the _pixeltime coerced to the nearest value the device supports.

Reimplemented from scope::parameters::Inputs.

Reimplemented in scope::parameters::InputsFPGAIO5751, scope::parameters::InputsFPGAIO5771, and scope::parameters::InputsFPGAIO6587.

Definition at line 137 of file IO.cpp.

void scope::parameters::InputsFPGA::SetReadOnlyWhileScanning ( const RunState _runstate)
overridevirtual

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