'\" t .\" Title: modbus_set_float .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 02/28/2020 .\" Manual: libmodbus Manual .\" Source: libmodbus v3.1.6 .\" Language: English .\" .TH "MODBUS_SET_FLOAT" "3" "02/28/2020" "libmodbus v3\&.1\&.6" "libmodbus Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" modbus_set_float \- set a float value from 2 registers .SH "SYNOPSIS" .sp \fBvoid modbus_set_float(float \fR\fB\fIf\fR\fR\fB, uint16_t *\fR\fB\fIdest\fR\fR\fB);\fR .sp Warning, this function is \fBdeprecated\fR since libmodbus v3\&.2\&.0 and has been replaced by \fBmodbus_set_float_dcba()\fR\&. .SH "DESCRIPTION" .sp The \fBmodbus_set_float()\fR function shall set a float to 4 bytes in Modbus format (ABCD)\&. The \fIdest\fR array must be pointer on two 16 bits values to be able to store the full result of the conversion\&. .SH "RETURN VALUE" .sp There is no return values\&. .SH "SEE ALSO" .sp \fBmodbus_get_float\fR(3) \fBmodbus_set_float_dcba\fR(3) .SH "AUTHORS" .sp The libmodbus documentation was written by Stéphane Raimbault