All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.VLAMessagesF
java.lang.Object
|
+----JObserve.VLA.VLAMessagesF
- public final class VLAMessagesF
- extends Object
VLA scan messages class.
- See Also:
- LabeledLink, Linkage
-
Backup
- Add a backup card after this scan
-
ClearBits
-
-
Comment
- User comment
-
Flags
- Flags
Possible warnings or errors
-
MaximumShadowing
- MaximumShadowing
largest amount of shadowing of the source by another antenna.
-
myLastLink
- Last link of Field linked list
-
NearbyPlanet
- NearbyPlanet
name of potentially troublesome nearby planet.
-
Rewind
- Rewind after this source
-
SetBits
- Bit masks to select IFs in the first four bits of warning/Error flags
-
copy(VLAMessagesF)
- in place copy
-
FinishParse(VLAScan)
- Any cleanup operations needed for parsing a Scan
-
InitMessages(VLAScan)
- Setup up for returning messages
VLA version
-
LOWarnings()
- Check for LO (or other frequency) problems in scan.
-
LOWarningsText()
- Return Warning text for LO problem
-
MakeBackup(String)
- Make a Backup card
byte Card format:
0 char Id[4];
4 char Padding1[5];
9 char N[5];
-
MakeRewind()
- Make a Rewind card
byte Card format:
0 char Id[4]; "/REW"
-
NextMessage()
- Return next message
VLA version
-
SourceErrors(int)
- Check for scheduling errors in scan.
SetBits
public static final int SetBits[]
- Bit masks to select IFs in the first four bits of warning/Error flags
ClearBits
public static final int ClearBits[]
myLastLink
public FieldLink myLastLink
- Last link of Field linked list
Comment
public CommentF Comment
- User comment
Flags
public VLAMessagesF. ErrorsAndWarnings Flags
- Flags
Possible warnings or errors
MaximumShadowing
public String MaximumShadowing
- MaximumShadowing
largest amount of shadowing of the source by another antenna.
8 characters
NearbyPlanet
public String NearbyPlanet
- NearbyPlanet
name of potentially troublesome nearby planet.
13 characters
Rewind
public RewindF Rewind
- Rewind after this source
Backup
public BackupF Backup
- Add a backup card after this scan
copy
public void copy(VLAMessagesF out)
- in place copy
- Parameters:
-
VLAMessagesF
- the Object to copy to
MakeRewind
public static String MakeRewind()
- Make a Rewind card
byte Card format:
0 char Id[4]; "/REW"
- Returns:
-
String
the card image
MakeBackup
public static String MakeBackup(String N)
- Make a Backup card
byte Card format:
0 char Id[4];
4 char Padding1[5];
9 char N[5];
- Parameters:
-
- String
some identifier
- Returns:
-
String
the card image
SourceErrors
public boolean SourceErrors(int errorType)
- Check for scheduling errors in scan.
- Parameters:
-
- int
type (WARNING, ERRORS, BOTH) to check for
- Returns:
- true if one or more errors/warnings exist.
LOWarnings
public boolean LOWarnings()
- Check for LO (or other frequency) problems in scan.
VLA version.
- Returns:
- true if one or more warnings exist.
InitMessages
public void InitMessages(VLAScan theScan)
- Setup up for returning messages
VLA version
- Parameters:
-
VLAScan
- the Scan
NextMessage
public String NextMessage()
- Return next message
VLA version
- Returns:
-
String
the next message
LOWarningsText
public String LOWarningsText()
- Return Warning text for LO problem
- Returns:
-
String
the next message
FinishParse
public void FinishParse(VLAScan theScan)
- Any cleanup operations needed for parsing a Scan
- Parameters:
-
VLAScan
- the Scan parsed
All Packages Class Hierarchy This Package Previous Next Index