IPCProcessRequest Class |
Namespace: Demo3D.IO.External
public class IPCProcessRequest
The IPCProcessRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| IPCProcessRequest(IPCProcessAllocate) |
Constructs an IPCProcessAllocation.
| |
| IPCProcessRequest(IPCProcessAllocate, Double) |
Constructs an IPCProcessAllocation.
|
| Name | Description | |
|---|---|---|
| Allocate |
How to allocate.
| |
| SeparateProcess |
Allocate function to a separate process.
| |
| Weight |
For shared processes, this defines the weight of this function.
Units are the percentage of one second that this function will require CPU.
So for example, a CIP IO device that has an RPI of 10ms (rpi), and each update takes 1ms (time)
Weight = time / rpi
|