Scope
scope::parameters::InputsFPGAAnalogIntegrator Class Reference

#include <IO.h>

Inherits scope::parameters::InputsFPGAIO5771.

Classes

struct  Diagnosis
 

Public Member Functions

std::unique_ptr< InputsClone () 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::InputsFPGAIO5771
double MinimumPixeltime () const override
 
double CoercedPixeltime (const double &_pixeltime) const 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::InputsFPGAIO5771
static std::unique_ptr< InputsCreate ()
 
- Static Public Member Functions inherited from scope::parameters::InputsFPGA
static std::unique_ptr< InputsCreate ()
 
- Static Public Member Functions inherited from scope::parameters::Inputs
static std::unique_ptr< InputsFactory (const InputsType &_type)
 

Public Attributes

ScopeNumber< uint8_t > BitshiftCh1
 
ScopeNumber< uint8_t > BitshiftCh2
 
Diagnosis diagnosis
 
- Public Attributes inherited from scope::parameters::InputsFPGAIO5771
ScopeNumber< uint8_t > BaselineCh1
 
ScopeNumber< uint8_t > BaselineCh2
 
ScopeNumber< uint8_t > CutoffCh1
 
ScopeNumber< uint8_t > CutoffCh2
 
- Public Attributes inherited from scope::parameters::Inputs
ScopeNumber< uint32_t > channels
 
ScopeNumber< bool > oversampling
 
ScopeValue< Uint16Rangerangetype
 
ScopeNumber< uint32_t > preframelines
 

Additional Inherited Members

- Protected Attributes inherited from scope::parameters::Base
std::vector< boost::signals2::connection > connection_collector
 

Detailed Description

Parameters for pixel acquisition FPGAAnalogIntegrator.

Definition at line 411 of file IO.h.

Member Function Documentation

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

Create function for factory.

Definition at line 417 of file IO.h.

std::unique_ptr<Inputs> scope::parameters::InputsFPGAAnalogIntegrator::Clone ( ) const
inlineoverridevirtual

Clone method to clone into a pointer.

Has to be overriden in derived classes. There it can use the compiler generated copy constructor with e.g. InputsDAQmx(*this).

Reimplemented from scope::parameters::InputsFPGAIO5771.

Definition at line 419 of file IO.h.

void scope::parameters::InputsFPGAAnalogIntegrator::Load ( const wptree &  pt)
overridevirtual

load parameters from a boost::property_tree

Reimplemented from scope::parameters::InputsFPGAIO5771.

Definition at line 325 of file IO.cpp.

void scope::parameters::InputsFPGAAnalogIntegrator::Save ( wptree &  pt) const
overridevirtual

save parameters into a boost:property_tree

Reimplemented from scope::parameters::InputsFPGAIO5771.

Definition at line 331 of file IO.cpp.

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

set values that must not be changed to read-only during scanning.

True = readonly, false = read&write

Reimplemented from scope::parameters::InputsFPGAIO5771.

Definition at line 337 of file IO.cpp.

Member Data Documentation

ScopeNumber<uint8_t> scope::parameters::InputsFPGAAnalogIntegrator::BitshiftCh1

Number of bits to shift U32 right before casting to U16 (channel 1)

Definition at line 422 of file IO.h.

ScopeNumber<uint8_t> scope::parameters::InputsFPGAAnalogIntegrator::BitshiftCh2

Number of bits to shift U32 right before casting to U16 (channel 2)

Definition at line 425 of file IO.h.

Diagnosis scope::parameters::InputsFPGAAnalogIntegrator::diagnosis

Keeps the LEDs/ScopeNumber for FPGA diagnosis together.

These can be connected to ScopeLEDs

Definition at line 453 of file IO.h.


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