#include <DynProgr_SPE.h>

Public Attributes | |
| int32_t | command |
| union { | |
| struct { | |
| SPESequence db | |
| double result | |
| } ALIGN | |
| struct { | |
| SPEMatrix matrix | |
| SPESequence query | |
| } CREATE_PROFILE | |
| struct { | |
| SPEProfile profile | |
| } GET_PROFILE | |
| struct { | |
| int32_t datatype | |
| int32_t dbMaxLen | |
| double fixedDel | |
| double incDel | |
| } INIT | |
| struct { | |
| ppu_addr_t addr | |
| int32_t blockSize | |
| } PUT_PROFILE | |
| } | data |
Definition at line 98 of file DynProgr_SPE.h.
Definition at line 112 of file DynProgr_SPE.h.
| struct { ... } SPECommand::ALIGN |
| int32_t SPECommand::blockSize |
Definition at line 113 of file DynProgr_SPE.h.
| int32_t SPECommand::command |
Definition at line 99 of file DynProgr_SPE.h.
| struct { ... } SPECommand::CREATE_PROFILE |
| union { ... } SPECommand::data |
| int32_t SPECommand::datatype |
Definition at line 102 of file DynProgr_SPE.h.
Definition at line 119 of file DynProgr_SPE.h.
| int32_t SPECommand::dbMaxLen |
Definition at line 103 of file DynProgr_SPE.h.
| double SPECommand::fixedDel |
Definition at line 104 of file DynProgr_SPE.h.
| struct { ... } SPECommand::GET_PROFILE |
| double SPECommand::incDel |
Definition at line 105 of file DynProgr_SPE.h.
| struct { ... } SPECommand::INIT |
Definition at line 109 of file DynProgr_SPE.h.
Definition at line 116 of file DynProgr_SPE.h.
| struct { ... } SPECommand::PUT_PROFILE |
Definition at line 108 of file DynProgr_SPE.h.
| double SPECommand::result |
Definition at line 120 of file DynProgr_SPE.h.
1.5.4