← Documents Documentation/userspace-api/media/dvb/frontend_legacy_api.rst GitHub 원문 ↗

Linux 6.18.37 · Userspace API / Media / DVB / Frontend

Frontend Legacy Data Types

DVB version 3 호환 data type과 function call 색인입니다.

Source pathDocumentation/userspace-api/media/dvb/frontend_legacy_api.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

frontend_legacy_api.rst:1-38

DVBv3 API는 호환성 때문에 kernel에 유지될 뿐 신규 사용은 강하게 권장되지 않습니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3 .. _frontend_legacy_types:
4
5 Frontend Legacy Data Types
6 ==========================
7
8
9 .. toctree::
10 :maxdepth: 1
11
12 fe-type-t
13 fe-bandwidth-t
14 dvb-frontend-parameters
15 dvb-frontend-event
16
17
18 .. _frontend_legacy_fcalls:
19
20 Frontend Legacy Function Calls
21 ==============================
22
23 Those functions are defined at DVB version 3. The support is kept in the
24 kernel due to compatibility issues only. Their usage is strongly not
25 recommended
26
27
28 .. toctree::
29 :maxdepth: 1
30
31 fe-read-ber
32 fe-read-snr
33 fe-read-signal-strength
34 fe-read-uncorrected-blocks
35 fe-set-frontend
36 fe-get-frontend
37 fe-get-event
38 fe-dishnetwork-send-legacy-cmd
39

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Legacy data type 색인

1-17

Frontend legacy data type 색인은 최대 깊이 1의 toctree로 네 문서를 연결합니다.

Legacy frontend data type
문서역할
fe-type-tLegacy frontend 형식 enum
fe-bandwidth-tLegacy bandwidth enum
dvb-frontend-parametersLegacy tuning parameter 구조체
dvb-frontend-eventLegacy frontend event 구조체

DVBv3 호환 구조와 enum 문서입니다.

.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later

.. _frontend_legacy_types:

Frontend Legacy Data Types
==========================


.. toctree::
    :maxdepth: 1

    fe-type-t
    fe-bandwidth-t
    dvb-frontend-parameters
    dvb-frontend-event

DVB version 3 호환 함수

18-38

이 함수들은 DVB version 3에 정의되었고 호환성 문제 때문에 kernel에만 유지됩니다. 사용은 강하게 권장되지 않습니다.

Legacy frontend function call
문서역할
fe-read-berBit error rate 읽기
fe-read-snrSignal-to-noise ratio 읽기
fe-read-signal-strengthSignal strength 읽기
fe-read-uncorrected-blocksUncorrected block 누적값 읽기
fe-set-frontendLegacy tuning 시작
fe-get-frontendLegacy tuning parameter 조회
fe-get-eventLegacy frontend event 조회
fe-dishnetwork-send-legacy-cmdDish Network legacy raw command

원문 toctree가 열거한 deprecated 또는 legacy 호출입니다.

Legacy API에서 property API로
Legacy data type과 호출 식별기존 응용 프로그램 호환 경로에서만 유지신규 구현에서는 DVBv5 property API 선택Delivery system은 DTV_ENUM_DELSYS와 DTV_DELIVERY_SYSTEM 사용

DVBv3 호출은 호환용으로만 남아 있습니다.

.. _frontend_legacy_fcalls:

Frontend Legacy Function Calls
==============================

Those functions are defined at DVB version 3. The support is kept in the
kernel due to compatibility issues only. Their usage is strongly not
recommended


.. toctree::
    :maxdepth: 1

    fe-read-ber
    fe-read-snr
    fe-read-signal-strength
    fe-read-uncorrected-blocks
    fe-set-frontend
    fe-get-frontend
    fe-get-event
    fe-dishnetwork-send-legacy-cmd