Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
479ad4cb
Commit
479ad4cb
authored
Jun 24, 2011
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/tables/{b,p}at.h: Documentation updates.
parent
ef8352ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/tables/bat.h
src/tables/bat.h
+3
-3
src/tables/pat.h
src/tables/pat.h
+3
-3
No files found.
src/tables/bat.h
View file @
479ad4cb
...
@@ -162,7 +162,7 @@ void dvbpsi_InitBAT(dvbpsi_bat_t *p_bat, uint16_t i_bouquet_id, uint8_t i_versio
...
@@ -162,7 +162,7 @@ void dvbpsi_InitBAT(dvbpsi_bat_t *p_bat, uint16_t i_bouquet_id, uint8_t i_versio
bool
b_current_next
);
bool
b_current_next
);
/*!
/*!
* \
def
dvbpsi_bat_t *dvbpsi_NewBAT(uint16_t i_bouquet_id, uint8_t i_version,
* \
fn
dvbpsi_bat_t *dvbpsi_NewBAT(uint16_t i_bouquet_id, uint8_t i_version,
* bool b_current_next)
* bool b_current_next)
* \brief Allocate and initialize a new dvbpsi_bat_t structure.
* \brief Allocate and initialize a new dvbpsi_bat_t structure.
* \param i_bouquet_id bouquet ID
* \param i_bouquet_id bouquet ID
...
@@ -185,7 +185,7 @@ dvbpsi_bat_t *dvbpsi_NewBAT(uint16_t i_bouquet_id, uint8_t i_version,
...
@@ -185,7 +185,7 @@ dvbpsi_bat_t *dvbpsi_NewBAT(uint16_t i_bouquet_id, uint8_t i_version,
void
dvbpsi_EmptyBAT
(
dvbpsi_bat_t
*
p_bat
);
void
dvbpsi_EmptyBAT
(
dvbpsi_bat_t
*
p_bat
);
/*!
/*!
* \
def
dvbpsi_DeleteBAT(dvbpis_bat_t *p_bat)
* \
fn
dvbpsi_DeleteBAT(dvbpis_bat_t *p_bat)
* \brief Clean and free a dvbpsi_bat_t structure.
* \brief Clean and free a dvbpsi_bat_t structure.
* \param p_bat pointer to the BAT structure
* \param p_bat pointer to the BAT structure
* \return nothing.
* \return nothing.
...
...
src/tables/pat.h
View file @
479ad4cb
...
@@ -142,7 +142,7 @@ void dvbpsi_InitPAT(dvbpsi_pat_t* p_pat, uint16_t i_ts_id, uint8_t i_version,
...
@@ -142,7 +142,7 @@ void dvbpsi_InitPAT(dvbpsi_pat_t* p_pat, uint16_t i_ts_id, uint8_t i_version,
bool
b_current_next
);
bool
b_current_next
);
/*!
/*!
* \
def
dvbpsi_pat_t *dvbpsi_NewPAT(uint16_t i_ts_id, uint8_t i_version,
* \
fn
dvbpsi_pat_t *dvbpsi_NewPAT(uint16_t i_ts_id, uint8_t i_version,
* bool b_current_next);
* bool b_current_next);
* \brief Allocate and initialize a new dvbpsi_pat_t structure.
* \brief Allocate and initialize a new dvbpsi_pat_t structure.
* \param i_ts_id transport stream ID
* \param i_ts_id transport stream ID
...
@@ -164,7 +164,7 @@ dvbpsi_pat_t *dvbpsi_NewPAT(uint16_t i_ts_id, uint8_t i_version, bool b_current_
...
@@ -164,7 +164,7 @@ dvbpsi_pat_t *dvbpsi_NewPAT(uint16_t i_ts_id, uint8_t i_version, bool b_current_
void
dvbpsi_EmptyPAT
(
dvbpsi_pat_t
*
p_pat
);
void
dvbpsi_EmptyPAT
(
dvbpsi_pat_t
*
p_pat
);
/*!
/*!
* \
def
void dvbpsi_DeletePAT(dvbpsi_pat_t (*_pat)
* \
fn
void dvbpsi_DeletePAT(dvbpsi_pat_t (*_pat)
* \brief Clean and free a dvbpsi_pat_t structure.
* \brief Clean and free a dvbpsi_pat_t structure.
* \param p_pat pointer to the PAT structure
* \param p_pat pointer to the PAT structure
* \return nothing.
* \return nothing.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment