예제 #1
0
 def __init__(self):
     api.add(self, "port_out", crest.Output(res, 7777))
예제 #2
0
 def __init__(self):
     api.add(self, "port_in", crest.Input(res, 5555))
예제 #3
0
 def __init__(self):
     api.add(self, "second_state", crest.State())
예제 #4
0
 def __init__(self):
     api.add(self, "sub", SubEntity())
예제 #5
0
 def __init__(self):
     api.add(self, "state", newstate)