MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / Queue

Method Queue

components/libc/cplusplus/os/cxx_queue.h:32–35  ·  view source on GitHub ↗

Create and initialise a message Queue. */

Source from the content-addressed store, hash-verified

30public:
31 /** Create and initialise a message Queue. */
32 Queue()
33 {
34 rt_mq_init(&mID, "mq", mPool, sizeof(T), sizeof(mPool), RT_IPC_FLAG_FIFO);
35 };
36
37 ~Queue()
38 {

Callers

nothing calls this directly

Calls 1

rt_mq_initFunction · 0.85

Tested by

no test coverage detected