Commit for SWO for HW validation menu updates
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@245 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -131,6 +131,23 @@ extern void Display_destruct(struct Display* self);
|
||||
extern ErrorStatus Display_clearScreen(struct Display* self);
|
||||
|
||||
|
||||
/** ----------------------------------------------------------------------------
|
||||
* Display_clearLine
|
||||
* Clears one particular line on the display
|
||||
*
|
||||
* @param self The display information to use
|
||||
* @param line Linenumber to clear
|
||||
*
|
||||
* @return ErrorStatus SUCCESS if clearing line was OK
|
||||
* ERROR otherwise, e.g. line number out of
|
||||
* bound
|
||||
*
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus Display_clearLine(struct Display* self, size_t line);
|
||||
|
||||
|
||||
/** ----------------------------------------------------------------------------
|
||||
* Display_setState
|
||||
* Sets the display state
|
||||
|
||||
Reference in New Issue
Block a user