Initial contribution
This commit is contained in:
parent
7b5cc4fa59
commit
11d9ce37aa
580 changed files with 155133 additions and 162 deletions
9
src/examples/throughput/Throughput.idl
Normal file
9
src/examples/throughput/Throughput.idl
Normal file
|
@ -0,0 +1,9 @@
|
|||
module ThroughputModule
|
||||
{
|
||||
struct DataType
|
||||
{
|
||||
unsigned long long count;
|
||||
sequence<octet> payload;
|
||||
};
|
||||
#pragma keylist DataType
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue