summaryrefslogtreecommitdiff
path: root/CIAO/tests/DDS/interface/DDSTopic.idl
blob: 7ab73ef8d232801913b0ebef93a9374c9e1adacf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef DDSTOPIC_IDL
#define DDSTOPIC_IDL

#pragma DCPS_DATA_TYPE "DDSTopic"
#pragma DCPS_DATA_KEY "DDSTopic id"

struct DDSTopic
{
  long sequence_number;
  string id;
};

#endif // DDSTOPIC_IDL