|
knx
ETS configurable knx-stack
|
Go to the source code of this file.
Classes | |
| class | GroupObject |
| This class represents a single group object. More... | |
Typedefs | |
| typedef std::function< void(GroupObject &)> | GroupObjectUpdatedHandler |
Enumerations | |
| enum | ComFlag : uint8_t { Updated = 0 , ReadRequest = 1 , WriteRequest = 2 , Transmitting = 3 , Ok = 4 , Error = 5 , Uninitialized = 6 } |
| typedef void(* GroupObjectUpdatedHandler)(GroupObject &go) |
Definition at line 33 of file group_object.h.
| enum ComFlag : uint8_t |
Definition at line 10 of file group_object.h.