Package alarm.actions.serial
Class AlarmSerialInterface
java.lang.Object
alarm.actions.serial.AlarmSerialInterface
- All Implemented Interfaces:
 PamSettings,SettingsNameProvider
Singleton class for all alarm actions to share a single serial port, it's settings
 etc.
- Author:
 - Doug Gillespie
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic final AlarmSerialInterfacegetInstance(AlarmControl alarmControl) longbooleanisPortOk()booleanrestoreSettings(PamControlledUnitSettings pamControlledUnitSettings) booleansetSettings(Window window) booleanwriteString(String outputString) Write a string to the serial port. 
- 
Method Details
- 
getInstance
 - 
setSettings
 - 
isPortOk
public boolean isPortOk() - 
writeString
Write a string to the serial port.- Parameters:
 outputString- string to write to serial port.- Returns:
 - true if string written successfully.
 
 - 
getUnitName
- Specified by:
 getUnitNamein interfaceSettingsNameProvider- Returns:
 - A Name specific to this instance of the particular class, e.g. Sperm whale detector, Beaked whale detector, etc.
 
 - 
getUnitType
- Specified by:
 getUnitTypein interfacePamSettings- Returns:
 - A Name specific to the type, e.g. Click detector
 
 - 
getSettingsReference
- Specified by:
 getSettingsReferencein interfacePamSettings- Returns:
 - The serialisable object that will be stored
 
 - 
getSettingsVersion
public long getSettingsVersion()- Specified by:
 getSettingsVersionin interfacePamSettings- Returns:
 - An integer version number for the settings
 
 - 
restoreSettings
- Specified by:
 restoreSettingsin interfacePamSettings- Parameters:
 pamControlledUnitSettings-- Returns:
 - true if successful The object performs final checks (if needed) and then casts the settings data pamcontrolledunitSettings.settings into the correct type and uses as required
 
 
 -