Updated projects and comments.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<CodeBlocks_project_file>
|
<CodeBlocks_project_file>
|
||||||
<FileVersion major="1" minor="6" />
|
<FileVersion major="1" minor="6" />
|
||||||
<Project>
|
<Project>
|
||||||
<Option title="bacrp" />
|
<Option title="BACnet ReadProperty Demo" />
|
||||||
<Option pch_mode="2" />
|
<Option pch_mode="2" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Build>
|
<Build>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<CodeBlocks_project_file>
|
<CodeBlocks_project_file>
|
||||||
<FileVersion major="1" minor="6" />
|
<FileVersion major="1" minor="6" />
|
||||||
<Project>
|
<Project>
|
||||||
<Option title="bacnet" />
|
<Option title="BACnet Client Server Win32 Demo" />
|
||||||
<Option makefile="makefile" />
|
<Option makefile="makefile" />
|
||||||
<Option pch_mode="2" />
|
<Option pch_mode="2" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -287,11 +287,15 @@ int cov_notify_decode_service_request(
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
12.11.38Active_COV_Subscriptions
|
12.11.38Active_COV_Subscriptions
|
||||||
The Active_COV_Subscriptions property is a List of BACnetCOVSubscription, each of which consists of a Recipient, a
|
The Active_COV_Subscriptions property is a List of BACnetCOVSubscription,
|
||||||
Monitored Property Reference, an Issue Confirmed Notifications flag, a Time Remaining value and an optional COV
|
each of which consists of a Recipient, a Monitored Property Reference,
|
||||||
Increment. This property provides a network-visible indication of those COV subscriptions that are active at any given time.
|
an Issue Confirmed Notifications flag, a Time Remaining value and an
|
||||||
Whenever a COV Subscription is created with the SubscribeCOV or SubscribeCOVProperty service, a new entry is added to
|
optional COV Increment. This property provides a network-visible indication
|
||||||
the Active_COV_Subscriptions list. Similarly, whenever a COV Subscription is terminated, the corresponding entry shall be
|
of those COV subscriptions that are active at any given time.
|
||||||
|
Whenever a COV Subscription is created with the SubscribeCOV or
|
||||||
|
SubscribeCOVProperty service, a new entry is added to
|
||||||
|
the Active_COV_Subscriptions list. Similarly, whenever a COV Subscription
|
||||||
|
is terminated, the corresponding entry shall be
|
||||||
removed from the Active_COV_Subscriptions list.
|
removed from the Active_COV_Subscriptions list.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user