Struct SOnSoftwareConfigChangedParameter¶
ClassList > SOnSoftwareConfigChangedParameter
Additional parameter given on changed software event.
#include <SimulationRuntimeApi.h>
Public Attributes¶
| Type | Name |
|---|---|
| ESoftwareConfigChanged | ChangeType Download indicator parameter. |
| ERuntimeErrorCode | ErrorCode A possible error code. |
| SYSTEMTIME | EventCreateTime The virtual system time of the virtual controller at the time when this event was triggered. |
Public Attributes Documentation¶
variable ChangeType¶
Download indicator parameter.
ESoftwareConfigChanged SOnSoftwareConfigChangedParameter::ChangeType;
variable ErrorCode¶
A possible error code.
ERuntimeErrorCode SOnSoftwareConfigChangedParameter::ErrorCode;
ERuntimeErrorCode::SREC_OK: On success. Otherwise failure.¶
variable EventCreateTime¶
The virtual system time of the virtual controller at the time when this event was triggered.
SYSTEMTIME SOnSoftwareConfigChangedParameter::EventCreateTime;