[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
simple recording
VXIresult
QArecRecord( OSBrecInterface* osp, VXIChannel ch,
VXIObject args, VXIObject recogResult )
{
// do my hardware record stuff
// what goes here?
return(VXIresultSUCCESS);
}
I am trying to get record to work. Just say that I
have an array chars that contain my raw data that my
hardware returns to me. How do I store it in
recogResult to get the system to use the result?
VXIchar *data;
VXIObjectSetProperty(recogResult,"result",data);
When I do this, OpenVXI just keeps processing the same
<record> block over and over again.
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/