GNU Radio's TEST Package
|
Internal structure describing a packed resource. More...
#include <resource_internal.h>
Public Attributes | |
const char * | name |
Name of the resource. | |
const void * | data |
Data (with added final \0) | |
unsigned int | len |
Original length (in bytes) of data. | |
Internal structure describing a packed resource.
const void* resource_pack::data |
Data (with added final \0)
unsigned int resource_pack::len |
Original length (in bytes) of data.
const char* resource_pack::name |
Name of the resource.