vspyx.Communication.Processors

Package Contents

Classes

AUTOSARAdaptiveProcessor

AUTOSARAdaptiveProcessor

AUTOSARClassicProcessor

AUTOSARClassicProcessor

DissectorProcessor

DissectorProcessor

ISOStandardizedServicePrimitiveProcessor

ISOStandardizedServicePrimitiveProcessor

class vspyx.Communication.Processors.AUTOSARAdaptiveProcessor

Bases: vspyx.Communication.PointProcessor

Inheritance diagram of vspyx.Communication.Processors.AUTOSARAdaptiveProcessor

AUTOSARAdaptiveProcessor

static New() AUTOSARAdaptiveProcessor
RegisterServiceInterfaceDeployment(self, deployment: vspyx.Communication.ServiceInterfaceDeployment) Any
class vspyx.Communication.Processors.AUTOSARClassicProcessor

Bases: vspyx.Communication.PointProcessor

Inheritance diagram of vspyx.Communication.Processors.AUTOSARClassicProcessor

AUTOSARClassicProcessor

ECUInstance :vspyx.AUTOSAR.Classic.ECUInstance
DeregisterCanIfRxPDU(self, triggering: vspyx.Communication.CANFrameTriggering) Any
DeregisterCanIfTxPDU(self, triggering: vspyx.Communication.CANFrameTriggering) Any
DeregisterComIPDU(self, pdu: vspyx.Communication.ISignalIPDU) Any
DeregisterComISignalMapping(self, mapping: vspyx.Communication.ISignalToIPDUMapping) Any
DeregisterDestinationPDUIndex(self, globalPDURef: str) Any
DeregisterFlexRayLPDU(self, controllerId: int, triggering: vspyx.Communication.FlexRayFrameTriggering) Any
DeregisterIpduMPDU(self, pdu: vspyx.Communication.IPDU) Any
DeregisterSourcePDUIndex(self, globalPDURef: str) Any
GetGlobalPDURefForPDU(self, pdu: vspyx.Communication.PDU) str
GetIDForCANController(self, controller: vspyx.Communication.CANController) int

Get an ID for the given CAN controller, guaranteed not to collide with other CAN controllers

GetIDForComIPDU(self, pdu: vspyx.Communication.ISignalIPDU) Any
GetIDForFlexRayController(self, controller: vspyx.Communication.FlexRayController) int
GetNetworkEndpointID(self, nep: vspyx.Communication.NetworkEndpoint, ipAddr: vspyx.Core.IPAddress) Any
MakeGlobalPDURef(self, length: int) str
MakeGlobalPDURefForPDU(self, pdu: vspyx.Communication.PDU) str
static New() AUTOSARClassicProcessor
ReceiveSignal(self, signal: vspyx.Communication.ISignal) vspyx.Runtime.Value
ReceiveSignalGroup(self, signalGroup: vspyx.Communication.ISignalGroup) List[Any]
RegisterCanIfRxPDU(self, triggering: vspyx.Communication.CANFrameTriggering) int
RegisterCanIfTxPDU(self, triggering: vspyx.Communication.CANFrameTriggering) int
RegisterComIPDU(self, pdu: vspyx.Communication.ISignalIPDU) int
RegisterComISignalMapping(self, mapping: vspyx.Communication.ISignalToIPDUMapping, type: vspyx.intrepidcs.vspyx.rpc.AUTOSAR.ComSignalTypeEnumType) int
RegisterDestinationPDUIndex(self, globalPDURef: str) Any
RegisterFlexRayLPDU(self, controllerId: int, triggering: vspyx.Communication.FlexRayFrameTriggering) int
RegisterIpduMPDU(self, pdu: vspyx.Communication.IPDU) int
RegisterSocketConnection(self, socon: Any) int
RegisterSourcePDUIndex(self, globalPDURef: str) Any
class vspyx.Communication.Processors.DissectorProcessor

Bases: vspyx.Communication.PointProcessor

Inheritance diagram of vspyx.Communication.Processors.DissectorProcessor

DissectorProcessor

AcceptanceFilter :vspyx.Core.Function_5230b09a44
OnConfigurationMutation :vspyx.Core.Callback_634bd5c449
CloneConfiguration(self) Any

Return the immutable configuration of this object.

Except for the resolver parenting relationship, this represents the entire serializable state of the object.

static New(config: Any) DissectorProcessor
class vspyx.Communication.Processors.ISOStandardizedServicePrimitiveProcessor

Bases: vspyx.Communication.PointProcessor

Inheritance diagram of vspyx.Communication.Processors.ISOStandardizedServicePrimitiveProcessor

ISOStandardizedServicePrimitiveProcessor