Please enable JavaScript to view this site.

DigiView Plug-in Guide

Navigation: Plug-in Framework > Source Files

CmdParser.cpp (provided)

Scroll Prev Top Next More

This module handles all communications with the DigiView application.  It parses the commands and data and forwards them to your plug-in code as needed.  It also provides data output routines your plug-in uses to send back information.  We provide the source to this  module for your reference, in case you want to port it to another language.  You do not need to make any changes to CmdParser.cpp.  All of your code goes in the plug-in specific file <yourplug-incode.cpp>.

 

Your plug-in uses the following routines to interact with the application.