Defining a DfcService  Starting the service

Chapter 3: Java Support Samples

Adding an application to a controller

AcqAimSample acq = new AcqAimSample();
ctrl.addApplication(acq,65 /*flavor used for all public functions 
    for AcqAimSample*/);
DelAimSample del = new DelAimSample();
ctrl.addApplication(del,66 /*flavor used for all public functions 
    for DelAimSample*/);




Copyright © 2005. Sybase Inc. All rights reserved. Starting the service

View this book as PDF