RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Structures
capture_buffer.h File Reference

Capture buffer. More...

#include <stdlib.h>

Go to the source code of this file.

Data Structures

struct  rtems_capture_buffer
 
typedef struct rtems_capture_buffer rtems_capture_buffer
 
void * rtems_capture_buffer_allocate (rtems_capture_buffer *buffer, size_t size)
 
void * rtems_capture_buffer_free (rtems_capture_buffer *buffer, size_t size)
 

Detailed Description

Capture buffer.

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

Typedef Documentation

◆ rtems_capture_buffer

Capture buffer. There is one per CPU.