doc: generate manual pages with a2x
[libmodbus.git] / doc / modbus_set_float.txt
blob073470b507ef4f0d662f5526ec629127c14170e8
1 modbus_set_float(3)
2 ===================
5 NAME
6 ----
7 modbus_set_float - set a float value from 2 registers
10 SYNOPSIS
11 --------
12 *void modbus_set_float(float 'f', uint16_t *'dest');*
15 DESCRIPTION
16 -----------
17 The *modbus_set_float()* function shall set a float to 4 bytes in Modbus format
18 (ABCD). The _dest_ array must be pointer on two 16 bits values to be able to
19 store the full result of the conversion.
22 RETURN VALUE
23 ------------
24 There is no return values.
27 SEE ALSO
28 --------
29 linkmb:modbus_set_float[3]
30 linkmb:modbus_set_float_dcba[3]
31 linkmb:modbus_get_float_dcba[3]
33 AUTHORS
34 -------
35 The libmodbus documentation was written by Stéphane Raimbault
36 <stephane.raimbault@gmail.com>