Add SECURITY.md (closes #613)
[libmodbus.git] / doc / modbus_set_float_abcd.txt
blob386cbef54a90225381c576c9e9f184784ef4bce6
1 modbus_set_float_abcd(3)
2 ========================
5 NAME
6 ----
7 modbus_set_float_abcd - set a float value in 2 registers using ABCD byte order
10 SYNOPSIS
11 --------
12 *void modbus_set_float_abcd(float 'f', uint16_t *'dest');*
15 DESCRIPTION
16 -----------
17 The *modbus_set_float_abcd()* function shall set a float to 4 bytes in usual
18 Modbus format. The _dest_ array must be pointer on two 16 bits values to be able
19 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_abcd[3]
30 linkmb:modbus_set_float_badc[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>