Merged revision(s) 2770 from branches/releases/bacnet-stack-0-8-0:

Changed present-value to be a float, and removed priority array example from Analog Value demo object.
........
This commit is contained in:
skarg
2014-08-28 15:13:04 +00:00
parent cf738fea8f
commit 5f08d69cc6
2 changed files with 22 additions and 132 deletions
+2 -6
View File
@@ -46,12 +46,8 @@ extern "C" {
typedef struct analog_value_descr {
unsigned Event_State:3;
bool Out_Of_Service;
uint8_t Units;
/* Here is our Priority Array. They are supposed to be Real, but */
/* we don't have that kind of memory, so we will use a single byte */
/* and load a Real for returning the value when asked. */
uint8_t Priority_Array[BACNET_MAX_PRIORITY];
float Relinquish_Default;
uint16_t Units;
float Present_Value;
#if defined(INTRINSIC_REPORTING)
uint32_t Time_Delay;
uint32_t Notification_Class;