ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.c:33
static
const
char
*
TAG
=
"esp_local_ctrl"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"esp_local_ctrl"
;
esp_local_ctrl.c:33
ESP_LOGE
(
TAG
,
"NULL configuration provided"
)
;
esp_local_ctrl.c:40
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"No transport provided"
)
;
esp_local_ctrl.c:45
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"max_properties must be greater than 0"
)
;
esp_local_ctrl.c:50
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Handlers cannot be null"
)
;
esp_local_ctrl.c:56
esp_local_ctrl_start()
ESP_LOGW
(
TAG
,
"Service already active"
)
;
esp_local_ctrl.c:61
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for instance"
)
;
esp_local_ctrl.c:67
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for properties"
)
;
esp_local_ctrl.c:75
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Failed to create new protocomm instance"
)
;
esp_local_ctrl.c:125
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Failed to set version endpoint"
)
;
esp_local_ctrl.c:142
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Failed to set session endpoint"
)
;
esp_local_ctrl.c:181
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Failed to set control endpoint"
)
;
esp_local_ctrl.c:189
esp_local_ctrl_start()
ESP_LOGE
(
TAG
,
"Service not running"
)
;
esp_local_ctrl.c:251
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Property with name %s exists"
,
prop
->
name
)
;
esp_local_ctrl.c:258
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Max properties limit reached. Cannot add property %s"
,
prop
->
name
)
;
esp_local_ctrl.c:264
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for new property %s"
,
prop
->
name
)
;
esp_local_ctrl.c:271
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for property data %s"
,
prop
->
name
)
;
esp_local_ctrl.c:276
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Property %s not found"
,
name
)
;
esp_local_ctrl.c:295
esp_local_ctrl_remove_property()
ESP_LOGE
(
TAG
,
"Property %s not found"
,
name
)
;
esp_local_ctrl.c:324
esp_local_ctrl_get_property()
ESP_LOGE
(
TAG
,
"Service not running"
)
;
esp_local_ctrl.c:334
esp_local_ctrl_get_prop_count()
ESP_LOGE
(
TAG
,
"Service not running"
)
;
esp_local_ctrl.c:349
esp_local_ctrl_get_prop_values()
ESP_LOGE
(
TAG
,
"Invalid property index %"
PRId32
,
indices
[
i
]
)
;
esp_local_ctrl.c:359
esp_local_ctrl_get_prop_values()
ESP_LOGE
(
TAG
,
"Service not running"
)
;
esp_local_ctrl.c:385
esp_local_ctrl_set_prop_values()
ESP_LOGE
(
TAG
,
"Unable to allocate memory for properties array"
)
;
esp_local_ctrl.c:395
esp_local_ctrl_set_prop_values()
ESP_LOGE
(
TAG
,
"Invalid property index %"
PRId32
,
indices
[
i
]
)
;
esp_local_ctrl.c:400
esp_local_ctrl_set_prop_values()
ESP_LOGE
(
TAG
,
"Invalid property size %d. Expected %d"
,
esp_local_ctrl.c:408
esp_local_ctrl_set_prop_values()
ESP_LOGE
(
TAG
,
"Failed to register endpoint handler"
)
;
esp_local_ctrl.c:440
esp_local_ctrl_set_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 8 functions:
All items filtered out
TAG
esp_local_ctrl_start()
esp_local_ctrl_add_property()
esp_local_ctrl_remove_property()
esp_local_ctrl_get_property()
esp_local_ctrl_get_prop_count()
esp_local_ctrl_get_prop_values()
esp_local_ctrl_set_prop_values()
esp_local_ctrl_set_handler()
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
Lifecycle
from
examples
All items filtered out
All items filtered out