vspyx.Exporter

Package Contents

Classes

AddQueueSubscriber

AddQueueSubscriber

CSVOutputFormat

CSVOutputFormat

DataFile

DataFile

DataFileComparator

DataFileComparator

DataProcessor

DataProcessor

DataQueue

DataQueue

DefaultComparator

DefaultComparator

EmptyQueueSubscriber

EmptyQueueSubscriber

FileSelectionQueueModifier

FileSelectionQueueModifier

FilesystemQueueModifier

FilesystemQueueModifier

MDFOutputFormat

MDFOutputFormat

Module

Module

OneshotQueueModifier

OneshotQueueModifier

OutputFormat

OutputFormat

PersistentQueueModifier

PersistentQueueModifier

PollingQueueModifier

PollingQueueModifier

QueueManager

QueueManager

QueueModifier

QueueModifier

RemoveQueueSubscriber

RemoveQueueSubscriber

ScriptQueueModifier

ScriptQueueModifier

UploadedQueueModifier

UploadedQueueModifier

VSAComparator

VSAComparator

class vspyx.Exporter.AddQueueSubscriber

AddQueueSubscriber

OnAddDataFile :vspyx.Core.Callback_abb7f0dc96
class vspyx.Exporter.CSVOutputFormat

Bases: OutputFormat

Inheritance diagram of vspyx.Exporter.CSVOutputFormat

CSVOutputFormat

class vspyx.Exporter.DataFile

DataFile

class NetType

Bases: enum.IntEnum

Inheritance diagram of vspyx.Exporter.DataFile.NetType

Enum where members are also (and must be) ints

Cellular = 2
Ethernet = 6
WiFi = 4
class Type

Bases: enum.IntEnum

Inheritance diagram of vspyx.Exporter.DataFile.Type

Enum where members are also (and must be) ints

Persistent = 2
Script = 1
VSA = 0
Path :str
Primary :int
Secondary :int
AddNetType(self, netType: DataFile.NetType) Any
GetType(self) DataFile.Type
HasNetType(self, netType: DataFile.NetType) bool
__eq__(self, rhs: DataFile) bool

Return self==value.

assign(self, arg0: DataFile) DataFile
class vspyx.Exporter.DataFileComparator

DataFileComparator

__call__(self, fileA: DataFile, fileB: DataFile) bool
assign(self, arg0: DataFileComparator) DataFileComparator
class vspyx.Exporter.DataProcessor

DataProcessor

ProcessTask :vspyx.Core.Task_a3295bec43
class vspyx.Exporter.DataQueue

DataQueue

AllPaths :List[str]
Add(self, file: DataFile) Any
GetNext(self) DataFile
GetNext(self, netType: DataFile.NetType) DataFile
HasFile(self, file: DataFile) bool
Remove(self, file: DataFile) bool
Size(self) int
assign(self, arg0: DataQueue) DataQueue
class vspyx.Exporter.DefaultComparator

Bases: DataFileComparator

Inheritance diagram of vspyx.Exporter.DefaultComparator

DefaultComparator

__call__(self, fileA: DataFile, fileB: DataFile) bool
class vspyx.Exporter.EmptyQueueSubscriber

EmptyQueueSubscriber

OnEmptyQueue :vspyx.Core.Callback_634bd5c449
class vspyx.Exporter.FileSelectionQueueModifier

Bases: OneshotQueueModifier

Inheritance diagram of vspyx.Exporter.FileSelectionQueueModifier

FileSelectionQueueModifier

class vspyx.Exporter.FilesystemQueueModifier

Bases: PollingQueueModifier

Inheritance diagram of vspyx.Exporter.FilesystemQueueModifier

FilesystemQueueModifier

class vspyx.Exporter.MDFOutputFormat

Bases: OutputFormat

Inheritance diagram of vspyx.Exporter.MDFOutputFormat

MDFOutputFormat

class vspyx.Exporter.Module

Bases: vspyx.Core.Module

Inheritance diagram of vspyx.Exporter.Module

Module

Export(self, bufferPath: str, databasePaths: List[str], output: OutputFormat) bool
Export(self, bufferPath: str, databasePaths: List[str], output: OutputFormat, connectionsConfigPath: str) bool
Export(self, bufferPath: str, databasePaths: List[str], outputPath: str) bool
Export(self, bufferPath: str, databasePaths: List[str], outputPath: str, connectionsConfigPath: str) bool
class vspyx.Exporter.OneshotQueueModifier

Bases: QueueModifier

Inheritance diagram of vspyx.Exporter.OneshotQueueModifier

OneshotQueueModifier

Execute(self) Any
class vspyx.Exporter.OutputFormat

Bases: vspyx.Core.Object

Inheritance diagram of vspyx.Exporter.OutputFormat

OutputFormat

class Stage

Bases: enum.IntEnum

Inheritance diagram of vspyx.Exporter.OutputFormat.Stage

Enum where members are also (and must be) ints

AfterPreProcess = 1
AfterProcess = 3
BeforePreProcess = 0
BeforeProcess = 2
NeedsPreProcess(self) bool
OnStage(self, environment: vspyx.Runtime.Environment, scheduler: vspyx.Runtime.Scheduler, stage: OutputFormat.Stage) Any
PreProcess(self, point: vspyx.Runtime.Point, progress: float) Any
Process(self, point: vspyx.Runtime.Point, progress: float) Any
class vspyx.Exporter.PersistentQueueModifier

Bases: OneshotQueueModifier

Inheritance diagram of vspyx.Exporter.PersistentQueueModifier

PersistentQueueModifier

class vspyx.Exporter.PollingQueueModifier

Bases: QueueModifier

Inheritance diagram of vspyx.Exporter.PollingQueueModifier

PollingQueueModifier

Start(self) Any
Stop(self) Any
class vspyx.Exporter.QueueManager

QueueManager

AllPaths :List[str]
GetNext(self) DataFile
GetNext(self, type: DataFile.NetType) DataFile
Size(self) int
Start(self) Any
Stop(self) Any
assign(self, arg0: QueueManager) QueueManager
class vspyx.Exporter.QueueModifier

QueueModifier

OnAddDataFile :vspyx.Core.Callback_abb7f0dc96
OnRemoveDataFile :vspyx.Core.Callback_abb7f0dc96
class vspyx.Exporter.RemoveQueueSubscriber

RemoveQueueSubscriber

OnRemoveDataFile :vspyx.Core.Callback_abb7f0dc96
class vspyx.Exporter.ScriptQueueModifier

Bases: OneshotQueueModifier

Inheritance diagram of vspyx.Exporter.ScriptQueueModifier

ScriptQueueModifier

class vspyx.Exporter.UploadedQueueModifier

Bases: OneshotQueueModifier

Inheritance diagram of vspyx.Exporter.UploadedQueueModifier

UploadedQueueModifier

class vspyx.Exporter.VSAComparator

Bases: DataFileComparator

Inheritance diagram of vspyx.Exporter.VSAComparator

VSAComparator

__call__(self, fileA: DataFile, fileB: DataFile) bool