Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For step #1,  we create the component's IDL directory and file:

Code Block
languagebash
cd ~/workspace
getTemplateForDirectory MODROOT_WS idlHelloComp
cd idlHelloComp/src
touch ../idl/HelloComponent.idl
sudo nano ../idl/HelloComponent.idl

...