Improved BACnet Development Kit object handling and storing to SEEPROM and EEPROM. Added device property to check C-Stack size and amount unused.
This commit is contained in:
@@ -91,6 +91,34 @@
|
||||
#define NV_EEPROM_DEVICE_NAME_31 41
|
||||
#define NV_EEPROM_DEVICE_NAME_SIZE 32
|
||||
|
||||
/*=============== SEEPROM ================*/
|
||||
#define NV_SEEPROM_BINARY_OUTPUT_OFFSET 32
|
||||
#define NV_SEEPROM_BINARY_OUTPUT_0 10
|
||||
#define NV_SEEPROM_BINARY_OUTPUT(n,p) \
|
||||
(NV_SEEPROM_BINARY_OUTPUT_0 + \
|
||||
(NV_SEEPROM_BINARY_OUTPUT_OFFSET * (n)) + (p))
|
||||
/* BO properties */
|
||||
#define NV_SEEPROM_BO_POLARITY 0
|
||||
#define NV_SEEPROM_BO_OUT_OF_SERVICE 1
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_1 2
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_2 3
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_3 4
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_4 5
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_5 6
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_6 7
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_7 8
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_8 9
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_9 10
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_10 11
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_11 12
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_12 13
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_13 14
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_14 15
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_15 16
|
||||
#define NV_SEEPROM_BO_PRIORITY_ARRAY_16 17
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Reference in New Issue
Block a user