-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added api property for video tutorial
Signed-off-by: Alexandru Lie <[email protected]>
- Loading branch information
Showing
10 changed files
with
64 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<RCC> | ||
<qresource prefix="/datamonitor"> | ||
<file>tutorial_chapters.json</file> | ||
<file>video_tutorial_chapters.json</file> | ||
</qresource> | ||
</RCC> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"datamonitor": [ | ||
{ | ||
"index": 1, | ||
"names": ["MONITOR_MENU"], | ||
"description": "Select the signals you want to log", | ||
"anchor": "HP_RIGHT", | ||
"content": "HP_RIGHT", | ||
"x_offset": 10 | ||
}, | ||
{ | ||
"index": 2, | ||
"names": ["RUN_BUTTON"], | ||
"description": "Starts data collection", | ||
"anchor": "HP_BOTTOM", | ||
"content": "HP_BOTTOM", | ||
"y_offset": 10, | ||
"api_call": "datalogger.setRunning(true)" | ||
}, | ||
{ | ||
"index": 3, | ||
"names": ["MONITOR_PLOT"], | ||
"description": "Display values on plot ", | ||
"anchor": "HP_RIGHT", | ||
"content": "HP_RIGHT", | ||
"x_offset": 10 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters