SignalReceived

@Serializable
@SerialName(value = "SignalReceived")
data class SignalReceived(val simTime: Double, val entityId: Long, val signalName: String) : AnimationEvent(source)

An entity received the signal it was waiting for.

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, signalName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simTime: Double