RTC
Class GPSFixType

java.lang.Object
  extended by RTC.GPSFixType
All Implemented Interfaces:
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 コンパイラ (ポータブル), バージョン "3.1" で生成 生成元: idl/InterfaceDataTypes.idl 2015年3月20日 14時35分48秒 JST

See Also:
Serialized Form

Field Summary
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
           
 
Constructor Summary
protected GPSFixType(int value)
           
 
Method Summary
static GPSFixType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_GPS_FIX_NONE

public static final int _GPS_FIX_NONE
See Also:
Constant Field Values

GPS_FIX_NONE

public static final GPSFixType GPS_FIX_NONE

_GPS_FIX_NORMAL

public static final int _GPS_FIX_NORMAL
See Also:
Constant Field Values

GPS_FIX_NORMAL

public static final GPSFixType GPS_FIX_NORMAL

_GPS_FIX_DGPS

public static final int _GPS_FIX_DGPS
See Also:
Constant Field Values

GPS_FIX_DGPS

public static final GPSFixType GPS_FIX_DGPS
Constructor Detail

GPSFixType

protected GPSFixType(int value)
Method Detail

value

public int value()

from_int

public static GPSFixType from_int(int value)