Software Development Kit

Software Development Kit.

Overview

Functionality may be extended beyond the scope of the DPK through the creation of plugins. Extended functionality currently possible includes the adding of custom track label items or creating and displaying custom windows.

Plugins can be written in C# by implementing the vatsys.Plugin.IPlugin interface exposed by adding a reference to vatSys.exe. vatSys will attempt to load any plugins that are present within /Plugins/ in the currently loaded Profile directory.

An example plugin is available here.