Leaving the bacreal split, with a couple of mods. Moving to src in a minute...

This commit is contained in:
skarg
2007-10-18 12:10:12 +00:00
parent 625ff40d71
commit 6444af91ce
4 changed files with 155 additions and 23 deletions
-2
View File
@@ -95,8 +95,6 @@ extern "C" {
/* from clause 20.2.6 Encoding of a Real Number Value */
/* and 20.2.1 General Rules for Encoding BACnet Tags */
/* returns the number of apdu bytes consumed */
int decode_real(uint8_t * apdu, float *real_value);
int encode_bacnet_real(float value, uint8_t * apdu);
int encode_application_real(uint8_t * apdu, float value);
int encode_context_real(uint8_t * apdu, int tag_number, float value);