Package PamDetection
Class NewPamDataUnit
java.lang.Object
PamDetection.NewPamDataUnit
Deprecated.
Class to eventually replace existing PamDataUnits. IS abstract
- Author:
- Doug Gillespie
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
Deprecated.Absolute block index, needed for searches once NPDU's start getting deleted off the front of the storageprotected long
Deprecated.time the NewPamDataUnit was created based using standard Java time -
Constructor Summary
ConstructorsConstructorDescriptionNewPamDataUnit
(long timeMilliseconds, PamDataBlock parentDataBlock) Deprecated.Reference to nearest Gps data block (I like to cross reference everything to GPS data) (Class GpsDataUnit not actually defined yet) -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.Deprecated.long
Deprecated.
-
Field Details
-
timeMilliseconds
protected long timeMillisecondsDeprecated.time the NewPamDataUnit was created based using standard Java time -
absBlockIndex
protected long absBlockIndexDeprecated.Absolute block index, needed for searches once NPDU's start getting deleted off the front of the storage
-
-
Constructor Details
-
NewPamDataUnit
Deprecated.Reference to nearest Gps data block (I like to cross reference everything to GPS data) (Class GpsDataUnit not actually defined yet)
-
-
Method Details
-
getAbsBlockIndex
public long getAbsBlockIndex()Deprecated. -
getParentDataBlock
Deprecated. -
getTimeMilliseconds
public long getTimeMilliseconds()Deprecated.
-