summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/BMDisplay/BMDisplay.idl
blob: 84426657b892245af120635e8018dbb103575fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef BMDISPLAY_IDL
#define BMDISPLAY_IDL

#include "BasicSP.idl"

module BasicSP
{
  component BMDisplay
  {
    consumes  DataAvailable data_ready;
    uses ReadData comp_data;
  };

  home BMDisplayHome manages BMDisplay
  {
  };
};

#endif /* BMDISPLAY_IDL */