SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::LEDPatternFragment Class Reference

#include <sensesp/system/led_blinker.h>

Public Member Functions

 LEDPatternFragment (uint32_t duration_ms, FragmentCallback callback)
 
 LEDPatternFragment (const LEDPatternFragment &other)
 
LEDPatternFragmentoperator= (const LEDPatternFragment &other)
 

Public Attributes

uint32_t duration_ms_
 
FragmentCallback callback_
 

Detailed Description

Definition at line 102 of file led_blinker.h.

Constructor & Destructor Documentation

◆ LEDPatternFragment() [1/2]

sensesp::LEDPatternFragment::LEDPatternFragment ( uint32_t  duration_ms,
FragmentCallback  callback 
)
inline

Definition at line 104 of file led_blinker.h.

◆ LEDPatternFragment() [2/2]

sensesp::LEDPatternFragment::LEDPatternFragment ( const LEDPatternFragment other)
inline

Definition at line 108 of file led_blinker.h.

Member Function Documentation

◆ operator=()

LEDPatternFragment & sensesp::LEDPatternFragment::operator= ( const LEDPatternFragment other)
inline

Definition at line 112 of file led_blinker.h.

Member Data Documentation

◆ callback_

FragmentCallback sensesp::LEDPatternFragment::callback_

Definition at line 119 of file led_blinker.h.

◆ duration_ms_

uint32_t sensesp::LEDPatternFragment::duration_ms_

Definition at line 118 of file led_blinker.h.


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