mirror of https://github.com/m-labs/artiq.git
examples/remote_exec_controller: implement ping
This commit is contained in:
parent
affe4d45aa
commit
1459b393a0
|
@ -50,6 +50,9 @@ class CameraSimulation:
|
||||||
self.noise_level)
|
self.noise_level)
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
def ping(self):
|
||||||
|
return True
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
Loading…
Reference in New Issue