. |
cacheServiceCreate Declaration
Description cacheServiceCreate creates a thread for a controller to periodically update the MPI controller status cache.
Sample Code Using CacheServiceConfigDEFAULT to initialize a CacheSeriveConfig variable. MPIControl control; CacheService cacheService; CacheServiceConfig cacheServiceConfig = CacheServiceConfigDEFAULT; /* create and initialize controller */ cacheServiceConfig.sleepTime = 20; /* milliseconds */ cacheService = CacheServiceCreate(control, &cacheServiceConfig); See Also CacheServiceConfig | CacheServiceConfigDEFAULT | cacheServiceDelete
|
| | Copyright © 2001-2021 Motion Engineering |