; Include file to define the CMDB_STRUCT type ; This is a useful way to have acces to numeric values ; to aviod lots of READS conversions and do them up front. ; Can then have cmdb_load also fill a cmdb_num structure ; so can have variables like cmdb_num.energy etc. CMDB_Entry = {cmdb_struct, energy:0.0, $ ; lazy - not yet defined all values... priority:0 } ; where the tags above correspond to the obvious columns of the ; CMDB