1
0
forked from fsfw/fsfw

get transiition delay abstract

This commit is contained in:
2020-12-22 14:11:36 +01:00
parent d53645e6ea
commit 9937842ded
2 changed files with 1 additions and 6 deletions

View File

@ -490,7 +490,7 @@ protected:
* @param modeTo
* @return time in ms
*/
virtual uint32_t getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo);
virtual uint32_t getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) = 0;
/**
* Return the switches connected to the device.