Add IDL Definition, Reader/Writer Wrapper, Key Holder, and Testbenches for a simple type.
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
@extensibility(FINAL)
|
|
struct Type1 {
|
|
@key long id;
|
|
long a;
|
|
}; |