rtps-fpga/src/Tests/Type1.idl
Greek 9ae15430f6 Add Type1 test type
Add IDL Definition, Reader/Writer Wrapper, Key Holder, and Testbenches
for a simple type.
2021-11-11 20:40:27 +01:00

5 lines
69 B
Plaintext

@extensibility(FINAL)
struct Type1 {
@key long id;
long a;
};