CanEasy COM-Help
Classes/Interfaces

Classes

interface  CanEasy::IEventArgs
 Base Interface for generic events (e.g. ICaptureTimerArgs) More...
 
class  CanEasy::EventArgs
 Implements the IEventArgs interface. More...
 
interface  CanEasy::IAppWindow
 Gives access to the CanEasy main window. More...
 
class  CanEasy::AppWindow
 The class AppWindow implements the interface IAppWindow. More...
 
interface  CanEasy::IBoolValue
 Provides an event argument used for pre transmit and pre copy events e.g. to deny transmission. More...
 
class  CanEasy::BoolValue
 
interface  CanEasy::IMessageId
 The interface IMessageId gives access to a message identifier. More...
 
interface  CanEasy::ILinMessageId
 Access to a LIN message identifier. More...
 
class  CanEasy::LinMessageId
 The class LinMessageId implements the interface ILinMessageId. More...
 
interface  CanEasy::ICanMessageId
 Access to a CAN message identifier. More...
 
class  CanEasy::CanMessageId
 The class CanMessageId implements the interface ICanMessageId. More...
 
interface  CanEasy::IJ1939MessageId
 Access to a J1939 message identifier. More...
 
class  CanEasy::J1939MessageId
 
interface  CanEasy::IReportEntry
 Entry from the report window. More...
 
class  CanEasy::ReportEntry
 Class ReportEntry implement interface IReportEntry. More...
 
interface  CanEasy::IReportEntryCol
 Collection of all report window tabs. More...
 
class  CanEasy::ReportEntryCol
 Class ReportEntryCol implements interface IReportEntryCol. More...
 
interface  CanEasy::IReportWnd
 Window tab containing reports. More...
 
class  CanEasy::ReportWnd
 Class ReportWnd implements interface IReportWnd. More...
 
interface  CanEasy::IReportWndCol
 Collection of all report windows. More...
 
class  CanEasy::ReportWndCol
 Class ReportWndCol implements the interface IReportWndCol. More...
 
interface  CanEasy::ISimulation
 Allows starting and stopping of the simulation. More...
 
interface  CanEasy::_ISimulationEvents
 Definition of the events provided by class Simulation. More...
 
class  CanEasy::Simulation
 The class Simulation implements the interfaces ISimulation and the events _ISimulationEvents. More...
 
interface  CanEasy::IObjectFilter
 Filter to search item in the database. More...
 
class  CanEasy::ObjectFilter
 
interface  CanEasy::ICol
 Base interface for all collections. More...
 
interface  CanEasy::IDatabaseItem
 Base interface for all database items. More...
 
interface  CanEasy::IDatabaseItemBase
 Interface for generic database item that can be attached to every entry of the database. More...
 
interface  CanEasy::IChangeArg
 Argument which is passed into value change event. More...
 
interface  CanEasy::_IDatabaseItemEvents
 Database change events provided by class DatabaseItem. More...
 
class  CanEasy::DatabaseItem
 The class DatabaseItem implements the interface IDatabaseItemBase and _IDatabaseItemEvents. More...
 
interface  CanEasy::IDatabaseItemCol
 Collection of database items. More...
 
class  CanEasy::DatabaseItemCol
 Class DatabaseItemCol implements interface IDatabaseItemCol. More...
 
interface  CanEasy::IValue
 Base interface for everything what is a kind of value object. More...
 
interface  CanEasy::IValueItem
 Interface for database items that represent a value. More...
 
interface  CanEasy::_IValueItemEvents
 Events provided by ValueItem. More...
 
class  CanEasy::ValueItem
 Class ValueItem implements the interface IValueItem. More...
 
interface  CanEasy::IAttribute
 Interface for a database attribute/property
More...
 
interface  CanEasy::_IAttributeEvents
 
class  CanEasy::Attr
 
interface  CanEasy::IConversion
 Interface which is used to convert a raw value into a physical value. More...
 
interface  CanEasy::IOffsetFactorConversion
 Simple conversion by using factor and offset. More...
 
class  CanEasy::OffsetFactorConversion
 The class OffsetFactorConversion implements the interface IOffsetFactorConversion. More...
 
