Package com.blackhillsoftware.smf.smf89
Class TrgProductIntersectionData
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf89.TrgProductIntersectionData
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrgProductIntersectionData
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF89TCCP value.SMF89TCCT as a Duration.double
SMF89TCCT raw value.double
SMF89TCCT in seconds.int
SMF89TCFG value.SMF89TCIP value.SMF89TCPI value.SMF89TCPN value.SMF89TCPO value.SMF89TCPQ value.SMF89TCPV value.boolean
Return true ifSMF89TCUC
bit insmf89tcfg()
is set.boolean
Return true ifSMF89TCUP
bit insmf89tcfg()
is set.SMF89TCZT as a Duration.double
SMF89TCZT raw value.double
SMF89TCZT in seconds.SMF89TIPI value.SMF89TIPN value.SMF89TIPO value.SMF89TIPQ value.SMF89TIPV value.SMF89T_TRG_NAME value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF89TCUC
public static final int SMF89TCUCConstant: 0x80 = 128- See Also:
-
SMF89TCUP
public static final int SMF89TCUPConstant: 0x40 = 64- See Also:
-
-
Method Details
-
smf89tccp
SMF89TCCP value.- Returns:
- String SMF89TCCP value
-
smf89tcpo
SMF89TCPO value.- Returns:
- String SMF89TCPO value
-
smf89tcpn
SMF89TCPN value.- Returns:
- String SMF89TCPN value
-
smf89tcpv
SMF89TCPV value.- Returns:
- String SMF89TCPV value
-
smf89tcpq
SMF89TCPQ value.- Returns:
- String SMF89TCPQ value
-
smf89tcpi
SMF89TCPI value.- Returns:
- String SMF89TCPI value
-
smf89tcip
SMF89TCIP value.- Returns:
- String SMF89TCIP value
-
smf89tipo
SMF89TIPO value.- Returns:
- String SMF89TIPO value
-
smf89tipn
SMF89TIPN value.- Returns:
- String SMF89TIPN value
-
smf89tipv
SMF89TIPV value.- Returns:
- String SMF89TIPV value
-
smf89tipq
SMF89TIPQ value.- Returns:
- String SMF89TIPQ value
-
smf89tipi
SMF89TIPI value.- Returns:
- String SMF89TIPI value
-
smf89tTrgName
SMF89T_TRG_NAME value.- Returns:
- String SMF89T_TRG_NAME value
-
smf89tcfg
public int smf89tcfg()SMF89TCFG value.- Returns:
- int SMF89TCFG value
-
smf89tcuc
public boolean smf89tcuc()Return true ifSMF89TCUC
bit insmf89tcfg()
is set.- Returns:
- boolean SMF89TCUC bit is set in smf89tcfg()
SMF89TCUC = 0x80
-
smf89tcup
public boolean smf89tcup()Return true ifSMF89TCUP
bit insmf89tcfg()
is set.- Returns:
- boolean SMF89TCUP bit is set in smf89tcfg()
SMF89TCUP = 0x40
-
smf89tcct
SMF89TCCT as a Duration.- Returns:
- Duration SMF89TCCT
- See Also:
-
smf89tcctSeconds
public double smf89tcctSeconds()SMF89TCCT in seconds.- Returns:
- double SMF89TCCT converted to seconds
-
smf89tcctRawValue
public double smf89tcctRawValue()SMF89TCCT raw value.- Returns:
- double SMF89TCCT value
-
smf89tczt
SMF89TCZT as a Duration.- Returns:
- Duration SMF89TCZT
- See Also:
-
smf89tcztSeconds
public double smf89tcztSeconds()SMF89TCZT in seconds.- Returns:
- double SMF89TCZT converted to seconds
-
smf89tcztRawValue
public double smf89tcztRawValue()SMF89TCZT raw value.- Returns:
- double SMF89TCZT value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-