2016-06-30 21:18:56 +08:00
|
|
|
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
|
|
|
|
.. _FE_READ_BER:
|
|
|
|
|
|
|
|
***********
|
|
|
|
FE_READ_BER
|
|
|
|
***********
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Name
|
|
|
|
====
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
FE_READ_BER
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-08-20 03:56:15 +08:00
|
|
|
.. attention:: This ioctl is deprecated.
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Synopsis
|
|
|
|
========
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-08-20 03:56:15 +08:00
|
|
|
.. c:function:: int ioctl(int fd, FE_READ_BER, uint32_t *ber)
|
|
|
|
:name: FE_READ_BER
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
|
2016-07-04 23:34:44 +08:00
|
|
|
Arguments
|
2016-07-06 02:14:35 +08:00
|
|
|
=========
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-08-20 03:56:15 +08:00
|
|
|
``fd``
|
|
|
|
File descriptor returned by :c:func:`open() <dvb-fe-open>`.
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2016-08-20 03:56:15 +08:00
|
|
|
``ber``
|
|
|
|
The bit error rate is stored into \*ber.
|
2016-06-30 21:18:56 +08:00
|
|
|
|
|
|
|
|
2016-07-06 02:14:35 +08:00
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
|
|
|
This ioctl call returns the bit error rate for the signal currently
|
|
|
|
received/demodulated by the front-end. For this command, read-only
|
|
|
|
access to the device is sufficient.
|
|
|
|
|
|
|
|
|
2016-07-04 23:34:44 +08:00
|
|
|
Return Value
|
2016-07-06 02:14:35 +08:00
|
|
|
============
|
2016-06-30 21:18:56 +08:00
|
|
|
|
2017-09-02 00:15:43 +08:00
|
|
|
On success 0 is returned.
|
|
|
|
|
|
|
|
On error -1 is returned, and the ``errno`` variable is set
|
|
|
|
appropriately.
|
|
|
|
|
|
|
|
Generic error codes are described at the
|
2016-06-30 21:18:56 +08:00
|
|
|
:ref:`Generic Error Codes <gen-errors>` chapter.
|