interface  CanEasy::ITransmissionEvent
 Interface configure transmission events which are called when a message is received or transmitted. More...
 
interface  CanEasy::_ITransmissionEventEvents
 Defines the event called on transmission of a message. More...
 
class  CanEasy::TransmissionEvent
 The class TransmissionEvent implements the interface ITransmissionEvent and the event _ITransmissionEventEvents. More...
 
interface  CanEasy::IValueTableEntry
 Entry of a value table. More...
 
class  CanEasy::ValueTableEntry
 The class ValueTableEntry implements the interface IValueTableEntry. More...
 
interface  CanEasy::IValueTableEntryCol
 Collection of value table entries. Represents a value table. More...
 
class  CanEasy::ValueTableEntryCol
 The class ValueTableEntryCol implements the interface IValueTableEntryCol. More...
 
interface  CanEasy::IValueTable
 Value table to map raw value to readable text. More...
 
class  CanEasy::ValueTable
 
interface  CanEasy::IValueTableCol
 Collection which provides access to all value tables. More...
 
class  CanEasy::ValueTableCol
 
interface  CanEasy::ISchedulerTable
 
class  CanEasy::SchedulerTable
 
interface  CanEasy::_IEnvVarEvents
 
interface  CanEasy::IEnvVar
 Environment variable from the database. More...
 
class  CanEasy::EnvVar
 
interface  CanEasy::IEnvVarCol
 
class  CanEasy::EnvVarCol
 
interface  CanEasy::INamespace
 Namespace containing environment variables. More...
 
class  CanEasy::Namespace
 
interface  CanEasy::INamespaceCol
 Collection of namespaces. More...
 
class  CanEasy::NamespaceCol
 
interface  CanEasy::IEnvVarDatabase
 Root database entry of global variables. More...
 
interface  CanEasy::_IEnvVarDatabaseEvents
 
class  CanEasy::EnvVarDatabase
 
interface  CanEasy::IAttrCol
 
class  CanEasy::AttrCol
 
interface  CanEasy::IDTC
 Single DTC (diagnostic trouble code) More...
 
class  CanEasy::DTC
 
interface  CanEasy::IDTCCol
 
class  CanEasy::DTCCol
 
interface  CanEasy::IDTCContainer
 
class  CanEasy::DTCContainer
 
interface  CanEasy::IDataEntryBase
 Base interface for every database item that is mapping its value to parent or children. More...
 
interface  CanEasy::IStaticDataEntryBase
 Base interface for database items with bit mask. More...
 
interface  CanEasy::IStaticDataEntry
 
interface  CanEasy::IDynamicDataEntryBase
 
interface  CanEasy::IDynamicDataEntry
 
interface  CanEasy::_IDataEntryBaseEvents
 
interface  CanEasy::IDataArray
 Array database item. More...
 
class  CanEasy::DataArray
 
class  CanEasy::StaticDataEntry
 
class  CanEasy::DynamicDataEntry
 
interface  CanEasy::IDataEntryColBase
 
interface  CanEasy::IDataEntryColOfStatic
 
interface  CanEasy::IDataEntryColOfDynamic
 
class  CanEasy::DataEntryColOfStatic
 
class  CanEasy::DataEntryColOfDynamic
 
interface  CanEasy::_ISignalEvents
 Events provided by a signal. More...
 
interface  CanEasy::ISignal
 Signal which is child of a message. More...
 
class  CanEasy::Signal
 
interface  CanEasy::ISignalCol
 
class  CanEasy::SignalCol
 
interface  CanEasy::ISignalGroup
 Signal group that contains signals. More...
 
class  CanEasy::SignalGroup
 
interface  CanEasy::ISignalGroupCol
 
class  CanEasy::SignalGroupCol
 
interface  CanEasy::_IMessageEvents
 
interface  CanEasy::IMsgData
 
class  CanEasy::MsgData
 
interface  CanEasy::IMessage
 
class  CanEasy::Message
 
interface  CanEasy::IMessageCol
 
class  CanEasy::MessageCol
 
interface  CanEasy::_IControlUnitEvents
 
