Retrieves the current, pre-defined circuit group configuration.
S16 TUPGetGrpCfg ( U8 board, TupGrpCfg *cfg, U16 groupID)
Argument |
Description |
board |
TX board number. |
cfg |
Pointer to the configuration structure to fill. Refer to TUPInitGrpCfg. |
groupID |
Group ID for which to get the configuration. |
Return value |
Description |
TUP_SUCCESS |
|
TUP_BOARD |
board is out of range. |
TUP_DRIVER |
Error occurred accessing the driver. |
TUP_FAILED |
Task on the TX board reported a failure. |
TUP_UNBOUND |
Application failed to call TUPInitMgmtAPI prior to this call. |