Teledyne LeCroy FireInspector Automation Application Programming Interface User Manual

Page 49

Advertising
background image

45

FireInspector Automation User’s Manual

CATC

Version 1.0

TCHAR trace_info[256];

_stprintf( trace_info, _T("Trace:'%s', total packets:%ld,

trigger packet:%ld"), str_trace_name, number_of_packets,

trigg_packet_num );

::SetWindowText( m_hwndStatus, trace_info );

Advertising