HIL Observer
This section contains a description of the SkydelHilObserverInterface supported by Skydel.
Last updated
This section contains a description of the SkydelHilObserverInterface supported by Skydel.
Last updated
During simulation initialization, Skydel will ask for a SkydelRuntimeHilObserver*
from every plug-in via the createRuntimeHilObserver
method. It is mandatory to give full ownership of the returned pointer to Skydel.
During the simulation, Skydel will send the HIL positions in ecef format as they are received using the pushHilInput
method. The position will be received in the same data structure as the real time positions of SkydelPositionObsereverInterface
presented .
Same as SkydelPositionObsereverInterface
, see of Position Observer for more details.
See the plug-in example for more information. It covers:
Receiving HIL data in real time
Updating the user interface
Logging in the temporary folder