Please enable JavaScript to view this site.

DigiView Plug-in Guide

Navigation: Plug-in Framework > Source Files

plugin.h (provided)

Scroll Prev Top Next More

This include file defines a few globals and prototypes the access routines in the framework and the stubs in your code.  It also defines a union called Data64. We use int64s extensively. This union allows us to access an int64 as a pair of int32s or an array of 8 bytes, as well as an int64.