RemoteSimulationService.Iface ============================= .. java:package:: ch.epfl.leb.sass.server :noindex: .. java:type:: public interface Iface :outertype: RemoteSimulationService Methods ------- getNextImage ^^^^^^^^^^^^ .. java:method:: public java.nio.ByteBuffer getNextImage() throws ImageGenerationException, org.apache.thrift.TException :outertype: RemoteSimulationService.Iface Increments the simulation by one time step and returns an image. getServerStatus ^^^^^^^^^^^^^^^ .. java:method:: public java.lang.String getServerStatus() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Iface Returns the simulation server's current status. getSimulationState ^^^^^^^^^^^^^^^^^^ .. java:method:: public java.lang.String getSimulationState() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Iface Returns information about the current state of each emitter in a JSON string. setActivationLaserPower ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setActivationLaserPower(double power) throws org.apache.thrift.TException :outertype: RemoteSimulationService.Iface Changes the simulation'ss fluorescence activation laser power. :param power: