Versions Compared

Key

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

...

  • Send Events to application.
  • Invoke application's RPC methods.


    Note

...

  • When developing IARM APIs, it is strongly recommended developers adopt the naming conventions suggested in this guideline.


 An IARM Application that runs as a linux daemon process is considered a Manager Component. The IARM-Bus Daemon is a special Manager component that belongs to the IARM core. Such manager components normally register Events and RPC methods for other applications to use.

 

...

Note

...

Under iarm/template, a template implementation of a generic Manager Component is provided. Developer can make a copy of the templates and modify from it to suit their application needs. The template conforms to the guidelines explained in this section.



 The directory under IARM should use this structure:

...