示例#1
0
/*************************************************
  lxt2_changed
    - record variable change
 ************************************************/
static int lxt2_changed( p_vc_record vc_record )
{
    info_p info = (info_p)vc_record->user_data;
    if( !lxt.enabled ) {
	return 0;
    }
    lxt2_timemarker();
    if( info->sequence || info->event ) {
	lxt2_dump( info, 0 );
    } else {
	if( !info->updateNext ) {
	    info->updateNext = lxt.updateList;
	    lxt.updateList = info;
	}
    }
    tf_irosynchronize(ginstance);
    return 0;
}
PLI_INT32 tf_rosynchronize(void)
{
      return tf_irosynchronize(tf_getinstance());
}