ESP-IDF
mesh_vote_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mesh_vote_t
mesh_vote_t struct
Vote
Syntax
Show:
Summary
Declaration
from
esp_mesh.h:530
typedef
struct
{
float
percentage
;
bool
is_rc_specified
;
mesh_rc_config_t
config
;
}
mesh_vote_t
;
Fields
Field
Declared as
Description
mesh_vote_t::percentage
float
vote percentage threshold for approval of being a root.
mesh_vote_t::is_rc_specified
bool
if true, rc_addr shall be specified (Unimplemented). if false, attempts value shall be specified to make network start root election.
mesh_vote_t::config
mesh_rc_config_t
vote address configuration.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_mesh.h:530
}
mesh_vote_t
;
esp_mesh.h:535
mesh_vote_t
esp_err_t
esp_mesh_waive_root
(
const
mesh_vote_t
*
vote
,
int
reason
)
;
esp_mesh.h:1065
esp_mesh_waive_root()
esp_mesh_waive_root()::vote
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_mesh_waive_root()::vote
esp_mesh_waive_root()
esp_mesh.h:1065
Lifecycle
from
examples
All items filtered out
All items filtered out