Query: modbus_set_float
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MODBUS_SET_FLOAT(3) Libmodbus Manual MODBUS_SET_FLOAT(3)NAMEmodbus_set_float - set a float valueSYNOPSISvoid modbus_set_float(float f, uint16_t *dest);DESCRIPTIONThe modbus_set_float() function shall set a float to 4 bytes in Modbus format. The dest array must be pointer on two 16 bits values to be able to store the full result of the conversion.RETURN VALUEThe is no return values.SEE ALSOmodbus_set_float(3)AUTHORSThe libmodbus documentation was written by Stephane Raimbault <stephane.raimbault@gmail.com[1]>NOTES1. stephane.raimbault@gmail.com mailto:stephane.raimbault@gmail.com libmodbus 3.0.3 05/26/2012 MODBUS_SET_FLOAT(3)