Update payload.h
This commit is contained in:
parent
8f7ba2943f
commit
f33494b84f
@ -84,8 +84,7 @@ private:
|
|||||||
void writeUint16(uint16_t i);
|
void writeUint16(uint16_t i);
|
||||||
void writeUint8(uint8_t i);
|
void writeUint8(uint8_t i);
|
||||||
void writeFloat(float value);
|
void writeFloat(float value);
|
||||||
void wri
|
void writeUFloat(float value);
|
||||||
teUFloat(float value);
|
|
||||||
void writePressure(float value);
|
void writePressure(float value);
|
||||||
void writeVersion(char *version);
|
void writeVersion(char *version);
|
||||||
void writeBitmap(bool a, bool b, bool c, bool d, bool e, bool f, bool g,
|
void writeBitmap(bool a, bool b, bool c, bool d, bool e, bool f, bool g,
|
||||||
|
Loading…
Reference in New Issue
Block a user