openD unified API  1.0.0
opend_hanfun_types.h
Go to the documentation of this file.
1 
27 #ifndef __OPEND_HANFUN_TYPES_H__
28 #define __OPEND_HANFUN_TYPES_H__
29 
30 #include "opend_dataTypes.h"
31 
32 #include "hanfun/profiles/opend_hanfun_pAcOutlet.h"
33 #include "hanfun/profiles/opend_hanfun_pAcOutletWithPowerMetering.h"
34 #include "hanfun/profiles/opend_hanfun_pAlertable.h"
35 #include "hanfun/profiles/opend_hanfun_pColourBulb.h"
36 #include "hanfun/profiles/opend_hanfun_pControlableThermostat.h"
37 #include "hanfun/profiles/opend_hanfun_pDimmableColourBulb.h"
38 #include "hanfun/profiles/opend_hanfun_pDimmableLight.h"
39 #include "hanfun/profiles/opend_hanfun_pDimmerSwitch.h"
40 #include "hanfun/profiles/opend_hanfun_pDoorBell.h"
41 #include "hanfun/profiles/opend_hanfun_pDoorOpenCloseDetector.h"
42 #include "hanfun/profiles/opend_hanfun_pEnvironmentMonitor.h"
43 #include "hanfun/profiles/opend_hanfun_pFloodDetector.h"
44 #include "hanfun/profiles/opend_hanfun_pGasDetector.h"
45 #include "hanfun/profiles/opend_hanfun_pGlassBreakDetector.h"
46 #include "hanfun/profiles/opend_hanfun_pMotionDetector.h"
47 #include "hanfun/profiles/opend_hanfun_pSimpleAirPressureSensor.h"
48 #include "hanfun/profiles/opend_hanfun_pSimpleButton.h"
49 #include "hanfun/profiles/opend_hanfun_pSimpleDetector.h"
50 #include "hanfun/profiles/opend_hanfun_pSimpleDoorLock.h"
51 #include "hanfun/profiles/opend_hanfun_pSimpleHumiditySensor.h"
52 #include "hanfun/profiles/opend_hanfun_pSimpleLed.h"
53 #include "hanfun/profiles/opend_hanfun_pSimpleLevelControl.h"
54 #include "hanfun/profiles/opend_hanfun_pSimpleLevelControllable.h"
55 #include "hanfun/profiles/opend_hanfun_pSimpleLevelControllableSwitchable.h"
56 #include "hanfun/profiles/opend_hanfun_pSimpleLevelControlSwitch.h"
57 #include "hanfun/profiles/opend_hanfun_pSimpleLight.h"
58 #include "hanfun/profiles/opend_hanfun_pSimpleLightSensor.h"
59 #include "hanfun/profiles/opend_hanfun_pSimpleOnOffSwitch.h"
60 #include "hanfun/profiles/opend_hanfun_pSimpleOnOffSwitchable.h"
61 #include "hanfun/profiles/opend_hanfun_pSimplePendant.h"
62 #include "hanfun/profiles/opend_hanfun_pSimplePowerMeter.h"
63 #include "hanfun/profiles/opend_hanfun_pSimpleTemperatureSensor.h"
64 #include "hanfun/profiles/opend_hanfun_pSiren.h"
65 #include "hanfun/profiles/opend_hanfun_pSmokeDetector.h"
66 #include "hanfun/profiles/opend_hanfun_pUserInterfaceLock.h"
67 #include "hanfun/profiles/opend_hanfun_pVibrationDetector.h"
68 #include "hanfun/profiles/opend_hanfun_pWindowOpenCloseDetector.h"
69 
70 #include "hanfun.h"
71 
72 
86 
90 typedef struct hanfunApiDevMgmt_register {
94  bool enable;
98  uint16_t address;
100 
108  uint16_t address;
110 
118  uint16_t address;
122  uint16_t addresses[20];
126  uint8_t uid[100];
130  uint16_t size;
132 
136 typedef struct networkAddress
137 {
138  uint16_t mod : 1;
139  uint16_t device : 15;
140 
141  uint8_t unit;
143 
147 typedef struct interfaceUid
148 {
149  uint16_t role : 1;
150  uint16_t id : 15;
152 
156 typedef struct devicesToBind
157 {
161  uint16_t address1;
165  uint16_t address2;
167 
183  interfaceUid_t itf[20];
187  uint8_t entriesSize;
191  uint8_t error;
197 
259 
268 
272  union {
273  hanfunApiDevMgmt_register_t dev_register;
274  hanfunApiDevMgmt_deregister_t dev_deregister;
275  } param;
277 
293  union {
294  hanfunApiDevMgmt_registrationElement_t registrationElement;
295  } param;
297 
307 
332 
334 
344 
357  union {
358  hanfunApiBindMgmt_entriesElement_t entriesElement;
359  } param;
361 
371 
524 
526 
535 
539  union {
540  openD_hanfun_pAcOutletReq_t acOutlet;
541  openD_hanfun_pAcOutletWithPowerMeteringReq_t acOutletWithPowerMetering;
542  openD_hanfun_pColourBulbReq_t colourBulb;
543  openD_hanfun_pControlableThermostatReq_t controlableThermostat;
544  openD_hanfun_pDimmableColourBulbReq_t dimmableColourBulb;
545  openD_hanfun_pDimmableLightReq_t dimmableLight;
546  openD_hanfun_pDimmerSwitchReq_t dimmerSwitch;
547  openD_hanfun_pDoorBellReq_t doorBell;
548  openD_hanfun_pDoorOpenCloseDetectorReq_t doorOpenCloseDetector;
549  openD_hanfun_pEnvironmentMonitorReq_t environmentMonitor;
550  openD_hanfun_pFloodDetectorReq_t floodDetector;
551  openD_hanfun_pGasDetectorReq_t gasDetector;
552  openD_hanfun_pGlassBreakDetectorReq_t glassBreakDetector;
553  openD_hanfun_pMotionDetectorReq_t motionDetector;
554  openD_hanfun_pSimpleAirPressureSensorReq_t simpleAirPressureSensor;
555  openD_hanfun_pSimpleButtonReq_t simpleButton;
556  openD_hanfun_pSimpleDetectorReq_t simpleDetector;
557  openD_hanfun_pSimpleDoorLockReq_t simpleDoorLock;
558  openD_hanfun_pSimpleHumiditySensorReq_t simpleHumiditySensor;
559  openD_hanfun_pSimpleLevelControlReq_t simpleLevelControl;
560  openD_hanfun_pSimpleLevelControllableReq_t simpleLevelControllable;
561  openD_hanfun_pSimpleLevelControllableSwitchableReq_t simpleLevelControllableSwitchable;
562  openD_hanfun_pSimpleLevelControlSwitchReq_t simpleLevelControlSwitch;
563  openD_hanfun_pSimpleLightReq_t simpleLight;
564  openD_hanfun_pSimpleLightSensorReq_t simpleLightSensor;
565  openD_hanfun_pSimpleOnOffSwitchReq_t simpleOnOffSwitch;
566  openD_hanfun_pSimpleOnOffSwitchableReq_t simpleOnOffSwitchable;
567  openD_hanfun_pSimplePendantReq_t simplePendant;
568  openD_hanfun_pSimplePowerMeterReq_t simplePowerMeter;
569  openD_hanfun_pSimpleTemperatureSensorReq_t simpleTemperatureSensor;
570  openD_hanfun_pSirenReq_t siren;
571  openD_hanfun_pSmokeDetectorReq_t smokeDetector;
572  openD_hanfun_pUserInterfaceLockReq_t userInterfaceLock;
573  openD_hanfun_pVibrationDetectorReq_t vibrationDetector;
574  openD_hanfun_pWindowOpenCloseDetectorReq_t windowOpenCloseDetector;
575  };
577 
593  union {
594  openD_hanfun_pAcOutletCfm_t acOutlet;
595  openD_hanfun_pAcOutletWithPowerMeteringCfm_t acOutletWithPowerMetering;
596  openD_hanfun_pColourBulbCfm_t colourBulb;
597  openD_hanfun_pControlableThermostatCfm_t controlableThermostat;
598  openD_hanfun_pDimmableColourBulbCfm_t dimmableColourBulb;
599  openD_hanfun_pDimmableLightCfm_t dimmableLight;
600  openD_hanfun_pDoorBellCfm_t doorBell;
601  openD_hanfun_pEnvironmentMonitorCfm_t environmentMonitor;
602  openD_hanfun_pSimpleAirPressureSensorCfm_t simpleAirPressureSensor;
603  openD_hanfun_pSimpleButtonCfm_t simpleButton;
604  openD_hanfun_pSimpleDoorLockCfm_t simpleDoorLock;
605  openD_hanfun_pSimpleHumiditySensorCfm_t simpleHumiditySensor;
606  openD_hanfun_pSimpleLevelControllableCfm_t simpleLevelControllable;
607  openD_hanfun_pSimpleLevelControllableSwitchableCfm_t simpleLevelControllableSwitchable;
608  openD_hanfun_pSimpleLightCfm_t simpleLight;
609  openD_hanfun_pSimpleLightSensorCfm_t simpleLightSensor;
610  openD_hanfun_pSimpleOnOffSwitchableCfm_t simpleOnOffSwitchable;
611  openD_hanfun_pSimpleOnOffSwitchCfm_t simpleOnOffSwitch;
612  openD_hanfun_iDetectorCfm_t motionDetector;
613  openD_hanfun_pSimplePowerMeterCfm_t simplePowerMeter;
614  openD_hanfun_pSimpleTemperatureSensorCfm_t simpleTemperatureSensor;
615  openD_hanfun_pSirenCfm_t siren;
616  openD_hanfun_pUserInterfaceLockCfm_t userInterfaceLock;
617  };
619 
635  union {
636  openD_hanfun_pAcOutletInd_t acOutlet;
637  openD_hanfun_pAcOutletWithPowerMeteringInd_t acOutletWithPowerMetering;
638  openD_hanfun_pAlertableInd_t pAlertable;
639  openD_hanfun_pColourBulbInd_t colourBulb;
640  openD_hanfun_pControlableThermostatInd_t controlableThermostat;
641  openD_hanfun_pDimmableColourBulbInd_t dimmableColourBulb;
642  openD_hanfun_pDimmableLightInd_t dimmableLight;
643  openD_hanfun_pSimpleDoorLockInd_t simpleDoorLock;
644  openD_hanfun_pSimpleLedInd_t simpleLed;
645  openD_hanfun_pSimpleLevelControllableInd_t simpleLevelControllable;
646  openD_hanfun_pSimpleLevelControllableSwitchableInd_t simpleLevelControllableSwitchable;
647  openD_hanfun_pSimpleLightInd_t simpleLight;
648  openD_hanfun_pSimpleOnOffSwitchableInd_t simpleOnOffSwitchable;
649  openD_hanfun_pSirenInd_t siren;
650  openD_hanfun_pUserInterfaceLockInd_t userInterfaceLock;
651  };
653 
656 #endif /* __OPEND_HANFUN_TYPES_H__ */
openD_status_t
Definition: opend_dataTypes.h:62
Definition: opend_hanfun_types.h:147
uint16_t address
Definition: opend_hanfun_types.h:98
devicesToBind_t devicesToBind
Definition: opend_hanfun_types.h:195
Definition: opend_hanfun_types.h:411
Definition: opend_hanfun_types.h:315
struct hanfunApiDevMgmt_registrationElement hanfunApiDevMgmt_registrationElement_t
struct hanfunApiBindMgmt_entriesElement hanfunApiBindMgmt_entriesElement_t
Definition: opend_hanfun_types.h:427
Definition: opend_hanfun_types.h:213
Definition: opend_hanfun_types.h:241
openD_hanfunApi_devMgmt_service_t service
Definition: opend_hanfun_types.h:285
openD_hanfunApi_devMgmt_service
Definition: opend_hanfun_types.h:201
openD_hanfunApi_operationMode
Definition: opend_hanfun_types.h:76
uint16_t device
Device Address.
Definition: opend_hanfun_types.h:139
Definition: opend_hanfun_types.h:407
Definition: opend_hanfun_types.h:447
Definition: opend_hanfun_types.h:455
Definition: opend_hanfun_types.h:431
openD_status_t status
Definition: opend_hanfun_types.h:356
Definition: opend_hanfun_types.h:491
openD_hanfunApi_devMgmt_service_t service
Definition: opend_hanfun_types.h:305
Definition: opend_hanfun_types.h:319
uint16_t address
Definition: opend_hanfun_types.h:108
Definition: opend_hanfun_types.h:80
Definition: opend_hanfun_types.h:281
struct openD_hanfunApi_profileCfm openD_hanfunApi_profileCfm_t
Definition: opend_hanfun_types.h:519
enum openD_hanfunApi_profile openD_hanfunApi_profile_t
Definition: opend_hanfun_types.h:114
struct hanfunApiDevMgmt_register hanfunApiDevMgmt_register_t
Definition: opend_hanfun_types.h:156
openD_hanfunApi_bindMgmt_service_t service
Definition: opend_hanfun_types.h:369
Definition: opend_hanfun_types.h:338
Definition: opend_hanfun_types.h:499
Definition: opend_hanfun_types.h:487
Definition: opend_hanfun_types.h:395
Definition: opend_hanfun_types.h:423
uint16_t size
Definition: opend_hanfun_types.h:130
enum openD_hanfunApi_operationMode openD_hanfunApi_operationMode_t
struct openD_hanfunApi_devMgmtReq openD_hanfunApi_devMgmtReq_t
openD_status_t status
Definition: opend_hanfun_types.h:589
Definition: opend_hanfun_types.h:237
Definition: opend_hanfun_types.h:233
Definition: opend_hanfun_types.h:217
uint8_t entriesSize
Definition: opend_hanfun_types.h:187
Definition: opend_hanfun_types.h:136
Definition: opend_hanfun_types.h:515
Definition: opend_hanfun_types.h:301
Definition: opend_hanfun_types.h:90
Definition: opend_hanfun_types.h:507
uint8_t error
Definition: opend_hanfun_types.h:191
struct interfaceUid interfaceUid_t
Definition: opend_hanfun_types.h:443
Definition: opend_hanfun_types.h:379
openD_status_t status
Definition: opend_hanfun_types.h:631
Definition: opend_hanfun_types.h:331
Definition: opend_hanfun_types.h:451
Definition: opend_hanfun_types.h:391
Definition: opend_hanfun_types.h:467
Definition: opend_hanfun_types.h:439
Definition: opend_hanfun_types.h:475
struct networkAddress networkAddress_t
Definition: opend_hanfun_types.h:84
openD_hanfunApi_devMgmt_service_t service
Definition: opend_hanfun_types.h:267
openD_hanfunApi_profile_t profile
Definition: opend_hanfun_types.h:534
openD_status_t status
Definition: opend_hanfun_types.h:289
Definition: opend_hanfun_types.h:435
struct openD_hanfunApi_profileInd openD_hanfunApi_profileInd_t
Definition: opend_hanfun_types.h:263
Definition: opend_hanfun_types.h:399
Definition: opend_hanfun_types.h:581
Definition: opend_hanfun_types.h:479
struct hanfunApiDevMgmt_deregister hanfunApiDevMgmt_deregister_t
uint16_t address1
Definition: opend_hanfun_types.h:161
enum openD_hanfunApi_bindMgmt_service openD_hanfunApi_bindMgmt_service_t
bool enable
Definition: opend_hanfun_types.h:94
Definition: opend_hanfun_types.h:104
openD_hanfunApi_bindMgmt_service_t service
Definition: opend_hanfun_types.h:352
openD_hanfunApi_profile_t profile
Definition: opend_hanfun_types.h:627
Definition: opend_hanfun_types.h:171
struct devicesToBind devicesToBind_t
Definition: opend_hanfun_types.h:495
uint16_t mod
Address modifier.
Definition: opend_hanfun_types.h:138
Definition: opend_hanfun_types.h:419
Definition: opend_hanfun_types.h:523
uint16_t role
Interface role : Server or Client.
Definition: opend_hanfun_types.h:149
Definition: opend_hanfun_types.h:463
Definition: opend_hanfun_types.h:365
Definition: opend_hanfun_types.h:471
struct openD_hanfunApi_devMgmtCfm openD_hanfunApi_devMgmtCfm_t
Definition: opend_hanfun_types.h:245
Definition: opend_hanfun_types.h:387
uint16_t address2
Definition: opend_hanfun_types.h:165
Definition: opend_hanfun_types.h:623
openD_hanfunApi_bindMgmt_service_t service
Definition: opend_hanfun_types.h:342
Definition: opend_hanfun_types.h:530
Definition: opend_hanfun_types.h:209
openD_hanfunApi_profile_t profile
Definition: opend_hanfun_types.h:585
Definition: opend_hanfun_types.h:323
uint16_t id
Identifier of the interface.
Definition: opend_hanfun_types.h:150
Definition: opend_hanfun_types.h:483
enum openD_hanfunApi_devMgmt_service openD_hanfunApi_devMgmt_service_t
Definition: opend_hanfun_types.h:327
openD_hanfunApi_bindMgmt_service
Definition: opend_hanfun_types.h:311
Definition: opend_hanfun_types.h:403
Definition: opend_hanfun_types.h:348
struct openD_hanfunApi_profileReq openD_hanfunApi_profileReq_t
struct openD_hanfunApi_devMgmtInd openD_hanfunApi_devMgmtInd_t
Definition: opend_hanfun_types.h:511
struct openD_hanfunApi_bindMgmtInd openD_hanfunApi_bindMgmtInd_t
uint16_t address
Definition: opend_hanfun_types.h:118
struct openD_hanfunApi_bindMgmtReq openD_hanfunApi_bindMgmtReq_t
openD data types.
Definition: opend_hanfun_types.h:415
uint8_t unit
Source Unit.
Definition: opend_hanfun_types.h:141
openD_hanfunApi_profile
Definition: opend_hanfun_types.h:375
Definition: opend_hanfun_types.h:459
Definition: opend_hanfun_types.h:503
Definition: opend_hanfun_types.h:205
Definition: opend_hanfun_types.h:383
struct openD_hanfunApi_bindMgmtCfm openD_hanfunApi_bindMgmtCfm_t