SensESP 3.0.0-beta.6
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::RouteDefinition Class Reference

#include <sensesp/net/web/base_command_handler.h>

Public Member Functions

 RouteDefinition (String name, String path, String component_name)
 
String get_name ()
 
String get_path ()
 
String get_component_name ()
 
JsonDocument as_json ()
 

Protected Attributes

String name_
 
String path_
 
String component_name_
 

Detailed Description

Definition at line 13 of file base_command_handler.h.

Constructor & Destructor Documentation

◆ RouteDefinition()

sensesp::RouteDefinition::RouteDefinition ( String name,
String path,
String component_name )
inline

Definition at line 15 of file base_command_handler.h.

Member Function Documentation

◆ as_json()

JsonDocument sensesp::RouteDefinition::as_json ( )
inline

Definition at line 22 of file base_command_handler.h.

◆ get_component_name()

String sensesp::RouteDefinition::get_component_name ( )
inline

Definition at line 20 of file base_command_handler.h.

◆ get_name()

String sensesp::RouteDefinition::get_name ( )
inline

Definition at line 18 of file base_command_handler.h.

◆ get_path()

String sensesp::RouteDefinition::get_path ( )
inline

Definition at line 19 of file base_command_handler.h.

Member Data Documentation

◆ component_name_

String sensesp::RouteDefinition::component_name_
protected

Definition at line 34 of file base_command_handler.h.

◆ name_

String sensesp::RouteDefinition::name_
protected

Definition at line 32 of file base_command_handler.h.

◆ path_

String sensesp::RouteDefinition::path_
protected

Definition at line 33 of file base_command_handler.h.


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