2020-08-26 09:03:09 +02:00
|
|
|
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
2018-08-30 10:15:26 -04:00
|
|
|
|
2016-08-29 17:37:59 -03:00
|
|
|
.. c:type:: dvb_frontend_event
|
2016-06-30 15:18:56 +02:00
|
|
|
|
|
|
|
|
***************
|
|
|
|
|
frontend events
|
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. code-block:: c
|
|
|
|
|
|
|
|
|
|
struct dvb_frontend_event {
|
2016-07-04 16:25:48 -03:00
|
|
|
fe_status_t status;
|
|
|
|
|
struct dvb_frontend_parameters parameters;
|
2016-06-30 15:18:56 +02:00
|
|
|
};
|