Skydel Plug-ins Documentation
  • Introduction
  • Development Environment
    • Ubuntu 22.04
    • Windows 10 & 11
    • Compilation
    • Featured Plug-ins
      • IMU Plug-in
  • Plug-in Development
    • Roles
      • Core
      • RAPI
      • Position Observer
      • Raw Data Observer
      • HIL Observer
      • Radio Time Observer
      • Transmitter Observer
      • Simulator State Observer
    • Enabling
    • Runtime
    • Time Synchronization
  • Plug-ins in Skydel
    • Using Plug-ins
  • Legacy Custom Signal
    • Migration
Powered by GitBook
On this page
  • What is a plug-in for Skydel?
  • How to make a plug-in available in Skydel?
  • How to enable/disable a plug-in in Skydel?
  1. Plug-ins in Skydel

Using Plug-ins

Here's how you can use plug-ins in Skydel.

PreviousTime SynchronizationNextMigration

Last updated 1 year ago

What is a plug-in for Skydel?

A plug-in is a shared library (.so or .dll) that implements some of the interfaces of the Skydel Plug-in SDK.

How to make a plug-in available in Skydel?

Make sure you copy the plug-in (.so or .dll file) into the Skydel Data Folder / Plug-ins. When Skydel is launched, it will search that folder in order to list all the available plug-ins.

How to enable/disable a plug-in in Skydel?

Go to Help / Plug-ins... to enable/disable any available plug-in.

Skydel's Plug-in Search at Startup
Skydel Plug-ins Dialog