Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Info

The LpSensor library has been discontinued. Please use OpenZEN instead.

Table of Contents

Overview

The LpSensor library contains classes that allow a user to integrate LPMS devices into their own applications. Library binaries for Windows Visual Studio are released together with our (deprecated) OpenMAT software package. Please download OpenMAT directly from the LP-Research website.

...

To compile the application please do the following:

  1. Include LpmsSensorManagerI.h.

  2. Add LpSensor.lib (or LpSensorD.lib if you are compiling in debug mode) to the link libraries file list of your application

  3. Make sure that you set a path to LpSensor.dll / LpSensorD.dll, PCANBasic.dll (optional) and ftd2xx.dll so that the runtime file of your application can access them.

  4. Build your application.

Important Classes

SensorManager

...