Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
3f5cf34e
Commit
3f5cf34e
authored
Jul 17, 2017
by
yoogx
Browse files
* Start documenting the init() function
parent
2488625b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/po_hi_gqueue.h
View file @
3f5cf34e
...
@@ -43,14 +43,23 @@ void __po_hi_gqueue_init (__po_hi_task_id id,
...
@@ -43,14 +43,23 @@ void __po_hi_gqueue_init (__po_hi_task_id id,
* create its global queue, according to its information (number of
* create its global queue, according to its information (number of
* ports, destination of each port ...).
* ports, destination of each port ...).
*
*
* The first argument is the task-id in the distributed system. The
*
* second argument is the number of ports for the task. The argument
* id : id of the task associated to this queue
* sizes contains the size of the FIFO for each port. The offsets
* nb_ports : number of ports for task 'id'
* argument contains the offset position for each queue in the global
* queue : XXX
* queue. The n_dest argument correspond to the number of
* sizes : size of the FIFO for each port, or __PO_HI_GQUEUE_FIFO_OUT
* destinations for an OUT port. The argument destinations tells what
* if this is an out port;
* are the ports connected to an OUT port. Finally, the argument
* first
* total_fifo_size gives the total size of the global queue
* ofssets: offset position for each queue in the global
* queue
* woffsets :
* n_dest : number of destinations for each port;
* destinations : destination for each port;
* used_size : XXX
* history : XXX
* recent : XXX
* empties : XXX
* total_fifo_sizes: XXX
*/
*/
void
__po_hi_gqueue_store_out
(
__po_hi_task_id
id
,
void
__po_hi_gqueue_store_out
(
__po_hi_task_id
id
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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