comparison service/rfid_pn532/graphserver.nim @ 1202:3c5e5c9ac935

a little further on toplevel nim code. event passing is not working Ignore-this: 86bdf86c796f2cf2ce2f245a0468c4eb darcs-hash:559bcdbc0750d19eb770bb78171ef7e9ec317960
author drewp <drewp@bigasterisk.com>
date Thu, 21 Feb 2019 22:37:04 -0800
parents 87283af13f15
children 56af0ca2db10
comparison
equal deleted inserted replaced
1201:3a420f34a54f 1202:3c5e5c9ac935
85 self.checkClients() 85 self.checkClients()
86 asyncCheck self.pingClients() 86 asyncCheck self.pingClients()
87 poll() 87 poll()
88 88
89 89
90 # Replace graph contents
91 proc setGraph*(self: GraphServer) =
92 echo "graph replaced"
93