GNU Radio 3.3.0 C++ API
buffer_pool.h File Reference
#include "memory_map.h"
Include dependency graph for buffer_pool.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 Documentation

#define INLINE_BUFFER_POOL   1

Function Documentation

static void bp_clear_buf ( int  bufnum) [inline, static]
static void bp_disable_port ( int  portnum) [inline, static]
void bp_init ( void  )
static void bp_receive_to_buf ( int  bufnum,
int  port,
int  step,
int  fl,
int  ll 
) [inline, static]
static void bp_send_from_buf ( int  bufnum,
int  port,
int  step,
int  fl,
int  ll 
) [inline, static]