MulticoreBSP for C  Version 2.0.4
Data Fields
mcbsp_hp_request Struct Reference

A DRMA communication request for hpput and hpget requests. More...

#include <mcbsp.h>

Data Fields

const void * source
 Source. More...
 
void * destination
 Destination. More...
 
size_t length
 Length. More...
 
bool source_is_remote
 Whether source is the remote PID. More...
 

Detailed Description

A DRMA communication request for hpput and hpget requests.

Field Documentation

void* mcbsp_hp_request::destination

Destination.

size_t mcbsp_hp_request::length

Length.

const void* mcbsp_hp_request::source

Source.

bool mcbsp_hp_request::source_is_remote

Whether source is the remote PID.

(Note that if this is true, then this request must have originated from a bsp_hpget.)


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