dabelknap / VMEStream

0 stars 1 forks source link

Small updates + more support for emulation #9

Closed ekfriis closed 11 years ago

ekfriis commented 11 years ago

This adds a doStuff() virtual function to VMEController. oRSCEmulator overrides this to do an echo feature (xref #7). Let me know if it makes sense to you. Right now doing

mkfifo txbuffer rxbuffer
bin/vme2fd txbuffer rxbuffer
echo "hello" > txbuffer
cat rxtbuffer

returns hell (missing an o). So it is a start but there is still some overflow issue (NB hell is 32 bits).

ekfriis commented 11 years ago

I forgot an important bit: in vme2fd, doStuff() is called in the main loop, to simulate the oRSC processing.

dabelknap commented 11 years ago

@ekfriis Can you check the date on the system you are using? Your commits are dated ~2 months ago.

ekfriis commented 11 years 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 .