bacnet/BacnetSlaveEditor.py
changeset 3931 1c0263e2b3b1
parent 3845 d7f9b6af98ef
child 3934 8072072038d2
equal deleted inserted replaced
3930:1cb8f90bf4fd 3931:1c0263e2b3b1
   513                      "Ctype": "uint8_t",
   513                      "Ctype": "uint8_t",
   514                      "Settable": "N"}
   514                      "Settable": "N"}
   515 
   515 
   516 
   516 
   517 class ObjectTable(CustomTable):
   517 class ObjectTable(CustomTable):
   518     #  A custom wx.grid.PyGridTableBase using user supplied data
   518     #  A custom wx.grid.GridTableBase using user supplied data
   519     #
   519     #
   520     #  This will basically store a list of BACnet objects that the slave will support/implement.
   520     #  This will basically store a list of BACnet objects that the slave will support/implement.
   521     #  There will be one instance of this ObjectTable class for each BACnet object type
   521     #  There will be one instance of this ObjectTable class for each BACnet object type
   522     #  (e.g. Binary Value, Analog Input, Multi State Output, ...)
   522     #  (e.g. Binary Value, Analog Input, Multi State Output, ...)
   523     #
   523     #