RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros | Functions
record-fetch.c File Reference

This source file contains the implementation of the record fetching. More...

#include <rtems/record.h>
#include <rtems.h>
#include <string.h>

Macros

#define RECORD_FETCH_HEADER_ITEMS   2
 

Functions

size_t rtems_record_get_item_count_for_fetch (void)
 Returns the count of items which allows getting all available items for one processor through one call to rtems_record_fetch().
 
void rtems_record_fetch_initialize (rtems_record_fetch_control *control, rtems_record_item *items, size_t count)
 Initializes the record fetch control structure.
 
rtems_record_fetch_status rtems_record_fetch (rtems_record_fetch_control *control)
 Fetches records from the record buffers of the processors.
 

Detailed Description

This source file contains the implementation of the record fetching.