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 fieldeventof this data structure.WireHarp.DevConfig.getTriggerEvent()Converts the trigger event code to the correspondingTRGEVTenumeration constant and returns it.Methods in xal.smf.impl with parameters of type ProfileDevice.TRGEVTModifier and TypeMethodDescriptionvoidWireScanner.TrgConfig.setTrigEvent(ProfileDevice.TRGEVT evt) Sets the value of theeventfield using the appropriateTRGEVTenumeration constant.voidWireHarp.DevConfig.setTriggerEvent(ProfileDevice.TRGEVT evt) Sets the trigger event code by converting the givenTRGEVTenumeration 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.TRGEVTProfileDevice.TRGEVT.getEventFromValue(int iEvtVal) Returns the trigger event enumeration constant for the given trigger event code.static ProfileDevice.TRGEVTReturns 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.