Browse Source
currently each and every device specific instance and model structure duplicates the memory layout of a struct GENmodel / GENinstance further the first structure elements behind a GENinstance header are reinterpreted as a sort of a generic "node" array. This business is very error prone, and makes it difficult to extend struct GENmodel / struct GENinstance. This patch makes this business much more bearable.pre-master-46
11 changed files with 33 additions and 26 deletions
Loading…
Reference in new issue