OTX Reference  
OpenTestSystem.Otx.Extensions.BusMonitoring.DataTypes Namespace Reference

Data types, see also Core data types. More...

Classes

class  BusFrame
 BusFrame is an otx:ComplexType More...
 
class  BusMonitor
 BusMonitor is an otx:ComplexType More...
 
class  BusMonitorMode
 BusMonitorMode is an otx:SimpleType More...
 

Enumerations

enum class  BusMonitorModes { MONITORING , MONITORING_AND_TRACING , TRACING }
 A BusMonitorMode is an enumeration type describing the modes of the monitor. More...
 

Detailed Description

Data types, see also Core data types.

Enumeration Type Documentation

◆ BusMonitorModes

A BusMonitorMode is an enumeration type describing the modes of the monitor.

Enumerator
MONITORING 

Received frames will be stored into an internal buffer and NOT written into a trace resource.

MONITORING_AND_TRACING 

Received frames will be stored into an internal buffer and written into a trace resource.

TRACING 

Received frames will be written into a trace resource and NOT stored into an internal buffer.