RTC
Class TimedDoubleSeq

java.lang.Object
  extended by RTC.TimedDoubleSeq
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TimedDoubleSeq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

RTC/TimedDoubleSeq.java . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: idl/InterfaceDataTypes.idl 2011�N10��5�� 15��39��12�b JST

See Also:
Serialized Form

Field Summary
 double[] data
           
 Time tm
           
 
Constructor Summary
TimedDoubleSeq()
           
TimedDoubleSeq(Time _tm, double[] _data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tm

public Time tm

data

public double[] data
Constructor Detail

TimedDoubleSeq

public TimedDoubleSeq()

TimedDoubleSeq

public TimedDoubleSeq(Time _tm,
                      double[] _data)