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