|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.core.NullPuck
public class NullPuck
| Constructor Summary | |
|---|---|
NullPuck()
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
get an InputStream to the puck |
void |
initialize()
initialize the puck |
void |
managePowerSleep(int comms_policy,
int inst_policy)
perform any necessary puck operations before entering powering down |
void |
managePowerWake(int comms_policy,
int inst_policy)
perform any necessary puck operations on wake-up |
void |
resume()
call when device service is resumed |
void |
setSensorMode()
switch the puck to sensor mode |
void |
suspend()
call when device service is suspended |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullPuck()
| Method Detail |
|---|
public void initialize()
throws InitializeException
initialize in interface PuckInitializeException
public void setSensorMode()
throws java.io.IOException
setSensorMode in interface Puckjava.io.IOException
public void managePowerWake(int comms_policy,
int inst_policy)
throws java.io.IOException
managePowerWake in interface Puckjava.io.IOException
public void managePowerSleep(int comms_policy,
int inst_policy)
throws java.io.IOException
managePowerSleep in interface Puckjava.io.IOExceptionpublic void resume()
resume in interface Puckpublic void suspend()
suspend in interface Puck
public java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in interface Puckjava.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||