RTC
クラス GPSFixType

java.lang.Object
  上位を拡張 RTC.GPSFixType
すべての実装されたインタフェース:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

RTC/GPSFixType.java . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: idl/InterfaceDataTypes.idl 2010�N5��10�� 16��54��04�b JST

関連項目:
直列化された形式

フィールドの概要
static int _GPS_FIX_DGPS
           
static int _GPS_FIX_NONE
           
static int _GPS_FIX_NORMAL
           
static GPSFixType GPS_FIX_DGPS
           
static GPSFixType GPS_FIX_NONE
           
static GPSFixType GPS_FIX_NORMAL
           
 
コンストラクタの概要
protected GPSFixType(int value)
           
 
メソッドの概要
static GPSFixType from_int(int value)
           
 int value()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_GPS_FIX_NONE

public static final int _GPS_FIX_NONE
関連項目:
定数フィールド値

GPS_FIX_NONE

public static final GPSFixType GPS_FIX_NONE

_GPS_FIX_NORMAL

public static final int _GPS_FIX_NORMAL
関連項目:
定数フィールド値

GPS_FIX_NORMAL

public static final GPSFixType GPS_FIX_NORMAL

_GPS_FIX_DGPS

public static final int _GPS_FIX_DGPS
関連項目:
定数フィールド値

GPS_FIX_DGPS

public static final GPSFixType GPS_FIX_DGPS
コンストラクタの詳細

GPSFixType

protected GPSFixType(int value)
メソッドの詳細

value

public int value()

from_int

public static GPSFixType from_int(int value)