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_get_response_timeout(3) - debian
modbus_read_input_registers(3) - debian
modbus_rtu_get_serial_mode(3) - debian
modbus_set_response_timeout(3) - debian
modbus_tcp_listen(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com