GNU Radio 3.4.2 C++ API
gc_proc_def_utils.h File Reference
#include <gcell/gc_declare_proc.h>
#include <libspe2.h>
Include dependency graph for gc_proc_def_utils.h:

Go to the source code of this file.

Functions

bool gcpd_find_table (spe_program_handle_t *program, struct gc_proc_def **table, int *nentries, uint32_t *ls_addr)
 find the gc_proc_def table in the SPE program

Function Documentation

bool gcpd_find_table ( spe_program_handle_t *  program,
struct gc_proc_def **  table,
int *  nentries,
uint32_t ls_addr 
)

find the gc_proc_def table in the SPE program

Parameters:
[in]programis the handle to the loaded SPE program
[out]tablepoints to the table, if it's found
[out]nentriesis set to the number of entries in the table.
[out]ls_addris set to the Local Store address of the table
Returns:
true if successful, else false