GNU Radio 3.4.0 C++ API
gc_mbox.h File Reference

Go to the source code of this file.

Defines

#define MK_MBOX_MSG(cmd, args)   ((((cmd) & 0xf) << 28) | ((args) & 0x0fffffff))
#define MBOX_MSG_OP(msg)   (((msg) >> 28) & 0xf)
#define MBOX_MSG_ARG(msg)   ((msg) & 0x0fffffff)
#define OP_EXIT   0x0
#define OP_GET_SPU_BUFSIZE   0x1
#define OP_CHECK_QUEUE   0x2
#define OP_JOBS_DONE   0x3
#define OP_SPU_BUFSIZE   0x4

Define Documentation

#define MBOX_MSG_ARG (   msg)    ((msg) & 0x0fffffff)
#define MBOX_MSG_OP (   msg)    (((msg) >> 28) & 0xf)
#define MK_MBOX_MSG (   cmd,
  args 
)    ((((cmd) & 0xf) << 28) | ((args) & 0x0fffffff))
#define OP_CHECK_QUEUE   0x2
#define OP_EXIT   0x0
#define OP_GET_SPU_BUFSIZE   0x1
#define OP_JOBS_DONE   0x3
#define OP_SPU_BUFSIZE   0x4