Extensions.BusMonitoring.StopBusMonitoring

From emotive
Jump to navigation Jump to search

Classification

Name StopBusMonitoring
Short Description Stops the monitoring and the optional tracing on the BusMonitor
Class Action
Extension OTX BusMonitoring extension
Group BusMonitoring related Actions
Exceptions
Checker Rules
Standard Compliant Yes

OTL Syntax

ActionRealisation BusMonitoring.StopBusMonitoring(BusMonitorVariable monitor);

Description

Stops the monitoring and the optional tracing on the BusMonitor that was started before by the StartBusMonitoring action.

Icons Note.png The related MVCI system method is MCDMonitoringLink::stop();

Properties

Name Data Type Class Default Cardinality Description
monitor BusMonitor Variable - [1..1] This element represents the BusMonitor that shall be stopped. After stopping a bus monitor the variable is no longer initialized.

OTL Examples

/// Local Declarations

BusMonitoring.BusMonitor BusMonitor1;

/// Flow

BusMonitoring.StartBusMonitoring(BusMonitor1);
BusMonitoring.StopBusMonitoring(BusMonitor1);

See also

StartBusMonitoring
BusMonitorEventSource
FetchBusMonitorBusFrames
GetBusFrameAddress
GetBusFrameAsString
GetBusFrameData
GetBusFrameTimestamp
GetBusFrameType
IsBusMonitorEvent