stringtable.c File Reference
Detailed Description
This file implements the string tables for multi language support.
- Software License
- See the MBCSL for details.
- Author:
- Sven Schlender (kontakt at mobacon dot de) Bart Eversdijk (BEK) Manel Márquez
- Date:
- 2010-10-29
- Todo:
- Split string tables for seperate language firmware (to store flash memory). \
|
Functions |
| void | StrTbl_SetLanguage (LanguageIDs_t LanguageId) |
| | The function sets the actual string table for this session (not permanently).
|
| void | StrTbl_GetString (uint8_t *pString, uint16_t StringId) |
| | The function copies the string with the given ID to the given RAM location.
|
| ROM char * | StringGetPointer (uint16_t StringId) |
| | The function delivers a ROM pointer to the given string ID.
|
| ROM char * | StringGetLanguageStringPointer (uint8_t LanguageId, uint16_t StringId) |
| | The function delivers a ROM pointer to the given string ID on a given string table.
|
| ROM char * | StringGetStatePointer (StateTableIDs_t StateId) |
| | The function delivers a ROM pointer to the given string ID from the state table.
|