* Changed header file include guards to unique namespace. Updated file headers comments with SPDX [issue #55] (#666)

This commit is contained in:
Steve Karg
2024-07-19 17:16:28 -05:00
committed by GitHub
parent 1e889b633c
commit 00ab206075
355 changed files with 2597 additions and 8082 deletions
+6 -8
View File
@@ -2,15 +2,13 @@
* @file
* @author Steve Karg
* @date 2006
* @brief Analog Value object is an input object with a present-value that
* uses an single precision floating point data type.
* @section LICENSE
* Copyright (C) 2006 Steve Karg <skarg@users.sourceforge.net>
* Copyright (C) 2011 Krzysztof Malorny <malornykrzysztof@gmail.com>
* SPDX-License-Identifier: MIT
* @brief API for a basic BACnet Analog Input Object implementation.
* An analog value object is an I/O object with a present-value that
* uses a single precision floating point data type.
* @copyright SPDX-License-Identifier: MIT
*/
#ifndef BACNET_ANALOG_VALUE_OBJECT_H
#define BACNET_ANALOG_VALUE_OBJECT_H
#ifndef BACNET_BASIC_OBJECT_ANALOG_VALUE_H
#define BACNET_BASIC_OBJECT_ANALOG_VALUE_H
#include <stdbool.h>
#include <stdint.h>