Public Member Functions | Public Attributes | Private Member Functions | Static Private Attributes
ethercat_trigger_controllers.srv._SetMultiWaveform.SetMultiWaveformRequest Class Reference

List of all members.

Public Member Functions

def __init__
def deserialize
def deserialize_numpy
def serialize
def serialize_numpy

Public Attributes

 waveform

Private Member Functions

def _get_types

Static Private Attributes

list __slots__ = ['waveform']
string _full_text
 _has_header = False
string _md5sum = "bfedad8205348a9bcc90e6ae4b778d86"
list _slot_types = ['ethercat_trigger_controllers/MultiWaveform']
string _type = "ethercat_trigger_controllers/SetMultiWaveformRequest"

Detailed Description

Definition at line 9 of file _SetMultiWaveform.py.


Constructor & Destructor Documentation

Constructor. Any message fields that are implicitly/explicitly
set to None will be assigned a default value. The recommend
use is keyword arguments as this is more robust to future message
changes.  You cannot mix in-order arguments and keyword arguments.

The available fields are:
   waveform

:param args: complete set of field values, in .msg order
:param kwds: use keyword arguments corresponding to message field names
to set specific fields.

Definition at line 36 of file _SetMultiWaveform.py.


Member Function Documentation

internal API method

Definition at line 58 of file _SetMultiWaveform.py.

unpack serialized message in str into this message instance
:param str: byte array of serialized message, ``str``

Definition at line 86 of file _SetMultiWaveform.py.

unpack serialized message in str into this message instance using numpy for array types
:param str: byte array of serialized message, ``str``
:param numpy: numpy python module

Definition at line 147 of file _SetMultiWaveform.py.

serialize message into buffer
:param buff: buffer, ``StringIO``

Definition at line 64 of file _SetMultiWaveform.py.

serialize message with numpy array types into buffer
:param buff: buffer, ``StringIO``
:param numpy: numpy python module

Definition at line 124 of file _SetMultiWaveform.py.


Member Data Documentation

Definition at line 33 of file _SetMultiWaveform.py.

Initial value:
"""MultiWaveform waveform

================================================================================
MSG: ethercat_trigger_controllers/MultiWaveform
# Transitions will occur at k * period + zero_offset + transitions[j].time, where j and
# k are integers.

float64 period # Period of the waveform in seconds.
float64 zero_offset # Time corresponding to a time of 0 in times[] in seconds
MultiWaveformTransition[] transitions # Transitions in the waveform. Transition times should be in increasing order, and be between 0 (inclusive) and period (exclusive)

================================================================================
MSG: ethercat_trigger_controllers/MultiWaveformTransition
# Used to specify a transition in the SetMultiWaveform service.

float64 time # Transition time after start of period.
uint32 value # Value of the digital output after the transition time.
string topic # Topic to publish the transition timestamp to, or empty string if the transition should not be published.

"""

Definition at line 13 of file _SetMultiWaveform.py.

Definition at line 12 of file _SetMultiWaveform.py.

string ethercat_trigger_controllers::srv::_SetMultiWaveform.SetMultiWaveformRequest::_md5sum = "bfedad8205348a9bcc90e6ae4b778d86" [static, private]

Definition at line 10 of file _SetMultiWaveform.py.

Definition at line 34 of file _SetMultiWaveform.py.

Definition at line 11 of file _SetMultiWaveform.py.

Definition at line 48 of file _SetMultiWaveform.py.


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


ethercat_trigger_controllers
Author(s): Blaise Gassend
autogenerated on Fri Jan 3 2014 11:41:29