Public Member Functions | |
def | __init__ |
def | __str__ |
def | parse_xml_node |
def | parse_yaml |
def | save_xml |
def | to_dict |
def | wait_time |
def | wait_time |
Public Attributes | |
wait_time | |
Private Attributes | |
_wait_time |
WaitTime object.
Specifies the time to wait before executing the specified action on the target RT component. After the action command is received by the RT component, it will wait the specified length of time before executing it.
Definition at line 511 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.__init__ | ( | self, | |
wait_time = 0 , |
|||
sequence = 0 , |
|||
target_component = TargetExecutionContext() |
|||
) |
Constructor. @param sequence Execution order of the target component. @type sequence int @param target_component The target of the condition. @type target_component TargetComponent @param wait_time The length of time to wait, in milliseconds. @type wait_time int
Definition at line 518 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.__str__ | ( | self | ) |
Reimplemented from rtsprofile.message_sending.Condition.
Definition at line 535 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.parse_xml_node | ( | self, | |
node | |||
) |
Parse an xml.dom Node object representing a wait_time condition into this object.
Reimplemented from rtsprofile.message_sending.Condition.
Definition at line 554 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.parse_yaml | ( | self, | |
y | |||
) |
Parse a YAML specification of a wait_time condition into this object.
Reimplemented from rtsprofile.message_sending.Condition.
Definition at line 567 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.save_xml | ( | self, | |
doc, | |||
element | |||
) |
Save this wait_time condition into an xml.dom.Element object.
Reimplemented from rtsprofile.message_sending.Condition.
Definition at line 576 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.to_dict | ( | self | ) |
Save this wait_time condition into a dictionary.
Reimplemented from rtsprofile.message_sending.Condition.
Definition at line 584 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.wait_time | ( | self | ) |
The length of time to wait before executing the specified action. In milliseconds.
Definition at line 540 of file message_sending.py.
def rtsprofile.message_sending.WaitTime.wait_time | ( | self, | |
wait_time | |||
) |
Definition at line 549 of file message_sending.py.
Definition at line 527 of file message_sending.py.
Definition at line 557 of file message_sending.py.