[media] ca-get-msg.rst: add a boilerplate for struct ca_msg
There are no descriptions at ca.h header for this struct. Yet, as we want to get rid of the warnings, let's add a boilerplate, with just the struct types and fields. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -26,7 +26,38 @@ Arguments
|
|||||||
File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
|
File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
|
||||||
|
|
||||||
``msg``
|
``msg``
|
||||||
Undocumented.
|
Pointer to struct :c:type:`ca_msg`.
|
||||||
|
|
||||||
|
|
||||||
|
.. c:type:: struct ca_msg
|
||||||
|
|
||||||
|
.. flat-table:: struct ca_msg
|
||||||
|
:header-rows: 1
|
||||||
|
:stub-columns: 0
|
||||||
|
|
||||||
|
-
|
||||||
|
- type
|
||||||
|
- name
|
||||||
|
- description
|
||||||
|
-
|
||||||
|
- unsigned int
|
||||||
|
- index
|
||||||
|
-
|
||||||
|
|
||||||
|
-
|
||||||
|
- unsigned int
|
||||||
|
- type
|
||||||
|
-
|
||||||
|
|
||||||
|
-
|
||||||
|
- unsigned int
|
||||||
|
- length
|
||||||
|
-
|
||||||
|
|
||||||
|
-
|
||||||
|
- unsigned char
|
||||||
|
- msg[256]
|
||||||
|
-
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|||||||
Reference in New Issue
Block a user