KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
ConveyorAccessRequested
Conveyor
Access
Requested
@
Serializable
@
SerialName
(
value
=
"ConveyorAccessRequested"
)
data
class
ConveyorAccessRequested
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
conveyorName
:
String
,
val
entryLocation
:
String
)
:
AnimationEvent
(
source
)
An entity requested access to a conveyor at an entry location.
Members
Constructors
Conveyor
Access
Requested
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
conveyorName
:
String
,
entryLocation
:
String
)
Properties
conveyor
Name
Link copied to clipboard
val
conveyorName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
Long
entry
Location
Link copied to clipboard
val
entryLocation
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double