www.gusucode.com > vnt工具箱matlab源码程序 > vnt/vntguis/canTool.m

    function canTool()
% canTool CAN bus traffic monitoring tool.
%
%   canTool() launches a graphical CAN bus monitoring tool. The interface 
%   allows for viewing of live CAN message data with options to configure 
%   the connection to the bus, control the view of the message list, and 
%   export messages to log files.
%
%   Example:
%       canTool()
%
%   See also VNT.
%

% Authors: JDP
% Copyright 2009-2010 The MathWorks, Inc.

    % Create a can.Tool object.
    can.Tool();
end