Package com.blackhillsoftware.smf.smf90
Class SmfSubsystemRecordSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SmfSubsystemRecordSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SmfSubsystemRecordSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
enabledType
(int smfType) Check whether recording is enabled for a specific record typeProvide a list of the SMF record types for which recording is enabled.int
smf90dtl()
SMF90DTL value.smf90exn()
smf90svl()
SMF90SVL as a Duration.long
SMF90SVL raw value.double
SMF90SVL in seconds.smf90sye()
SMF90SYE List<Boolean> with 2048 entries representing whether the associated record is enable for recording.smf90sys()
SMF90SYS List<Boolean> with 256 entries representing whether the associated record is enable for recording.smf90wkn()
SMF90WKN value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90wkn
SMF90WKN value.- Returns:
- String SMF90WKN value
-
smf90dtl
public int smf90dtl()SMF90DTL value.- Returns:
- int SMF90DTL value
-
smf90svl
SMF90SVL as a Duration.- Returns:
- Duration SMF90SVL
- See Also:
-
smf90svlSeconds
public double smf90svlSeconds()SMF90SVL in seconds.- Returns:
- double SMF90SVL converted to seconds
-
smf90svlRawValue
public long smf90svlRawValue()SMF90SVL raw value.- Returns:
- long SMF90SVL raw value
-
smf90sys
SMF90SYS List<Boolean> with 256 entries representing whether the associated record is enable for recording.- Returns:
- the SMF90SYS data
- See Also:
-
smf90exn
-
smf90sye
SMF90SYE List<Boolean> with 2048 entries representing whether the associated record is enable for recording.- Returns:
- the SMF90SYE data
- See Also:
-
enabledType
public boolean enabledType(int smfType) Check whether recording is enabled for a specific record type- Parameters:
smfType
- SMF record type between 0 and 2047- Returns:
- true if recording is enabled for the record type
-
enabledTypes
Provide a list of the SMF record types for which recording is enabled.- Returns:
- the list of enabled SMF record types
-
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
-