|
GNU Radio 3.3.0 C++ API
|
#include "memory_map.h"
Go to the source code of this file.
Defines | |
| #define | INLINE_BUFFER_POOL 1 |
Functions | |
| void | bp_init (void) |
| static void | bp_clear_buf (int bufnum) |
| static void | bp_disable_port (int portnum) |
| static void | bp_receive_to_buf (int bufnum, int port, int step, int fl, int ll) |
| static void | bp_send_from_buf (int bufnum, int port, int step, int fl, int ll) |
| #define INLINE_BUFFER_POOL 1 |
| static void bp_clear_buf | ( | int | bufnum | ) | [inline, static] |
References BPC_BUFFER, BPC_CLR, BPC_PORT_NIL, and buffer_pool_ctrl.
| static void bp_disable_port | ( | int | portnum | ) | [inline, static] |
References BPC_BUFFER_NIL, BPC_PORT, and buffer_pool_ctrl.
| void bp_init | ( | void | ) |
| static void bp_receive_to_buf | ( | int | bufnum, |
| int | port, | ||
| int | step, | ||
| int | fl, | ||
| int | ll | ||
| ) | [inline, static] |
References BPC_BUFFER, BPC_FIRST_LINE, BPC_LAST_LINE, BPC_PORT, BPC_READ, BPC_STEP, and buffer_pool_ctrl.
| static void bp_send_from_buf | ( | int | bufnum, |
| int | port, | ||
| int | step, | ||
| int | fl, | ||
| int | ll | ||
| ) | [inline, static] |
References BPC_BUFFER, BPC_FIRST_LINE, BPC_LAST_LINE, BPC_PORT, BPC_STEP, BPC_WRITE, and buffer_pool_ctrl.