Private #copiedPrivate #hiddenPrivate #requestPrivate #selectionPrivate #unitsPrivate #onPrivate #onPrivate #onPrivate #showUpdate the data of all the units. The data is directly decoded from the binary buffer received from the REST Server. This is necessary for performance and bandwidth reasons.
The arraybuffer, encoded according to the ICD defined in: TODO Add reference to ICD
The decoded updateTime of the data update.
Generated using TypeDoc
The UnitsManager handles the creation, update, and control of units. Data is strictly updated by the server ONLY. This means that any interaction from the user will always and only result in a command to the server, executed by means of a REST PUT request. Any subsequent change in data will be reflected only when the new data is sent back by the server. This strategy allows to avoid client/server and client/client inconsistencies.