RemoteSimulationService.Client ============================== .. java:package:: ch.epfl.leb.sass.server :noindex: .. java:type:: public static class Client extends org.apache.thrift.TServiceClient implements Iface :outertype: RemoteSimulationService Constructors ------------ Client ^^^^^^ .. java:constructor:: public Client(org.apache.thrift.protocol.TProtocol prot) :outertype: RemoteSimulationService.Client Client ^^^^^^ .. java:constructor:: public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot) :outertype: RemoteSimulationService.Client Methods ------- getNextImage ^^^^^^^^^^^^ .. java:method:: public java.nio.ByteBuffer getNextImage() throws ImageGenerationException, org.apache.thrift.TException :outertype: RemoteSimulationService.Client getServerStatus ^^^^^^^^^^^^^^^ .. java:method:: public java.lang.String getServerStatus() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client getSimulationState ^^^^^^^^^^^^^^^^^^ .. java:method:: public java.lang.String getSimulationState() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client recv_getNextImage ^^^^^^^^^^^^^^^^^ .. java:method:: public java.nio.ByteBuffer recv_getNextImage() throws ImageGenerationException, org.apache.thrift.TException :outertype: RemoteSimulationService.Client recv_getServerStatus ^^^^^^^^^^^^^^^^^^^^ .. java:method:: public java.lang.String recv_getServerStatus() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client recv_getSimulationState ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public java.lang.String recv_getSimulationState() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client recv_setActivationLaserPower ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void recv_setActivationLaserPower() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client send_getNextImage ^^^^^^^^^^^^^^^^^ .. java:method:: public void send_getNextImage() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client send_getServerStatus ^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void send_getServerStatus() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client send_getSimulationState ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void send_getSimulationState() throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client send_setActivationLaserPower ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void send_setActivationLaserPower(double power) throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client setActivationLaserPower ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setActivationLaserPower(double power) throws org.apache.thrift.TException :outertype: RemoteSimulationService.Client