Lumitronix_Iflex_Pro_Workshop
Library to interact with the iFlexPro
P9813MethodBase< T_TWOWIRE > Class Template Reference

#include <P9813GenericMethod.h>

Public Types

typedef T_TWOWIRE::SettingsObject SettingsObject
 

Public Member Functions

 P9813MethodBase (uint8_t pinClock, uint8_t pinData, uint16_t pixelCount, size_t elementSize, size_t settingsSize)
 
 P9813MethodBase (uint16_t pixelCount, size_t elementSize, size_t settingsSize)
 
 ~P9813MethodBase ()
 
bool IsReadyToUpdate () const
 
void Initialize ()
 
void Update (bool)
 
bool AlwaysUpdate ()
 
uint8_t * getData () const
 
size_t getDataSize () const
 
void applySettings ([[maybe_unused]] const SettingsObject &settings)
 

Member Typedef Documentation

◆ SettingsObject

template<typename T_TWOWIRE >
typedef T_TWOWIRE::SettingsObject P9813MethodBase< T_TWOWIRE >::SettingsObject

Constructor & Destructor Documentation

◆ P9813MethodBase() [1/2]

template<typename T_TWOWIRE >
P9813MethodBase< T_TWOWIRE >::P9813MethodBase ( uint8_t  pinClock,
uint8_t  pinData,
uint16_t  pixelCount,
size_t  elementSize,
size_t  settingsSize 
)
inline

◆ P9813MethodBase() [2/2]

template<typename T_TWOWIRE >
P9813MethodBase< T_TWOWIRE >::P9813MethodBase ( uint16_t  pixelCount,
size_t  elementSize,
size_t  settingsSize 
)
inline

◆ ~P9813MethodBase()

template<typename T_TWOWIRE >
P9813MethodBase< T_TWOWIRE >::~P9813MethodBase ( )
inline

Member Function Documentation

◆ AlwaysUpdate()

template<typename T_TWOWIRE >
bool P9813MethodBase< T_TWOWIRE >::AlwaysUpdate ( )
inline

◆ applySettings()

template<typename T_TWOWIRE >
void P9813MethodBase< T_TWOWIRE >::applySettings ( [[maybe_unused] ] const SettingsObject settings)
inline

◆ getData()

template<typename T_TWOWIRE >
uint8_t* P9813MethodBase< T_TWOWIRE >::getData ( ) const
inline

◆ getDataSize()

template<typename T_TWOWIRE >
size_t P9813MethodBase< T_TWOWIRE >::getDataSize ( ) const
inline

◆ Initialize()

template<typename T_TWOWIRE >
void P9813MethodBase< T_TWOWIRE >::Initialize ( )
inline

◆ IsReadyToUpdate()

template<typename T_TWOWIRE >
bool P9813MethodBase< T_TWOWIRE >::IsReadyToUpdate ( ) const
inline

◆ Update()

template<typename T_TWOWIRE >
void P9813MethodBase< T_TWOWIRE >::Update ( bool  )
inline