Enhanced the COV Notify service by adding confirmed to the unconfirmed encoding and decoding.

This commit is contained in:
skarg
2006-08-02 22:14:04 +00:00
parent 376f210107
commit 94f7f58cb8
5 changed files with 170 additions and 50 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ int main(int argc, char *argv[])
/* only one value in our value list */
cov_data.listOfValues.next = NULL;
cov_send(&Handler_Transmit_Buffer[0],&cov_data);
ucov_notify_send(&Handler_Transmit_Buffer[0],&cov_data);
return 0;
}