|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.indi.server.BasicDevice
org.indi.examples.SimpleCCDSimulator
public class SimpleCCDSimulator
A simple CCD simulator. A .fits file is transferred after the given exposuretime has been expired.
Field Summary |
---|
Fields inherited from class org.indi.server.BasicDevice |
---|
observers, server |
Constructor Summary | |
---|---|
SimpleCCDSimulator(org.indi.server.IndiServer server)
class constructor |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Starts an indi server hosting a ccd simulator and a telescope (mount) simulator |
void |
onGetProperties(org.indi.clientmessages.GetProperties o)
|
void |
onNew(org.indi.objects.NumberVector vector)
|
void |
onNew(org.indi.objects.SwitchVector vector)
|
void |
onTimer()
|
Methods inherited from class org.indi.server.BasicDevice |
---|
def, def, del, del, getName, msg, onNew, onNew, onObserved, sendToClients, set, set, subscribe, timer, unsubscribe, unsubscribe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleCCDSimulator(org.indi.server.IndiServer server)
server
- the indi server to host the deviceMethod Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
args
- Command line parameters (ignored)
java.io.IOException
public void onGetProperties(org.indi.clientmessages.GetProperties o)
onGetProperties
in interface org.indi.server.Device
onGetProperties
in class org.indi.server.BasicDevice
public void onNew(org.indi.objects.SwitchVector vector)
onNew
in interface org.indi.server.Device
onNew
in class org.indi.server.BasicDevice
public void onNew(org.indi.objects.NumberVector vector)
onNew
in interface org.indi.server.Device
onNew
in class org.indi.server.BasicDevice
public void onTimer()
onTimer
in interface org.indi.reactor.TimerCallback
onTimer
in class org.indi.server.BasicDevice
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |