public abstract class MotionVectorAttr
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue
| Modifier and Type | Field and Description |
|---|---|
Time |
begin_time |
ChannelId[] |
channel_group |
protected java.lang.String |
id |
int |
num_points |
ParameterRef[] |
parm_ids |
Property[] |
properties |
Sampling[] |
sample_rate_history
Sampling rate changed that have been applied
|
Sampling |
sampling_info |
Quantity[] |
time_corrections
These last two items deal with time corrections.
the time adjustments that have been applied to the begin time. |
Unit |
y_unit |
| Constructor and Description |
|---|
MotionVectorAttr() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in) |
java.lang.String[] |
_truncatable_ids() |
org.omg.CORBA.TypeCode |
_type() |
void |
_write(org.omg.CORBA.portable.OutputStream out) |
abstract java.lang.String |
get_id() |
protected java.lang.String id
public Property[] properties
public Time begin_time
public int num_points
public Sampling sampling_info
public Unit y_unit
public ChannelId[] channel_group
public ParameterRef[] parm_ids
public Quantity[] time_corrections
public Sampling[] sample_rate_history
public abstract java.lang.String get_id()
public java.lang.String[] _truncatable_ids()
_truncatable_ids in interface org.omg.CORBA.portable.ValueBasepublic void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamablepublic org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamable