From: Gary P. <gpa...@gm...> - 2009-03-30 18:54:14
|
Hi, Basically, we need another output defined. We are currently working on a generic solution whereby multiple output formats etc will be allowed, but until then, you could look at the MeausementSuite class. It uses a SynchronizedOutputBuffer to collect the data, you could create a new class that returns the data to stdout for example so that the calling application can capture it. Regards, Gary David wrote: > Hi, > The CILib user guide (direct usage in code) seems to assume that the user > will look to write results out to a file. Initially, I began looking into > writing XML classes to do what I want to do. However, I would rather have > results returned to the calling program. > > Can I ask, how should I be arranging my code to support that requirement? > > > Regards, > David > |