MulticoreBSP for C
Version 2.0.4
|
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... | |
A DRMA communication request for hpput and hpget requests.
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.)