12 from mvsim_comms
import pymvsim_comms
13 from mvsim_msgs
import SrvShutdown_pb2
20 req = SrvShutdown_pb2.SrvShutdown()
22 client.callService(
'shutdown', req.SerializeToString())
25 if __name__ ==
"__main__":
26 client = pymvsim_comms.mvsim.Client()
27 client.setName(
"tutorial1")
28 print(
"Connecting to server...")
30 print(
"Connected successfully.")
33 print(
"Shutdown called.")
def call_mvsim_shutdown(client)
OutIt print(OutIt out, const xml_node< Ch > &node, int flags=0)