Updated Visual Studio ports project, cleaning up compile warnings.

This commit is contained in:
skarg
2008-04-10 05:31:08 +00:00
parent f020c09d9b
commit df310edca6
9 changed files with 111 additions and 75 deletions
+8
View File
@@ -48,12 +48,20 @@ extern "C" {
int encode_bacnet_real(
float value,
uint8_t * apdu);
int decode_double(
uint8_t * apdu,
double *real_value);
int encode_bacnet_double(
double value,
uint8_t * apdu);
#ifdef TEST
#include "ctest.h"
void testBACreal(
Test * pTest);
void testBACdouble(
Test * pTest);
#endif
#ifdef __cplusplus
+1
View File
@@ -37,6 +37,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <time.h>
#include "bacdef.h"
#include "npdu.h"