Package difar
Class DemuxWorkerMessage
java.lang.Object
difar.DemuxWorkerMessage
-
Field Summary
Modifier and TypeFieldDescriptionlong
int
status/part of the process in operation when message sent;static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionDemuxWorkerMessage
(DifarDataUnit difarDataUnit, int status, long millis) DemuxWorkerMessage
(DifarDataUnit difarDataUnit, int status, long millis, double percentProgress) DemuxWorkerMessage
(DifarDataUnit difarDataUnit, int status, long millis, double percentProgress, Boolean lock75, Boolean lock15) -
Method Summary
-
Field Details
-
difarDataUnit
-
status
public int statusstatus/part of the process in operation when message sent; -
elapsedMillis
public long elapsedMillis -
STATUS_START
public static final int STATUS_START- See Also:
-
STATUS_DONEDEMUX
public static final int STATUS_DONEDEMUX- See Also:
-
STATUS_STARTDIFARCALC
public static final int STATUS_STARTDIFARCALC- See Also:
-
STATUS_DONEDIFARCALC
public static final int STATUS_DONEDIFARCALC- See Also:
-
STATUS_DONEALL
public static final int STATUS_DONEALL- See Also:
-
STATUS_INDEMUXCALC
public static final int STATUS_INDEMUXCALC- See Also:
-
STATUS_DIFAR_DONE_POWER
public static final int STATUS_DIFAR_DONE_POWER- See Also:
-
STATUS_DIFAR_DONE_CROSS
public static final int STATUS_DIFAR_DONE_CROSS- See Also:
-
STATUS_DIFAR_ANGLES
public static final int STATUS_DIFAR_ANGLES- See Also:
-
STATUS_AUTOSAVEPENDING
public static final int STATUS_AUTOSAVEPENDING- See Also:
-
STATUS_AUTOSAVEINTERRUPTED
public static final int STATUS_AUTOSAVEINTERRUPTED- See Also:
-
STATUS_SAVED
public static final int STATUS_SAVED- See Also:
-
STATUS_DELETED
public static final int STATUS_DELETED- See Also:
-
-
Constructor Details
-
DemuxWorkerMessage
-
DemuxWorkerMessage
public DemuxWorkerMessage(DifarDataUnit difarDataUnit, int status, long millis, double percentProgress) - Parameters:
difarDataUnit
-status
-percentProgress
-
-
DemuxWorkerMessage
public DemuxWorkerMessage(DifarDataUnit difarDataUnit, int status, long millis, double percentProgress, Boolean lock75, Boolean lock15)
-
-
Method Details
-
getMessageString
-
getStatusString
-
getTotalProgress
public double getTotalProgress()- Returns:
- the totalProgress
-
isLock75
public boolean isLock75()- Returns:
- the lock75
-
isLock15
public boolean isLock15()- Returns:
- the lock15
-