Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ThingPlug_WiFi_Example_2 ThingPlug_Ethernet_Example ThingPlug_Ethernet_Example_temp_V2
Fork of GMMP_2 by
Define/Define_Delivery.h@0:7e575e5f88ec, 2015-08-09 (annotated)
- Committer:
- lesmin
- Date:
- Sun Aug 09 14:11:35 2015 +0000
- Revision:
- 0:7e575e5f88ec
forked from GMMP
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| lesmin | 0:7e575e5f88ec | 1 | /** GMMP Operation 중 주기보고 명령 리스트 정의 |
| lesmin | 0:7e575e5f88ec | 2 | * @file Define_Delivery.h |
| lesmin | 0:7e575e5f88ec | 3 | * @date 2013/11/21 |
| lesmin | 0:7e575e5f88ec | 4 | * @version 0.0.0.1 |
| lesmin | 0:7e575e5f88ec | 5 | * @ref GMMPHeader참조 |
| lesmin | 0:7e575e5f88ec | 6 | **/ |
| lesmin | 0:7e575e5f88ec | 7 | #ifndef DEFINE_DELIVERY_H_ |
| lesmin | 0:7e575e5f88ec | 8 | #define DEFINE_DELIVERY_H_ |
| lesmin | 0:7e575e5f88ec | 9 | |
| lesmin | 0:7e575e5f88ec | 10 | #define DELIVERY_COLLECT_DATA 0x01 ///<OMP에 수집 데이터 보고 한다. |
| lesmin | 0:7e575e5f88ec | 11 | #define DELIVERY_ALARM_DATA 0x02 ///<OMP에 장애 데이터 보고 한다. |
| lesmin | 0:7e575e5f88ec | 12 | #define DELIVERY_EVENT_DATA 0x03 ///<OMP에 이벤트 데이터 보고 한다. |
| lesmin | 0:7e575e5f88ec | 13 | #define DELIVERY_ALARM_CLEAR 0x04 ///<OMP에 장애 해제 데이터 보고 한다. |
| lesmin | 0:7e575e5f88ec | 14 | |
| lesmin | 0:7e575e5f88ec | 15 | #endif /* DEFINE_DELIVERY_H_ */ |
