Fixed test code headers to be consistent and accurate having been derived from original C files. (#1087)

This commit is contained in:
Steve Karg
2025-09-04 11:44:24 -05:00
committed by GitHub
parent a70a02a6f9
commit 8a9c808b76
140 changed files with 542 additions and 673 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
* @brief BACnet AtomicReadFile service structures, codecs, and handlers.
* @author Steve Karg <skarg@users.sourceforge.net>
* @date 2007
* @date 2013
* @copyright SPDX-License-Identifier: MIT
*/
#ifndef BACNET_ATOMIC_READ_FILE_H
+1 -1
View File
@@ -232,7 +232,7 @@ void bsc_deinit_ctx(BSC_SOCKET_CTX *ctx);
*
* @param ctx - socket context.
* @param c - BACNet socket descriptor .
* @param url - url to connect to. For example: wss://legrand.com:8080.
* @param url - url to connect to. For example: wss://example.com:8080.
*
* @return error code from BSC_SC_RET enum.
* The following error codes can be returned:
+1 -1
View File
@@ -147,7 +147,7 @@ typedef void (*BSC_WEBSOCKET_SRV_DISPATCH)(
* @param type - type of BACNet/SC connection, check
* BSC_WEBSOCKET_CONNECTION_TYPE enum. According BACNet standard
* different type of connections require different websocket protocols.
* @param url - BACNet/SC server URL. For example: wss://legrand.com:8080.
* @param url - BACNet/SC server URL. For example: wss://example.com:8080.
* @param ca_cert - pointer to certificate authority (CA) cert in PEM or DER
* format.
* @param ca_cert_size - size in bytes of CA cert.