pxar
 All Classes Namespaces Functions Variables Typedefs Friends
Public Member Functions | List of all members
pxar::pixelConfig Class Reference

#include <datatypes.h>

Public Member Functions

 pixelConfig (uint8_t column, uint8_t row, uint8_t trim, bool mask=true, bool enable=false)
 
uint8_t column () const
 
void setColumn (uint8_t column)
 
uint8_t row () const
 
void setRow (uint8_t row)
 
uint8_t roc () const
 
void setRoc (uint8_t roc)
 
uint8_t trim () const
 
void setTrim (uint8_t trim)
 
bool mask () const
 
void setMask (bool mask)
 
bool enable () const
 
void setEnable (bool enable)
 

Detailed Description

Class to store the configuration for single pixels (i.e. their mask state, trim bit settings and whether they belong to the currently run test ("enable"). By default, pixelConfigs have the mask bit set.

Definition at line 232 of file datatypes.h.


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