|
TDecoder
|
Previous Top Next |
| Parameter | Description
|
| strName | The unique name identifies the decoder. This is the name you will see in the GSEOS Explorer.
|
| fDecoder | Your decoder function. It takes one parameter which is the block that triggers the decoder (if you register the decoder for more than one block you can use this parameter to determine the source block). If this function throws an exception the decoder is terminated.
|
| ctChildBlocks | The data blocks your decoder is going to generated. List all blocks your decoder may generate. Given this information the decoder hierarchy can be examined with the GSEOS Exporer.
|
| TypeError | The decoder name has to be a string.
|
| DecoderError | The fDecoder parameter has to be a callable object. The child list contains invalid blocks.
|