Plug-In

A Plug-In is a generic term for an In Process COM Object for FalconView™.

Plug-Ins are created by implementing the ILayerEditor COM interface and registering the component in the FalconView™ section of the system registry. Once registered, an instance of the object is automatically created by FalconView at startup.

  • FalconView™ 3.3 extended the ILayerEditor interface with the ILayerEditor2 interface which adds support for adding your own overlay options UI to the overlay options dialog box.
  • FalconView™ 4.0 adds ILayerEditor3 which allows a plug-in to draw directly to the Device Context.

Additionally Users can create Plug-in for specific FalconView extensions:

  • GPSFeed objects extend the Moving Map Parsers
  • MapType Plug-ins (4.0) add new maps Parsers
  • IThreatFeed components extend the Threat editor and Intel Feed types

There is a Visual Studio 2005 Wizard that generates a C# framework to start creating a plug-in Layer here Download

-- TWikiGuest - 18 Feb 2005


You are here: FVDev > PlugIn