Uses of Enum Class
xal.smf.impl.profile.ProfileDevice.TRGEVT
Packages that use ProfileDevice.TRGEVT
-
Uses of ProfileDevice.TRGEVT in xal.smf.impl
Methods in xal.smf.impl that return ProfileDevice.TRGEVTModifier and TypeMethodDescriptionWireScanner.TrgConfig.getTrigEvent()
Returns the triggering event code taken from the raw value fieldevent
of this data structure.WireHarp.DevConfig.getTriggerEvent()
Converts the trigger event code to the correspondingTRGEVT
enumeration constant and returns it.Methods in xal.smf.impl with parameters of type ProfileDevice.TRGEVTModifier and TypeMethodDescriptionvoid
WireScanner.TrgConfig.setTrigEvent
(ProfileDevice.TRGEVT evt) Sets the value of theevent
field using the appropriateTRGEVT
enumeration constant.void
WireHarp.DevConfig.setTriggerEvent
(ProfileDevice.TRGEVT evt) Sets the trigger event code by converting the givenTRGEVT
enumeration constant to the correct code and assigning the value to the trigger event field in this data structure. -
Uses of ProfileDevice.TRGEVT in xal.smf.impl.profile
Methods in xal.smf.impl.profile that return ProfileDevice.TRGEVTModifier and TypeMethodDescriptionstatic ProfileDevice.TRGEVT
ProfileDevice.TRGEVT.getEventFromValue
(int iEvtVal) Returns the trigger event enumeration constant for the given trigger event code.static ProfileDevice.TRGEVT
Returns the enum constant of this class with the specified name.static ProfileDevice.TRGEVT[]
ProfileDevice.TRGEVT.values()
Returns an array containing the constants of this enum class, in the order they are declared.