Simple CIAO tutorial


Note:
  • CoSMIC tools are not used in this tutorial.
  • This is only a GENERAL way of building up a CIAO application. The user could always change the process in his own way. For example: the IDL file content, the project structure etc.
  • To download the code please refer to the CVS repository @ $CIAO_ROOT/examples/Hello
  • If you just want to try the example you could jump to the Make then the Run section.

  • Example Description

    This Hello example is contructed in the following ways:
  • 1. There are 2 components in the system: Sender and Receiver
  • 2. The Sender will send out the timeout event to the Receiver.
  • 3. Upon receiving the timeout event, the Receiver will go and fetch data from the Sender.

  • Step-By-Step