Search found 2 matches
- Mon Jan 25, 2010 9:57 am
- Forum: Developers Discussion
- Topic: OO Programming in CMSMS
- Replies: 5
- Views: 2934
Re: OO Programming in CMSMS
After further investigation I realize why it's working for you but isn't for me. I am in fact trying to create an abstract class (one that isnt a full-fledged module itself) and have my modules extend from that. Current mechanics only allow me to create fat classes which implement everything, not re...
- Sat Jan 23, 2010 1:36 pm
- Forum: Developers Discussion
- Topic: OO Programming in CMSMS
- Replies: 5
- Views: 2934
Re: OO Programming in CMSMS
Can you be a bit more precise what to look at?