interface  CanEasy::IControlUnit
 
class  CanEasy::ControlUnit
 
interface  CanEasy::IControlUnitCol
 
class  CanEasy::ControlUnitCol
 
interface  CanEasy::IReceiverCol
 
class  CanEasy::ReceiverCol
 
interface  CanEasy::_IBusEvents
 
interface  CanEasy::IBus
 
class  CanEasy::Bus
 
interface  CanEasy::IBusCol
 
class  CanEasy::BusCol
 
interface  CanEasy::ISelection
 
class  CanEasy::Selection
 
interface  CanEasy::_IDatabaseEvents
 
interface  CanEasy::IDatabase
 
class  CanEasy::Database
 The class Database implements the interface IDatabase and the event _IDatabaseEvents. More...
 
interface  CanEasy::IRecordFilter
 Record filter. More...
 
class  CanEasy::RecordFilter
 
interface  CanEasy::IRecordChannel
 
class  CanEasy::RecordChannel
 
interface  CanEasy::IRecordEntry
 
interface  CanEasy::IMarkerRecordEntry
 
class  CanEasy::MarkerRecordEntry
 
interface  CanEasy::IEnvVarRecordEntry
 
class  CanEasy::EnvVarRecordEntry
 
interface  CanEasy::IBusRecordEntry
 
interface  CanEasy::ICanBusStateRecordEntry
 
class  CanEasy::CanBusStateRecordEntry
 
interface  CanEasy::ILinBusStateRecordEntry
 
class  CanEasy::LinBusStateRecordEntry
 
interface  CanEasy::ICanBusErrorRecordEntry
 
class  CanEasy::CanBusErrorRecordEntry
 
interface  CanEasy::IMsgRecordEntry
 
class  CanEasy::MsgRecordEntry
 
interface  CanEasy::ICanMsgRecordEntry
 
class  CanEasy::CanMsgRecordEntry
 
interface  CanEasy::ILinMsgRecordEntry
 
class  CanEasy::LinMsgRecordEntry
 
interface  CanEasy::IFlexrayMsgRecordEntry
 
interface  CanEasy::IRecordIterator
 
class  CanEasy::RecordIterator
 
interface  CanEasy::IRecord
 
interface  CanEasy::_IRecordEvents
 
class  CanEasy::Record
 
interface  CanEasy::IMenu
 Allows to create a menu. More...
 
class  CanEasy::CanEasyMenu
 
interface  CanEasy::ICanEasyMenuControl
 
class  CanEasy::CanEasyMenuControl
 
interface  CanEasy::ICanEasyItemCom
 
interface  CanEasy::_ICanEasyItemComEvents
 
class  CanEasy::CanEasyItemCom
 
interface  CanEasy::ICanEasyItemComCol
 
class  CanEasy::CanEasyItemComCol
 
interface  CanEasy::ICanEasyTree
 Tree of CanEasy. More...
 
class  CanEasy::CanEasyTree
 
interface  CanEasy::ILicense
 
class  CanEasy::License
 
interface  CanEasy::ITimer
 
interface  CanEasy::ITimerControl
 
interface  CanEasy::_ITimerControlEvents
 
class  CanEasy::TimerControl
 
interface  CanEasy::ICompareTimer
 
interface  CanEasy::ICompareTimerArgs
 
interface  CanEasy::_ICompareTimerEvents
 
class  CanEasy::CompareTimer
 
class  CanEasy::CompareTimerArgs
 
interface  CanEasy::ICaptureEntry
 Capture timer entry which is used by ICaptureTimer. More...
 
class  CanEasy::CaptureEntry
 
interface  CanEasy::ICaptureEntryCol
 
class  CanEasy::CaptureEntryCol
 
interface  CanEasy::ICaptureTimerArgs
 
class  CanEasy::CaptureTimerArgs
 
interface  CanEasy::ICaptureTimer
 Capture timer which can be used to record data together with a timestamp. More...
 
interface  CanEasy::_ICaptureTimerEvents
 
class  CanEasy::CaptureTimer
 
interface  CanEasy::ISerialPort
 
class  CanEasy::SerialPort
 
