File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ domain/ezsp-dongle.h \
51
51
domain/ezsp-dongle-observer.h \
52
52
domain/zigbee-tools/zigbee-networking.h \
53
53
domain/zigbee-tools/zigbee-messaging.h \
54
+ domain/zbmessage/green-power-frame.h \
55
+ domain/zigbee-tools/green-power-sink.h \
56
+ domain/zigbee-tools/green-power-sink-table.h \
57
+ domain/zbmessage/green-power-sink-table-entry.h \
58
+ domain/green-power-observer.h \
54
59
domain/zbmessage/zigbee-message.h \
55
60
domain/zbmessage/aps.h \
56
61
domain/zbmessage/apsoption.h \
Original file line number Diff line number Diff line change 12
12
13
13
#include " apsoption.h"
14
14
15
+ #ifdef USE_RARITAN
16
+ /* *** Start of the official API; no includes below this point! ***************/
17
+ #include < pp/official_api_start.h>
18
+ #endif // USE_RARITAN
19
+
15
20
class CAPSFrame ; /* Forward declaration */
16
21
void swap (CAPSFrame& first, CAPSFrame& second); /* Declaration before qualifying ::swap() as friend for class CAPSFrame */
17
22
@@ -83,3 +88,6 @@ class CAPSFrame
83
88
uint8_t src_ep;
84
89
};
85
90
91
+ #ifdef USE_RARITAN
92
+ #include < pp/official_api_end.h>
93
+ #endif // USE_RARITAN
Original file line number Diff line number Diff line change 9
9
#include < cstdint>
10
10
#include < vector>
11
11
12
+ #ifdef USE_RARITAN
13
+ /* *** Start of the official API; no includes below this point! ***************/
14
+ #include < pp/official_api_start.h>
15
+ #endif // USE_RARITAN
16
+
12
17
typedef enum
13
18
{
14
19
E_DIR_CLIENT_TO_SERVER = 0 ,
@@ -106,3 +111,7 @@ class CZCLFrameControl
106
111
/* * software version indication, MSP : 0 for short frame (no deviceid and battery fields), 1 for long frame (generation 2.1) */
107
112
EZCLFrameCtrlSoftwareCode software_code;
108
113
};
114
+
115
+ #ifdef USE_RARITAN
116
+ #include < pp/official_api_end.h>
117
+ #endif // USE_RARITAN
Original file line number Diff line number Diff line change 11
11
12
12
#include " zclframecontrol.h"
13
13
14
+ #ifdef USE_RARITAN
15
+ /* *** Start of the official API; no includes below this point! ***************/
16
+ #include < pp/official_api_start.h>
17
+ #endif // USE_RARITAN
18
+
14
19
#define LG_MAN_CODE 0x1021
15
20
16
21
class CZCLHeader ; /* Forward declaration */
@@ -122,3 +127,7 @@ class CZCLHeader
122
127
/* * */
123
128
uint8_t cmd_id;
124
129
};
130
+
131
+ #ifdef USE_RARITAN
132
+ #include < pp/official_api_end.h>
133
+ #endif // USE_RARITAN
You can’t perform that action at this time.
0 commit comments