another rwadme update
This commit is contained in:
parent
e501390d7b
commit
a56cf43897
@ -21,8 +21,8 @@ shown above so the steps required are altered slightly.
|
|||||||
### Storing and Accessing pool data
|
### Storing and Accessing pool data
|
||||||
|
|
||||||
The pool manager is responsible for thread-safe access of the pool data, but the actual
|
The pool manager is responsible for thread-safe access of the pool data, but the actual
|
||||||
access to the pool data from the point of view of a mission software developer is in form of
|
access to the pool data from the point of view of a mission software developer happens via proxy
|
||||||
proxy classes like pool variable classes. These classes store a copy
|
classes like pool variable classes. These classes store a copy
|
||||||
of the pool variable with the matching datatype and copy the actual data from the local pool
|
of the pool variable with the matching datatype and copy the actual data from the local pool
|
||||||
on a `read` call. Changed variables can then be written to the local pool with a `commit` call.
|
on a `read` call. Changed variables can then be written to the local pool with a `commit` call.
|
||||||
The `read` and `commit` calls are thread-safe and can be called concurrently from data creators
|
The `read` and `commit` calls are thread-safe and can be called concurrently from data creators
|
||||||
|
Loading…
Reference in New Issue
Block a user