add encodeur set value
This commit is contained in:
@ -39,6 +39,13 @@ public:
|
||||
*/
|
||||
int getValue();
|
||||
|
||||
/**
|
||||
* @brief set the encodeur value
|
||||
*
|
||||
* @param val the new encodeur value
|
||||
*/
|
||||
void setValue(int val);
|
||||
|
||||
/**
|
||||
* @brief update the encodeur value
|
||||
*
|
||||
|
Reference in New Issue
Block a user