Public Member Functions | Public Attributes | List of all members
driver_svh::SVHEncoderSettings Struct Reference

The SVHEncoderSettings hold the settings for the encoder scaling of each channel. More...

#include <SVHEncoderSettings.h>

Public Member Functions

bool operator== (const SVHEncoderSettings &other) const
 Compares two SVHEncoderSettings objects. More...
 
 SVHEncoderSettings (uint32_t _scaling=1)
 SVHEncoderSettings Default CTOR will assign 9x1 to the scalings if no argument is given. More...
 

Public Attributes

std::vector< uint32_tscalings
 encoderSettings consist of multipliers for each encoder More...
 

Detailed Description

The SVHEncoderSettings hold the settings for the encoder scaling of each channel.

Definition at line 38 of file SVHEncoderSettings.h.

Constructor & Destructor Documentation

driver_svh::SVHEncoderSettings::SVHEncoderSettings ( uint32_t  _scaling = 1)
inline

SVHEncoderSettings Default CTOR will assign 9x1 to the scalings if no argument is given.

Parameters
_scalingscaling to use for the encoders (everyone is scaled the same)

Definition at line 48 of file SVHEncoderSettings.h.

Member Function Documentation

bool driver_svh::SVHEncoderSettings::operator== ( const SVHEncoderSettings other) const
inline

Compares two SVHEncoderSettings objects.

Definition at line 53 of file SVHEncoderSettings.h.

Member Data Documentation

std::vector<uint32_t> driver_svh::SVHEncoderSettings::scalings

encoderSettings consist of multipliers for each encoder

Definition at line 41 of file SVHEncoderSettings.h.


The documentation for this struct was generated from the following file:


schunk_svh_driver
Author(s): Georg Heppner
autogenerated on Mon Jun 10 2019 15:04:59