Memmory buffers

Handles the creation and mangement of in memory FIFO channels.

testify_buffer_create

THandle *testify_buffer_create();

Description: Creates a handle to a Testify FIFO Memory buffer.

testify_buffer_get

void *testify_buffer_get(THandle *handle, uint32 *size);

Description: Gives the user read direct memory access to the packed data. If the handle is set to debug mode it will contain debug header information.

testify_buffer_set

void testify_buffer_set(THandle *handle, void *data, uint32 size);

Description: Lets the user give a pointer to "data" of "Size" number of bytes that will be added to the buffer.