Warning, /sdk/cutehmi/extensions/CuteHMI/Services.3/CHANGES.md is written in an unsupported language. File is not indexed.

0001 # Changes
0002 
0003 ## Version 3
0004 
0005 - ServiceManager has been replaced with cutehmi::services::ServiceGroup and classes derived from
0006   cutehmi::services::AbstractServiceController or cutehmi::services::ServiceGroupRule can be used to control service operations.
0007 - cutehmi::services::SelfService can be used to define QML services without the need of using C++ API.
0008 - cutehmi::services::StateInterface provides clean access to service states.
0009 - cutehmi::services::Serviceable has been slightly modified and state interface allows for reconfiguration of the state machine.
0010 - PollingTimer has been removed.