Acked_Transitions for Analog-Input and Analog-Value objects.

This commit is contained in:
k001a
2011-07-19 20:40:25 +00:00
parent e5496d3d11
commit acbfe10349
6 changed files with 115 additions and 42 deletions
+2 -1
View File
@@ -32,6 +32,7 @@
#include "bacerror.h"
#include "wp.h"
#include "rp.h"
#include "nc.h"
#ifdef __cplusplus
extern "C" {
@@ -54,8 +55,8 @@ extern "C" {
float Deadband;
uint8_t Limit_Enable : 2;
uint8_t Event_Enable : 3;
uint8_t Acked_Transitions : 3;
uint8_t Notify_Type : 1;
ACKED_INFO Acked_Transitions[MAX_BACNET_EVENT_TRANSITION];
BACNET_DATE_TIME Event_Time_Stamps[MAX_BACNET_EVENT_TRANSITION];
/* time to generate event notification */
uint32_t Remaining_Time_Delay;