KCMS Calibrator Tool Loadable Interface Guide

KCMSCMonInit()

int
 KCMSCMonInit (KCMSCVisuals *vis_data);

Purpose

KCMSCMonInit() accepts a pointer to a KCMSCVisuals structure passed to it from the Calibrator Tool main program and is used by the module for initialization. Examples of initialization tasks the module might perform include:

Arguments

vis_data

Points to a KCMSCVisuals structure. For details on the format of this structure, see "KCMSCVisuals" in Chapter 5, Data Structures .

Return Value

Returns 0 if successful; returns any other nonzero value if the hardware fails to initialize.