vspyx.SOMEIP

Subpackages

Package Contents

Classes

ArrayPoint

ArrayPoint

ArrayType

ArrayType

BoolPoint

BoolPoint

BoolType

BoolType

Datatype

Datatype

Module

Module

NumericPoint

NumericPoint

NumericType

NumericType

PDUPoint

PDUPoint

Processor

Processor

StringPoint

StringPoint

StringType

StringType

StructPoint

StructPoint

StructType

StructType

class vspyx.SOMEIP.ArrayPoint

Bases: vspyx.Runtime.Point

Inheritance diagram of vspyx.SOMEIP.ArrayPoint

ArrayPoint

class vspyx.SOMEIP.ArrayType

Bases: Datatype

Inheritance diagram of vspyx.SOMEIP.ArrayType

ArrayType

static New(traceable: vspyx.Runtime.Traceable, type: Datatype) ArrayType
class vspyx.SOMEIP.BoolPoint

Bases: vspyx.Runtime.Point

Inheritance diagram of vspyx.SOMEIP.BoolPoint

BoolPoint

class vspyx.SOMEIP.BoolType

Bases: Datatype

Inheritance diagram of vspyx.SOMEIP.BoolType

BoolType

static New(traceable: vspyx.Runtime.Traceable) BoolType
class vspyx.SOMEIP.Datatype

Bases: vspyx.Core.Object

Inheritance diagram of vspyx.SOMEIP.Datatype

Datatype

Deserialize(self, input: vspyx.Core.BytesView, upstreamPoint: vspyx.Runtime.Point, outputPoints: List[vspyx.Runtime.Point.Consuming_1edf1860a4]) int

If decoding succeeds, the number of bytes read for the type will be returned

class vspyx.SOMEIP.Module

Bases: vspyx.Core.Module

Inheritance diagram of vspyx.SOMEIP.Module

Module

class vspyx.SOMEIP.NumericPoint

Bases: vspyx.Runtime.Point

Inheritance diagram of vspyx.SOMEIP.NumericPoint

NumericPoint

class vspyx.SOMEIP.NumericType

Bases: Datatype

Inheritance diagram of vspyx.SOMEIP.NumericType

NumericType

class Type

Bases: enum.IntEnum

Inheritance diagram of vspyx.SOMEIP.NumericType.Type

Enum where members are also (and must be) ints

FLOAT32 = 8
FLOAT64 = 9
SINT16 = 5
SINT32 = 6
SINT64 = 7
SINT8 = 4
UINT16 = 1
UINT32 = 2
UINT64 = 3
UINT8 = 0
static New(traceable: vspyx.Runtime.Traceable, type: NumericType.Type) NumericType
static New(traceable: vspyx.Runtime.Traceable, type: NumericType.Type, compuMethod: vspyx.Runtime.CompuMethod) NumericType
class vspyx.SOMEIP.PDUPoint

Bases: vspyx.Communication.PDUPoint

Inheritance diagram of vspyx.SOMEIP.PDUPoint

PDUPoint

class MessageType

Bases: enum.IntEnum

Inheritance diagram of vspyx.SOMEIP.PDUPoint.MessageType

Enum where members are also (and must be) ints

Error = 129
Notification = 2
Request = 0
RequestNoReturn = 1
Response = 128
TPError = 161
TPNotification = 34
TPRequest = 32
TPRequestNoReturn = 33
TPResponse = 160
class vspyx.SOMEIP.Processor

Bases: vspyx.Communication.PointProcessor

Inheritance diagram of vspyx.SOMEIP.Processor

Processor

static New() Processor
class vspyx.SOMEIP.StringPoint

Bases: vspyx.Runtime.Point

Inheritance diagram of vspyx.SOMEIP.StringPoint

StringPoint

class vspyx.SOMEIP.StringType

Bases: Datatype

Inheritance diagram of vspyx.SOMEIP.StringType

StringType

static New(traceable: vspyx.Runtime.Traceable) StringType
class vspyx.SOMEIP.StructPoint

Bases: vspyx.Runtime.Point

Inheritance diagram of vspyx.SOMEIP.StructPoint

StructPoint

class vspyx.SOMEIP.StructType

Bases: Datatype

Inheritance diagram of vspyx.SOMEIP.StructType

StructType