Refresh the Go2System object to match the state of the sensor system.
Go2Status Go2System_Refresh(Go2System system);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
Operation status.
Some events, such as the removal of sensors from the connected system, require adding/removing local control objects. This does not occur automatically. Call the Go2System_Changes function periodically to check for changes, and call the Go2System_Refresh function to refresh Go2System object at a convenient moment.
Calling Go2System_Refresh may invalidate handles to sensors and measurement/part/output modules.
Go2System.h