/src/connectedhomeip/zzz_generated/app-common/clusters/PowerSource/Events.h
Line | Count | Source |
1 | | /* |
2 | | * |
3 | | * Copyright (c) 2022 Project CHIP Authors |
4 | | * |
5 | | * Licensed under the Apache License, Version 2.0 (the "License"); |
6 | | * you may not use this file except in compliance with the License. |
7 | | * You may obtain a copy of the License at |
8 | | * |
9 | | * http://www.apache.org/licenses/LICENSE-2.0 |
10 | | * |
11 | | * Unless required by applicable law or agreed to in writing, software |
12 | | * distributed under the License is distributed on an "AS IS" BASIS, |
13 | | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | | * See the License for the specific language governing permissions and |
15 | | * limitations under the License. |
16 | | */ |
17 | | |
18 | | // THIS FILE IS GENERATED BY ZAP |
19 | | // This file is generated from clusters-Events.h.zapt |
20 | | |
21 | | #pragma once |
22 | | |
23 | | #include <app/EventLoggingTypes.h> |
24 | | #include <app/data-model/DecodableList.h> |
25 | | #include <app/data-model/List.h> |
26 | | #include <app/data-model/Nullable.h> |
27 | | #include <lib/core/DataModelTypes.h> |
28 | | #include <lib/core/TLV.h> |
29 | | #include <lib/support/BitMask.h> |
30 | | |
31 | | #include <clusters/shared/Enums.h> |
32 | | #include <clusters/shared/Structs.h> |
33 | | |
34 | | #include <clusters/PowerSource/ClusterId.h> |
35 | | #include <clusters/PowerSource/Enums.h> |
36 | | #include <clusters/PowerSource/EventIds.h> |
37 | | #include <clusters/PowerSource/Structs.h> |
38 | | |
39 | | #include <cstdint> |
40 | | |
41 | | namespace chip { |
42 | | namespace app { |
43 | | namespace Clusters { |
44 | | namespace PowerSource { |
45 | | namespace Events { |
46 | | namespace WiredFaultChange { |
47 | | static constexpr PriorityLevel kPriorityLevel = PriorityLevel::Info; |
48 | | |
49 | | enum class Fields : uint8_t |
50 | | { |
51 | | kCurrent = 0, |
52 | | kPrevious = 1, |
53 | | }; |
54 | | |
55 | | struct Type |
56 | | { |
57 | | public: |
58 | 0 | static constexpr PriorityLevel GetPriorityLevel() { return kPriorityLevel; } |
59 | 0 | static constexpr EventId GetEventId() { return Events::WiredFaultChange::Id; } |
60 | 0 | static constexpr ClusterId GetClusterId() { return Clusters::PowerSource::Id; } |
61 | | static constexpr bool kIsFabricScoped = false; |
62 | | |
63 | | DataModel::List<const WiredFaultEnum> current; |
64 | | DataModel::List<const WiredFaultEnum> previous; |
65 | | |
66 | | CHIP_ERROR Encode(TLV::TLVWriter & aWriter, TLV::Tag aTag) const; |
67 | | }; |
68 | | |
69 | | struct DecodableType |
70 | | { |
71 | | public: |
72 | 0 | static constexpr PriorityLevel GetPriorityLevel() { return kPriorityLevel; } |
73 | 0 | static constexpr EventId GetEventId() { return Events::WiredFaultChange::Id; } |
74 | 0 | static constexpr ClusterId GetClusterId() { return Clusters::PowerSource::Id; } |
75 | | |
76 | | DataModel::DecodableList<WiredFaultEnum> current; |
77 | | DataModel::DecodableList<WiredFaultEnum> previous; |
78 | | |
79 | | CHIP_ERROR Decode(TLV::TLVReader & reader); |
80 | | }; |
81 | | } // namespace WiredFaultChange |
82 | | namespace BatFaultChange { |
83 | | static constexpr PriorityLevel kPriorityLevel = PriorityLevel::Info; |
84 | | |
85 | | enum class Fields : uint8_t |
86 | | { |
87 | | kCurrent = 0, |
88 | | kPrevious = 1, |
89 | | }; |
90 | | |
91 | | struct Type |
92 | | { |
93 | | public: |
94 | 0 | static constexpr PriorityLevel GetPriorityLevel() { return kPriorityLevel; } |
95 | 0 | static constexpr EventId GetEventId() { return Events::BatFaultChange::Id; } |
96 | 0 | static constexpr ClusterId GetClusterId() { return Clusters::PowerSource::Id; } |
97 | | static constexpr bool kIsFabricScoped = false; |
98 | | |
99 | | DataModel::List<const BatFaultEnum> current; |
100 | | DataModel::List<const BatFaultEnum> previous; |
101 | | |
102 | | CHIP_ERROR Encode(TLV::TLVWriter & aWriter, TLV::Tag aTag) const; |
103 | | }; |
104 | | |
105 | | struct DecodableType |
106 | | { |
107 | | public: |
108 | 0 | static constexpr PriorityLevel GetPriorityLevel() { return kPriorityLevel; } |
109 | 0 | static constexpr EventId GetEventId() { return Events::BatFaultChange::Id; } |
110 | 0 | static constexpr ClusterId GetClusterId() { return Clusters::PowerSource::Id; } |
111 | | |
112 | | DataModel::DecodableList<BatFaultEnum> current; |
113 | | DataModel::DecodableList<BatFaultEnum> previous; |
114 | | |
115 | | CHIP_ERROR Decode(TLV::TLVReader & reader); |
116 | | }; |
117 | | } // namespace BatFaultChange |
118 | | namespace BatChargeFaultChange { |
119 | | static constexpr PriorityLevel kPriorityLevel = PriorityLevel::Info; |
120 | | |
121 | | enum class Fields : uint8_t |
122 | | { |
123 | | kCurrent = 0, |
124 | | kPrevious = 1, |
125 | | }; |
126 | | |
127 | | struct Type |
128 | | { |
129 | | public: |
130 | 0 | static constexpr PriorityLevel GetPriorityLevel() { return kPriorityLevel; } |
131 | 0 | static constexpr EventId GetEventId() { return Events::BatChargeFaultChange::Id; } |
132 | 0 | static constexpr ClusterId GetClusterId() { return Clusters::PowerSource::Id; } |
133 | | static constexpr bool kIsFabricScoped = false; |
134 | | |
135 | | DataModel::List<const BatChargeFaultEnum> current; |
136 | | DataModel::List<const BatChargeFaultEnum> previous; |
137 | | |
138 | | CHIP_ERROR Encode(TLV::TLVWriter & aWriter, TLV::Tag aTag) const; |
139 | | }; |
140 | | |
141 | | struct DecodableType |
142 | | { |
143 | | public: |
144 | 0 | static constexpr PriorityLevel GetPriorityLevel() { return kPriorityLevel; } |
145 | 0 | static constexpr EventId GetEventId() { return Events::BatChargeFaultChange::Id; } |
146 | 0 | static constexpr ClusterId GetClusterId() { return Clusters::PowerSource::Id; } |
147 | | |
148 | | DataModel::DecodableList<BatChargeFaultEnum> current; |
149 | | DataModel::DecodableList<BatChargeFaultEnum> previous; |
150 | | |
151 | | CHIP_ERROR Decode(TLV::TLVReader & reader); |
152 | | }; |
153 | | } // namespace BatChargeFaultChange |
154 | | } // namespace Events |
155 | | } // namespace PowerSource |
156 | | } // namespace Clusters |
157 | | } // namespace app |
158 | | } // namespace chip |