Skip to main content

Class: ConstructorThreadManager

Interfaces/Constructor/Threads/ConstrcutorTheads.ConstructorThreadManager

Hierarchy

Constructors

constructor

new ConstructorThreadManager(): ConstructorThreadManager

Returns

ConstructorThreadManager

Overrides

ThreadManager.constructor

Defined in

divinevoxel/core/src/Interfaces/Constructor/Threads/ConstrcutorTheads.ts:13

Properties

commMap

commMap: Map<string, CommBase | CommManager>

Inherited from

ThreadManager.commMap

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadManager.ts:10


comms

comms: (CommBase | CommManager)[] = []

Inherited from

ThreadManager.comms

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadManager.ts:11


parent

parent: CommBase = ThreadComm.parent

Defined in

divinevoxel/core/src/Interfaces/Constructor/Threads/ConstrcutorTheads.ts:10


pipelines

pipelines: Object

Type declaration

NameType
initAsyncPipeline<ThreadManager>
setPortsAsyncPipeline<ThreadManager>

Inherited from

ThreadManager.pipelines

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadManager.ts:6


state

Abstract state: ConstructorThreadState

Overrides

ThreadManager.state

Defined in

divinevoxel/core/src/Interfaces/Constructor/Threads/ConstrcutorTheads.ts:9


world

world: CommBase

Defined in

divinevoxel/core/src/Interfaces/Constructor/Threads/ConstrcutorTheads.ts:11


instnace

Static instnace: ConstructorThreadManager

Defined in

divinevoxel/core/src/Interfaces/Constructor/Threads/ConstrcutorTheads.ts:8

Methods

addComm

addComm(comm): void

Parameters

NameType
commCommBase | CommManager

Returns

void

Inherited from

ThreadManager.addComm

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadManager.ts:35


getComm

getComm(id): CommBase | CommManager

Parameters

NameType
idstring

Returns

CommBase | CommManager

Inherited from

ThreadManager.getComm

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadManager.ts:39


init

init(): Promise<void>

Returns

Promise<void>

Inherited from

ThreadManager.init

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadManager.ts:14


setCommPort

setCommPort(id, ports): void

Parameters

NameType
idstring
portsCommPortTypes | CommPortTypes[]

Returns

void

Inherited from

ThreadManager.setCommPort

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadManager.ts:18