Public Member Functions | Public Attributes | Private Attributes
rtsprofile.message_sending.WaitTime Class Reference

WaitTime object. More...

Inheritance diagram for rtsprofile.message_sending.WaitTime:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

Reimplemented from rtsprofile.message_sending.Condition.

Definition at line 535 of file message_sending.py.

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.

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.

Save this wait_time condition into a dictionary.

Reimplemented from rtsprofile.message_sending.Condition.

Definition at line 584 of file message_sending.py.

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.


Member Data Documentation

Definition at line 527 of file message_sending.py.

Definition at line 557 of file message_sending.py.


The documentation for this class was generated from the following file:


rtsprofile
Author(s): Geoffrey Biggs
autogenerated on Thu Aug 27 2015 14:59:19