RTEMS CPU Kit with SuperCore  4.11.3
Data Structures
capture_buffer.h File Reference

Capture buffer. More...

#include <stdlib.h>
Include dependency graph for capture_buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rtems_capture_buffer_t
 

Functions

void * rtems_capture_buffer_allocate (rtems_capture_buffer_t *buffer, size_t size)
 
void * rtems_capture_buffer_free (rtems_capture_buffer_t *buffer, size_t size)
 

Detailed Description

Capture buffer.

This is a set of functions to control a variable length capture record buffer.