-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: AdrianCampo <[email protected]>
- Loading branch information
1 parent
e713ddf
commit 758f626
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dds-types-test
updated
13 files
+154 −0 | IDL/aliases.idl | |
+535 −0 | IDL/arrays.idl | |
+6 −0 | IDL/bitsets.idl | |
+77 −0 | IDL/declarations.idl | |
+11 −0 | IDL/enumerations.idl | |
+48 −0 | IDL/helpers/basic_inner_types.idl | |
+51 −0 | IDL/inheritance.idl | |
+1,340 −0 | IDL/maps.idl | |
+64 −0 | IDL/primitives.idl | |
+144 −0 | IDL/sequences.idl | |
+29 −0 | IDL/strings.idl | |
+166 −0 | IDL/structures.idl | |
+444 −0 | IDL/unions.idl |