summaryrefslogtreecommitdiff
path: root/src/appMain/life_cycle_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant function descriptions from Impl classAndriy Byzhynar2018-08-211-34/+0
|
* Initial implementation of Low Voltage featureAndriy Byzhynar2018-08-211-12/+23
| | | | | Implemented Low Voltage feature based on POSIX real-time signals
* Create Life Cycle class interfaceAndriy Byzhynar2018-08-211-0/+136
Created Life cycle class interface in order: - to make unit-testing available - to decrease components coupling