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
e8670512
Commit
e8670512
authored
Dec 11, 2019
by
bouazizrahma
Browse files
fix the generation of the vcd trace using mutex
parent
c803b3d3
Changes
1
Show whitespace changes
Inline
Side-by-side
include/po_hi_types.h
View file @
e8670512
...
...
@@ -129,6 +129,16 @@ typedef struct
}
__po_hi_ba_automata_state_t
;
/* __po_hi_vcd_event_kind_t : this type enumerates the different
* kinds of events caught in the vcd trace */
typedef
enum
{
__po_hi_task_wait_dispatch
,
__po_hi_task_dispatched
,
__po_hi_store_in_port_queue
,
__po_hi_next_value_port_queue
,
}
__po_hi_vcd_event_kind_t
;
void
__po_hi_copy_array
(
void
*
dst
,
void
*
src
,
__po_hi_uint32_t
size
);
#endif
/* __PO_HI_TYPES_H_ */
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