Skip to content

Commit 4f6e0b5

Browse files
add content
1 parent cb64e46 commit 4f6e0b5

File tree

7 files changed

+29
-2
lines changed

7 files changed

+29
-2
lines changed
Binary file not shown.

www/en/modules/ROOT/nav.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
* xref:index.adoc[Overview]
22
* xref:set-up.adoc[Set-up Instructions]
33
* xref:intro.adoc[Introduction to Events]
4-
* xref:event-sources.adoc[Event Sources]
4+
* xref:event-sources.adoc[Event Sources]
5+
* xref:event-types.adoc[Event Types]
6+
* xref:memory-management.adoc[Memory management]

www/en/modules/ROOT/pages/event-sources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ image::06-event-sources-user-event-dg.png[]
3636

3737
== Event Callback
3838

39-
This source of event doesn't involve the use of an {ev}.
39+
This source of event doesn't involve the use of an {es}.
4040
Once registred to an event the Callback VI is executed each time the event occurs.
4141

4242
NOTE: This kind of event breaks the usal data flow we are used to
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
= Event Types
2+
:page-toclevels: 1
3+
4+
5+
6+
7+

www/en/modules/ROOT/pages/index.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= Course overview
2+
:page-toclevels: 1
3+
24

35
// This content will only appear in the site.
46
ifndef::loader-assembler[]
@@ -31,6 +33,13 @@ Compare polling-based and event-based interaction strategies.
3133
3234
List all kind of sources for events an Event Structure
3335
36+
== Event Types
37+
38+
Understand the differnece between filtered and non-filtered events.
39+
=== Memory Management
40+
41+
Understand how LabVIEW handle the memory when it comes to events.
42+
3443
== ✅ Learning Outcomes
3544
3645
After completing this course, you will be able to:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
= Memory management
2+
:page-toclevels: 1
3+
4+
video::event-memory-allocation.mp4[]
5+
6+
7+

www/en/modules/ROOT/pages/set-up.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= Set Up Instructions
2+
:page-toclevels: 1
3+
24

35
You only need to have a LabVIEW 2020 to open the examples provided in this course.
46

0 commit comments

Comments
 (0)