Positioning Plug-in API Tutorial Overview

This document describes how to use the Positioning Plug-in API.

Read the Positioning Plug-in API document before reading this tutorial.

To implement a Positioning Plug-in, a device creator must implement a sub-class of the CPositioner base class, and package the module as an ECOM plug-in.


  1. Create an MMP file for the PSY

  2. Implement a subclass of CPositioner

  3. Provide ECOM registry information for the PSY

  4. Define PSY attributes using the Positioning Plug-in Information API

  5. Test the PSY using the PSY tester application.
Related concepts
Positioning Plug-in API