Definition in file AVRGSM_tools.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
unsigned char * | TOOLS__decodeCMGR (int index) |
Get start of compressed string. | |
int | TOOLS_decodeCMTI (void) |
Used to get index of newly received message. |
|
Get start of compressed string.
When a new message has been read from a given index, thsi function
Local variables Definition at line 80 of file AVRGSM_tools.c. References COM_gets(), COM_trim(), and ZIP_htoi(). Referenced by API_readmsg().
Here is the call graph for this function: ![]() |
|
Used to get index of newly received message.
Will search through the receive buffer found in AVRSMS_com.c, until a
Local variables Definition at line 39 of file AVRGSM_tools.c. References COM_gets(), COM_trim(), and ZIP_atoi(). Referenced by ST_get_index().
Here is the call graph for this function: ![]() |