RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
rtems_record_fetch_control Struct Reference

This structure controls the record fetching performed by rtems_record_fetch(). More...

#include <record.h>

Data Fields

rtems_record_item * fetched_items
 This member references the first item fetched by the last call to rtems_record_fetch().
 
size_t fetched_count
 This member contains the count of items fetched by the last call to rtems_record_fetch().
 
struct {
   size_t   cpu_todo
 This member contains the count of records which need to be fetched from the current processor before the next processor is selected.
 
   rtems_record_item *   storage_items
 This member references the item array used to store fetched items.
 
   size_t   storage_item_count
 This member contains the count of items of the array referenced by storage_items.
 
internal
 The following members should only be accessed by rtems_record_fetch_initialize() and rtems_record_fetch().
 

Detailed Description

This structure controls the record fetching performed by rtems_record_fetch().

The structure shall be initialized by rtems_record_fetch_initialize().


The documentation for this struct was generated from the following file: