-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python] Introducing virtual objects with multiple sets of slots (#209)
* Support multiple virtual object types * Fix mask declared type * Fix mask const qualifier * Fix mask const qualifier * Fix mask const qualifier * Fix typo * Fix header * Fix header * Fix header * Fix: Remove trailing space * Rename: allocateVirtualObject -> allocateRawVirtualObject * Feat: slot mapping using enum * Feat: generation of available slots based on enum * Add slot disabling test * Fix type mismatch * Minor fixes * Linter fix * fix: simplify mandatory slots integration * minor fixes * linter fix
- Loading branch information
Showing
11 changed files
with
427 additions
and
36 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
Oops, something went wrong.