Class: DVEFConstructorThreads
Contexts/Constructor/DVEFConstructorThreads.DVEFConstructorThreads
Hierarchy
-
ConstructorThreadManager↳
DVEFConstructorThreads
Constructors
constructor
• new DVEFConstructorThreads(): DVEFConstructorThreads
Returns
Overrides
ConstructorThreadManager.constructor
Defined in
divinevoxel/foundation/src/Contexts/Constructor/DVEFConstructorThreads.ts:7
Properties
commMap
• commMap: Map<string, CommBase | CommManager>
Inherited from
ConstructorThreadManager.commMap
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:9
comms
• comms: (CommBase | CommManager)[]
Inherited from
ConstructorThreadManager.comms
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:10
parent
• parent: CommBase
Inherited from
ConstructorThreadManager.parent
Defined in
divinevoxel/core/dist/Interfaces/Constructor/Threads/ConstrcutorTheads.d.ts:6
pipelines
• pipelines: Object
Type declaration
| Name | Type |
|---|---|
init | AsyncPipeline<ThreadManager> |
setPorts | AsyncPipeline<ThreadManager> |
Inherited from
ConstructorThreadManager.pipelines
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:5
state
• state: DVEFConstructorThreadState
Overrides
ConstructorThreadManager.state
Defined in
divinevoxel/foundation/src/Contexts/Constructor/DVEFConstructorThreads.ts:5
world
• world: CommBase
Inherited from
ConstructorThreadManager.world
Defined in
divinevoxel/core/dist/Interfaces/Constructor/Threads/ConstrcutorTheads.d.ts:7
instnace
▪ Static instnace: ConstructorThreadManager
Inherited from
ConstructorThreadManager.instnace
Defined in
divinevoxel/core/dist/Interfaces/Constructor/Threads/ConstrcutorTheads.d.ts:4
Methods
addComm
▸ addComm(comm): void
Parameters
| Name | Type |
|---|---|
comm | CommBase | CommManager |
Returns
void
Inherited from
ConstructorThreadManager.addComm
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:14
getComm
▸ getComm(id): CommBase | CommManager
Parameters
| Name | Type |
|---|---|
id | string |
Returns
CommBase | CommManager
Inherited from
ConstructorThreadManager.getComm
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:15
init
▸ init(): Promise<void>
Returns
Promise<void>
Inherited from
ConstructorThreadManager.init
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:12
setCommPort
▸ setCommPort(id, ports): void
Parameters
| Name | Type |
|---|---|
id | string |
ports | CommPortTypes | CommPortTypes[] |
Returns
void
Inherited from
ConstructorThreadManager.setCommPort
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:13