public enum TalkerId extends Enum<TalkerId>
| Enum Constant and Description |
|---|
AB
Independent AIS Base Station
|
AD
Dependent AIS Base Station
|
AG
Autopilot - General
|
AI |
AP
Autopilot - Magnetic
|
BN
Bridge navigational watch alarm system
|
CC
Computer - Programmed Calculator (obsolete)
|
CD
Communications - Digital Selective Calling (DSC)
|
CM
Computer - Memory Data (obsolete)
|
CS
Communications - Satellite
|
CT
Communications - Radio-Telephone (MF/HF)
|
CV
Communications - Radio-Telephone (VHF)
|
CX
Communications - Radio-Telephone (VHF)
|
DE
DECCA Navigation (obsolete)
|
DF
Direction Finder
|
DM
Velocity Sensor, Speed Log, Water, Magnetic
|
DU
Duplex repeater station
|
EC
Electronic Chart Display & Information System (ECDIS)
|
EP
Emergency Position Indicating Beacon (EPIRB)
|
ER
Engine Room Monitoring Systems
|
GP
Global Positioning System (GPS)
|
HC
Heading - Magnetic Compass
|
HE
Heading - North Seeking Gyro
|
HN
Heading - Non North Seeking Gyro
|
II
Integrated Instrumentation
|
IN
Integrated Navigation
|
LA
Loran A (obsolete)
|
LC
Loran C (obsolete)
|
MP
Microwave Positioning System (obsolete)
|
NL
Navigation light controller
|
OM
OMEGA Navigation System (obsolete)
|
OS
Distress Alarm System (obsolete)
|
RA
RADAR and/or ARPA
|
SD
Sounder, Depth
|
SN
Electronic Positioning System, other/general
|
SS
Sounder, Scanning
|
TI
Turn Rate Indicator
|
TR
TRANSIT Navigation System
|
U0
User Configured 0
|
U1
User Configured 1
|
U2
User Configured 2
|
U3
User Configured 3
|
U4
User Configured 4
|
U5
User Configured 5
|
U6
User Configured 6
|
U7
User Configured 7
|
U8
User Configured 8
|
U9
User Configured 9
|
UP
Microprocessor controller
|
VD
Velocity Sensor, Doppler, other/general
|
VW
Velocity Sensor, Speed Log, Water, Mechanical
|
WI
Weather Instruments
|
YC
Transducer - Temperature (obsolete)
|
YD
Transducer - Displacement, Angular or Linear (obsolete)
|
YF
Transducer - Frequency (obsolete)
|
YL
Transducer - Level (obsolete)
|
YP
Transducer - Pressure (obsolete)
|
YR
Transducer - Flow Rate (obsolete)
|
YT
Transducer - Tachometer (obsolete)
|
YV
Transducer - Volume (obsolete)
|
YX
Transducer
|
ZA
Timekeeper - Atomic Clock
|
ZC
Timekeeper - Chronometer
|
ZQ
Timekeeper - Quartz
|
ZV
Timekeeper - Radio Update, WWV or WWVH
|
| Modifier and Type | Method and Description |
|---|---|
static TalkerId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TalkerId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TalkerId AB
public static final TalkerId AD
public static final TalkerId AG
public static final TalkerId AI
public static final TalkerId AP
public static final TalkerId BN
public static final TalkerId CC
public static final TalkerId CD
public static final TalkerId CM
public static final TalkerId CS
public static final TalkerId CT
public static final TalkerId CV
public static final TalkerId CX
public static final TalkerId DE
public static final TalkerId DF
public static final TalkerId DU
public static final TalkerId EC
public static final TalkerId EP
public static final TalkerId ER
public static final TalkerId GP
public static final TalkerId HC
public static final TalkerId HE
public static final TalkerId HN
public static final TalkerId II
public static final TalkerId IN
public static final TalkerId LA
public static final TalkerId LC
public static final TalkerId MP
public static final TalkerId NL
public static final TalkerId OM
public static final TalkerId OS
public static final TalkerId RA
public static final TalkerId SD
public static final TalkerId SN
public static final TalkerId SS
public static final TalkerId TI
public static final TalkerId TR
public static final TalkerId U0
public static final TalkerId U1
public static final TalkerId U2
public static final TalkerId U3
public static final TalkerId U4
public static final TalkerId U5
public static final TalkerId U6
public static final TalkerId U7
public static final TalkerId U8
public static final TalkerId U9
public static final TalkerId UP
public static final TalkerId VD
public static final TalkerId DM
public static final TalkerId VW
public static final TalkerId WI
public static final TalkerId YC
public static final TalkerId YD
public static final TalkerId YF
public static final TalkerId YL
public static final TalkerId YP
public static final TalkerId YR
public static final TalkerId YT
public static final TalkerId YV
public static final TalkerId YX
public static final TalkerId ZA
public static final TalkerId ZC
public static final TalkerId ZQ
public static final TalkerId ZV
public static TalkerId[] values()
for (TalkerId c : TalkerId.values()) System.out.println(c);
public static TalkerId valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.