debian man page for modbus_set_float

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)

NAME
modbus_set_float - set a float value
SYNOPSIS
void modbus_set_float(float f, uint16_t *dest);
DESCRIPTION
The 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 VALUE
The is no return values.
SEE ALSO
modbus_set_float(3)
AUTHORS
The libmodbus documentation was written by Stephane Raimbault <stephane.raimbault@gmail.com[1]>
NOTES
1. stephane.raimbault@gmail.com mailto:stephane.raimbault@gmail.com libmodbus 3.0.3 05/26/2012 MODBUS_SET_FLOAT(3)
Related Man Pages
modbus_mapping_new(3) - debian
modbus_new_tcp_pi(3) - debian
modbus_rtu_set_serial_mode(3) - debian
modbus_set_slave(3) - debian
modbus_write_and_read_registers(3) - debian
Similar Topics in the Unix Linux Community
Introduction
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?