Added some macros to manipulate values contained within an object id value.

Removed MAX_BACNET_OBJECT_ID, as it had already been defined in bacdef.h.
This commit is contained in:
minack
2009-07-27 23:24:12 +00:00
parent 53fb6ee291
commit c782578f9f
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -385,7 +385,6 @@ typedef enum {
/* do the MAX as define rather than enumeration for devices
and compilers that want to use smaller datatype for enum */
#define MAX_BACNET_PROPERTY_ID 4194303
#define MAX_BACNET_OBJECT_ID (0x3FFFFFU)
typedef enum {
ACTION_DIRECT = 0,
ACTION_REVERSE = 1