| Method |
Description |
unaObject.AfterConstruction |
Makes sure "inherited" create() was called during object's creation. |
unaObject.create |
Creates an object. |
AfterConstruction |
Makes sure "inherited" create() was called during object's creation. |
BeforeDestruction |
|
create |
Creates a DSP Lib processor. ID could be one of the following: |
getc |
Returns array parameter. Parameter ID and value meaning depends on processor type. |
getf |
Returns float parameter. Parameter ID and value meaning depends on processor type. |
geti |
Returns integer parameter. Parameter ID and value meaning depends on processor type. |
idIsINOUT |
|
issetc |
Returns true if specified array parameter is set. |
issetf |
Returns true if specified float parameter is set. |
isseti |
Returns true if specified integer parameter is set. |
process |
|
setc |
Sets array parameter. Parameter ID and value meaning depends on processor type. |
setf |
Sets float parameter. Parameter ID and value meaning depends on processor type. |
seti |
Sets integer parameter. Parameter ID and value meaning depends on processor type. |