SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::SmartSwitchController::SyncPath Class Reference

Used to store configuration internally. More...

#include <sensesp/controllers/smart_switch_controller.h>

Public Member Functions

 SyncPath ()
 
 SyncPath (String sk_sync_path)
 

Public Attributes

String sk_sync_path_
 
std::shared_ptr< BoolSKPutRequestput_request_
 

Friends

bool operator< (const SyncPath &lhs, const SyncPath &rhs)
 

Detailed Description

Used to store configuration internally.

Definition at line 114 of file smart_switch_controller.h.

Constructor & Destructor Documentation

◆ SyncPath() [1/2]

sensesp::SmartSwitchController::SyncPath::SyncPath ( )

Definition at line 51 of file smart_switch_controller.cpp.

◆ SyncPath() [2/2]

sensesp::SmartSwitchController::SyncPath::SyncPath ( String sk_sync_path)

Definition at line 53 of file smart_switch_controller.cpp.

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const SyncPath & lhs,
const SyncPath & rhs )
friend

Definition at line 122 of file smart_switch_controller.h.

Member Data Documentation

◆ put_request_

std::shared_ptr<BoolSKPutRequest> sensesp::SmartSwitchController::SyncPath::put_request_

Definition at line 117 of file smart_switch_controller.h.

◆ sk_sync_path_

String sensesp::SmartSwitchController::SyncPath::sk_sync_path_

Definition at line 116 of file smart_switch_controller.h.


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