|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.FiredTriggerInfo
public class FiredTriggerInfo
This class contains information about a fired trigger.
| Constructor Summary | |
|---|---|
FiredTriggerInfo(ICondition firedCondition,
IMotionContainer motionContainer,
int missedEvents,
Date triggerTime,
PositionInformation positionInformation)
Creates a new instance of FiredConditionInfo. |
|
| Method Summary | |
|---|---|
ICondition |
getFiredCondition()
Gets the condition which has fired. |
int |
getMissedEvents()
Gets the amount of missed events of this condition that were missed since the last trigger event. |
IMotionContainer |
getMotionContainer()
Gets the motion container that was executed when the trigger was fired. |
PositionInformation |
getPositionInformation()
Gets the position information of the current and commanded Cartesian and Joint-specific position of the robot, when the trigger was fired. |
Date |
getTriggerTime()
Gets the time when the trigger occurred (in UTC). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FiredTriggerInfo(ICondition firedCondition,
IMotionContainer motionContainer,
int missedEvents,
Date triggerTime,
PositionInformation positionInformation)
FiredConditionInfo.
firedCondition - The condition which has fired.motionContainer - The motion container that was executed when the trigger was
filed. The motion container can be used to get the executed
motion.missedEvents - The amount of events of this condition that were missed since
the last trigger event. Events are missed, if die event
callback is still executed, when the next event occurs.triggerTime - The time when the trigger occurred (in UTC).positionInformation - The position information of the current and commanded
Cartesian and joint-specific position of the robot when the
trigger occurs.| Method Detail |
|---|
public ICondition getFiredCondition()
IFiredTriggerInfo
getFiredCondition in interface IFiredTriggerInfopublic int getMissedEvents()
IFiredTriggerInfo
getMissedEvents in interface IFiredTriggerInfopublic Date getTriggerTime()
IFiredTriggerInfo
getTriggerTime in interface IFiredTriggerInfopublic IMotionContainer getMotionContainer()
IFiredTriggerInfo
getMotionContainer in interface IFiredTriggerInfopublic PositionInformation getPositionInformation()
IFiredTriggerInfo
getPositionInformation in interface IFiredTriggerInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||