IPCProcessRequest Properties |
The IPCProcessRequest type exposes the following members.
| 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
|