i80_controller sample
lv_subject_get_string()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_subject_get_string()
lv_subject_get_string() function
Get the current value of an string subject
Syntax
Show:
Summary
Declaration
Definition
from
lv_observer.h:125
const
char
*
lv_subject_get_string
(
lv_subject_t
*
subject
)
;
Implemented in
lv_observer.c:150
Arguments
Argument
Description
subject
pointer to the subject
Return value
pointer to the buffer containing the current value
Examples
References
from
examples
Code
Location
const
char
*
lv_subject_get_string
(
lv_subject_t
*
subject
)
lv_observer.c:150
const
char
*
lv_subject_get_string
(
lv_subject_t
*
subject
)
;
lv_observer.h:125
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_subject_get_string()
reads 4 variables:
lv_subject_type_t::LV_SUBJECT_TYPE_STRING
lv_subject_value_t::pointer
lv_subject_t::type
lv_subject_t::value
All items filtered out
lv_subject_get_string()
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