ESP-IDF
+
0
/1 examples
SourceVu will show references to
mq_attr
from the following samples and libraries:
rt_mqueue sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mq_attr
mq_attr struct
Message queue attributes.
Syntax
Show:
Summary
Declaration
from
mqueue.h:55
struct
mq_attr
{
long
mq_flags
;
long
mq_maxmsg
;
long
mq_msgsize
;
long
mq_curmsgs
;
}
;
Fields
Field
Declared as
Description
mq_attr::mq_flags
long
Message queue flags.
mq_attr::mq_maxmsg
long
Maximum number of messages.
mq_attr::mq_msgsize
long
Maximum message size.
mq_attr::mq_curmsgs
long
Number of messages currently queued.
Related Functions
Found 3 other functions taking a
mq_attr
argument:
Function
Description
prvCreateNewMessageQueue()
Add a new queue to the queue list.
mq_getattr()
Get message queue attributes. Please refer to http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_getattr.html for more details.
mq_setattr()
Examples
mq_attr
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out