Use new modbus_mapping_new_start_address in unit tests
[libmodbus.git] / doc / modbus_set_float_badc.txt
blob8df8ca958e034827ac1ad7138200fc84a2f894a1
1 modbus_set_float_badc(3)
2 ========================
5 NAME
6 ----
7 modbus_set_float_badc - set a float value in 2 registers using BADC byte order
10 SYNOPSIS
11 --------
12 *void modbus_set_float_badc(float 'f', uint16_t *'dest');*
15 DESCRIPTION
16 -----------
17 The *modbus_set_float_badc()* function shall set a float to 4 bytes in swapped
18 bytes Modbus format (BADC insted of ABCD). The _dest_ array must be pointer on
19 two 16 bits 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_badc[3]
30 linkmb:modbus_set_float_abcd[3]
31 linkmb:modbus_set_float_cdab[3]
32 linkmb:modbus_set_float_dcba[3]
35 AUTHORS
36 -------
37 The libmodbus documentation was written by Stéphane Raimbault
38 <stephane.raimbault@gmail.com>