interface  CanEasy::ICAPL
 The CAPL interface gives access to the CAPL converter. More...
 
class  CanEasy::CAPL
 
interface  CanEasy::ICanEasyApplication
 Application interface which allows to access CanEasy functions like Database. More...
 
interface  CanEasy::_ICanEasyApplicationEvents
 
class  CanEasy::CanEasyApplication
 
interface  CanEasy::IPreTransmit
 Provides PreTransmit events which are called before a message gets transmitted. More...
 
interface  CanEasy::_IPreTransmitEvents
 
class  CanEasy::PreTransmit
 
interface  CanEasy::IPreCopy
 Provides PreCopy events which are called before a received message is processed by CanEasy. More...
 
interface  CanEasy::_IPreCopyEvents
 
class  CanEasy::PreCopy
 
interface  CanEasy::ITransmissionData
 
class  CanEasy::TransmissionData
 
interface  CanEasy::IVstaIntegration
 
interface  CanEasy::_IVstaIntegrationEvents
 
interface  CanEasy::IShortcut
 
interface  CanEasy::_IShortcutEvents
 
class  CanEasy::Shortcut
 
interface  CanEasy::IWorkspaceModule
 
interface  CanEasy::_IWorkspaceModuleEvents
 
class  CanEasy::WorkspaceModule
 
interface  CanEasy::IHardware
 
class  CanEasy::Hardware
 
interface  CanEasy::IHardwareConfiguration
 The hardware configuration contains devices. More...
 
class  CanEasy::HardwareConfiguration
 
interface  CanEasy::IHardwareConfigurationCol
 
class  CanEasy::HardwareConfigurationCol
 
interface  CanEasy::IVirtualChannel
 
class  CanEasy::VirtualChannel
 
interface  CanEasy::IVirtualChannelCol
 
class  CanEasy::VirtualChannelCol
 
interface  CanEasy::IDevice
 
class  CanEasy::Device
 
interface  CanEasy::IDeviceCol
 
class  CanEasy::DeviceCol
 
interface  CanEasy::IDeviceChannel
 
class  CanEasy::DeviceChannel
 
interface  CanEasy::IDeviceChannelCol
 
class  CanEasy::DeviceChannelCol
 
interface  CanEasy::IStaticServiceParam
 
class  CanEasy::StaticServiceParam
 
interface  CanEasy::IDynamicServiceParam
 
class  CanEasy::DynamicServiceParam
 
interface  CanEasy::IServiceParamCol
 
class  CanEasy::ServiceParamCol
 
interface  CanEasy::IServiceRequest
 Service request. More...
 
class  CanEasy::ServiceRequest
 
interface  CanEasy::IServiceRequestCol
 Collection of service requests. More...
 
class  CanEasy::ServiceRequestCol
 
interface  CanEasy::IServiceResponse
 
class  CanEasy::ServiceResponse
 
interface  CanEasy::IServiceResponseCol
 
class  CanEasy::ServiceResponseCol
 
interface  CanEasy::IService
 Service which contains request (IServiceRequest) and response (IServiceResponse) More...
 
interface  CanEasy::_IServiceEvents
 
class  CanEasy::Service
 
interface  CanEasy::IServiceCol
 
class  CanEasy::ServiceCol
 
interface  CanEasy::IServiceGroup
 
class  CanEasy::ServiceGroup
 
interface  CanEasy::IServiceGroupCol
 
class  CanEasy::ServiceGroupCol
 
interface  CanEasy::IServiceNamespace
 
class  CanEasy::ServiceNamespace
 
interface  CanEasy::IServiceNamespaceCol
 
class  CanEasy::ServiceNamespaceCol
 
interface  CanEasy::IStack
 Stack/Diag config that can be used to setup diagnosis parameter. More...
 
interface  CanEasy::_IStackEvents
 
class  CanEasy::Stack
 
interface  CanEasy::IStackCol
 
class  CanEasy::StackCol
 
interface  CanEasy::IDiagServiceRecordEntry
 
class  CanEasy::DiagServiceRecordEntry
 
interface  CanEasy::ITestReport
 
class  CanEasy::TestReport
 

Detailed Description