mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-30 03:43:44 -04:00
* [EGD-2404] Handling incoming SMS. * [EGD-2404-db-modem] WiP onf db handling. * [EGD-2404-db-modem] service-db notification + SmsDB::Add. * WiP handling service-db notification in service-cellular. * WiP on cellular<->db. * Fix in usc2, handlig incoming message. * Code cleanup pt 1. * Improvements in service-csllular. * Fixed compilation error on target, small cleanup. * Small claenup. * Fixes after rebase. * Fixed incoming sms date parsing on target. * Fix after rebase. * PR suggestions added. * dynamic_cast + nullptr check.
19 lines
362 B
C++
19 lines
362 B
C++
//
|
|
// Created by mati on 28.04.19.
|
|
//
|
|
|
|
#ifndef MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
#define MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
|
|
//M.P: add here application specific definitions of bus channels
|
|
|
|
// Custom Bus channels
|
|
ServiceCellularNotifications,
|
|
Test2CustomBusChannel,
|
|
ServiceDBNotifications,
|
|
ServiceAudioNotifications
|
|
|
|
|
|
|
|
#endif //MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|