Added some optional channel properties to the proplist module.

This commit is contained in:
skarg
2013-10-30 22:17:05 +00:00
parent 9c83f74c45
commit 1b9d85e7e7
+11
View File
@@ -38,6 +38,7 @@
#include "proplist.h"
/** @file proplist.c List of Required and Optional object properties */
/* note: the PROP_PROPERTY_LIST is NOT included in these lists, on purpose */
static const int Default_Properties_Required[] = {
PROP_OBJECT_IDENTIFIER,
@@ -428,6 +429,16 @@ static const int Channel_Properties_Optional[] = {
PROP_RELIABILITY,
PROP_EXECUTION_DELAY,
PROP_ALLOW_GROUP_DELAY_INHIBIT,
PROP_EVENT_DETECTION_ENABLE,
PROP_NOTIFICATION_CLASS,
PROP_EVENT_ENABLE,
PROP_EVENT_STATE,
PROP_ACKED_TRANSITIONS,
PROP_NOTIFY_TYPE,
PROP_EVENT_TIME_STAMPS,
PROP_EVENT_MESSAGE_TEXTS,
PROP_EVENT_MESSAGE_TEXTS_CONFIG,
PROP_RELIABILITY_EVALUATION_INHIBIT,
PROP_PROFILE_NAME,
-1
};