cyclonedds/examples/throughput/Throughput.idl

10 lines
151 B
Text
Raw Normal View History

2018-04-10 17:03:59 +02:00
module ThroughputModule
{
struct DataType
{
unsigned long long count;
sequence<octet> payload;
};
#pragma keylist DataType
};