Functions | |
| uint16_t | SSICallback (int iIndex, char *pcInsert, int iInsertLen) |
| SSICallback. More... | |
Variables | |
| const typedef char * | SSI_t |
| int | XTAL_Min |
| int | XTAL_Hour |
| int | XTAL_Sec |
| int | XTAL_Day |
| int | XTAL_Month |
| int | XTAL_Year |
| unsigned long | ulIPAddress |
| unsigned long | ulIPAddress1 |
| unsigned long | ulIPAddress2 |
| unsigned long | ulIPAddress3 |
| unsigned long | ulGWAddress |
| unsigned long | ulNMAddress |
| long long unsigned int | sent_len |
| char | stationname [160] |
| volatile int | items |
| char | szArtist [120] |
| char | szTitle [120] |
| MP3FrameInfo | mp3FrameInfo |
| int | MP3errorcount |
| int | MP3errorreason |
| char | StreamTitle [500] |
| char | StreamURL [500] |
| static SSI_t | SSI_Tags [] |
| uint16_t SSICallback | ( | int | iIndex, |
| char * | pcInsert, | ||
| int | iInsertLen | ||
| ) |
SSICallback.
| iIndex | |
| pcInsert | |
| iInsertLen |
References items, MP3errorcount, MP3errorreason, mp3FrameInfo, sent_len, stationname, StreamTitle, StreamURL, ulIPAddress, XTAL_Day, XTAL_Hour, XTAL_Min, XTAL_Month, XTAL_Sec, and XTAL_Year.
| volatile int items |
| int MP3errorcount |
| int MP3errorreason |
| MP3FrameInfo mp3FrameInfo |
from mp3player.c
| long long unsigned int sent_len |
| const typedef char* SSI_t |
|
static |
Set SSI tags for handling variables
| char stationname[160] |
| char StreamTitle[500] |
normally metainfo shorter
normally metainfo shorter, but can be up to 15*256 (which would produce mem overflow)
| char StreamURL[500] |
normally metainfo shorter
normally metainfo shorter
| char szArtist[120] |
from mp3player.h
| char szTitle[120] |
from mp3player.h
| unsigned long ulGWAddress |
| unsigned long ulIPAddress |
| unsigned long ulIPAddress1 |
| unsigned long ulIPAddress2 |
| unsigned long ulIPAddress3 |
| unsigned long ulNMAddress |
| int XTAL_Day |
| int XTAL_Hour |
| int XTAL_Min |
| int XTAL_Month |
| int XTAL_Sec |
| int XTAL_Year |