DolphinV4 API  1.6.1.0
REP functions
Collaboration diagram for REP functions:

Functions

void rep_init (uint8 *pu8Param, uint8 u8ParamToSet)

Detailed Description

The REP module is used for the repeater functionality of Dolphin. For more information be sure to read Repeater The initialization of the REP module is done through Dolphin APIConfigurator. The generated settings are saved to the file EO3100I_CFG.h.

Note:
By default, repeating functionality is switched OFF.
For the repeater module to work the scheduler has to run. For more information read time module.


Function Documentation

void rep_init ( uint8 *  pu8Param,
uint8  u8ParamToSet 
)

Initialises the REP module.

Parameters:
[in]*pu8ParamPointer to parameter array
[in]u8ParamToSetIndex of parameters to set.
Returns:
-
Note:
To generate the parameters for rep_init use DolphinV4 API Configurator.
If you do only use repeating and no other application, you periodicaly have to call radio_getTelegram to remove the telegrams from buffer.