Handling of GetAlarmSummary service.

This commit is contained in:
k001a
2011-08-23 21:22:06 +00:00
parent ed7ba53b08
commit c40b355694
11 changed files with 431 additions and 8 deletions
+3 -1
View File
@@ -123,7 +123,9 @@ static void Init_Service_Handlers(
handler_alarm_ack);
apdu_set_confirmed_handler(SERVICE_CONFIRMED_GET_EVENT_INFORMATION,
handler_get_event_information);
#endif /* defined(INTRINSIC_REPORTING) */
apdu_set_confirmed_handler(SERVICE_CONFIRMED_GET_ALARM_SUMMARY,
handler_get_alarm_summary);
#endif /* defined(INTRINSIC_REPORTING) */
}
/** Handler registered with atexit() inside main function to, well, cleanup.