Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
VABase
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VABase
Commits
445edd4d
Commit
445edd4d
authored
Oct 04, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding shotdown request message type for events
parent
309426db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
include/VAEvent.h
include/VAEvent.h
+3
-1
No files found.
include/VAEvent.h
View file @
445edd4d
...
...
@@ -100,7 +100,9 @@ public:
static
const
uint64_t
SOUND_SOURCE_REAL_WORLD_POSE_CHANGED
=
VA_BIT64
(
41
);
static
const
uint64_t
SOUND_RECEIVER_REAL_WORLD_POSE_CHANGED
=
VA_BIT64
(
42
);
// Next free slot: 43
static
const
uint64_t
SHOTDOWN_REQUEST
=
VA_BIT64
(
43
);
// Next free slot: 44
//!< Selector mask for signal source related events
static
const
uint64_t
SIGNALSOURCE_EVENT
=
SIGNALSOURCE_CREATED
|
...
...
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