#include <MKUnitGenerator.h>
Public Attributes | |
MKOrchAddrStruct | addrStruct |
DSPMemorySpace | addressMemSpace |
DSPLongDatum | curVal |
BOOL | initialized |
int | type |
Specifies location of the argument on the DSP.
DSPMemorySpace _MKUGArgStruct::addressMemSpace |
For address-valued memory arguments, this is the memory space where the DSP code assumes the address is located. For datum-valued memory arguments, addressMemSpace is DSP_MS_N.
DSPLongDatum _MKUGArgStruct::curVal |
Most-recently sent value for this argument. If type is not long, low order word is ignored. (Used by optimizer)
YES if a value has been sent to the DSP since the object was instantiated. (Used by optimizer)
Unused, Reserved.