MappedMemoryCommunication

Undocumented in source.

Constructors

this
this(uint index, SharedSerialData _shared)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

allReady
bool allReady()
Undocumented in source. Be warned that the author may not have intended to support it.
deinit
void deinit()
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeDone
void finalizeDone(uint index, bool done)
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeDone
bool finalizeDone(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
getState
CommunicationState getState()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
read
uint read(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
readDone
void readDone(uint index, bool done)
Undocumented in source. Be warned that the author may not have intended to support it.
readDone
bool readDone(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
setReady
void setReady(uint index, bool ready)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(uint index, uint word)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Communication

getState
CommunicationState getState()
Undocumented in source.
setReady
void setReady(uint index, bool ready)
Undocumented in source.
allReady
bool allReady()
Undocumented in source.
init
void init()
Undocumented in source.
readDone
void readDone(uint index, bool done)
Undocumented in source.
readDone
bool readDone(uint index)
Undocumented in source.
finalizeDone
void finalizeDone(uint index, bool done)
Undocumented in source.
finalizeDone
bool finalizeDone(uint index)
Undocumented in source.
deinit
void deinit()
Undocumented in source.
read
uint read(uint index)
Undocumented in source.
write
void write(uint index, uint data)
Undocumented in source.

Meta