Closed ekfriis closed 11 years ago
I forgot an important bit: in vme2fd, doStuff()
is called in the main loop, to simulate the oRSC processing.
@ekfriis Can you check the date on the system you are using? Your commits are dated ~2 months ago.
I am prescient. FYI I have a big PR coming in later tonight from stuff I wrote while waiting at the airport today.
On Wed, Sep 25, 2013 at 5:12 PM, Austin Belknap notifications@github.comwrote:
@ekfriis https://github.com/ekfriis Can you check the date on the system you are using? Your commits are dated ~2 months ago.
— Reply to this email directly or view it on GitHubhttps://github.com/dabelknap/VMEStream/pull/9#issuecomment-25094936 .
This adds a
doStuff()
virtual function toVMEController
.oRSCEmulator
overrides this to do an echo feature (xref #7). Let me know if it makes sense to you. Right now doingreturns
hell
(missing an o). So it is a start but there is still some overflow issue (NBhell
is 32 bits).