Re: [Discuss-gnuradio] General_Work Not Executing

2015-09-01 Thread Washbourne, Logan
Tom, Thanks for pointing me in a new direction. I've spent this morning reading about the scheduler and I came across your Scheduler Details slide show from 2013. I saw the message passing protocol on slide 15, which makes sense, but I am not reaching the first bullet point, my messages are not be

Re: [Discuss-gnuradio] General_Work Not Executing

2015-08-31 Thread Tom Rondeau
On Mon, Aug 31, 2015 at 11:28 AM, Washbourne, Logan < lwas...@ostatemail.okstate.edu> wrote: > Tom, > > Thanks for the reply! > > So unfortunately I started using git after I found out that the code > wasn't entering general_work. It was actually the reason I started using > git, so this wouldn't

Re: [Discuss-gnuradio] General_Work Not Executing

2015-08-31 Thread Washbourne, Logan
Tom, Thanks for the reply! So unfortunately I started using git after I found out that the code wasn't entering general_work. It was actually the reason I started using git, so this wouldn't happen again haha. Thanks for the temp files tip, I'll try to fix that today. For the blocks, I think I j

Re: [Discuss-gnuradio] General_Work Not Executing

2015-08-31 Thread Tom Rondeau
On Fri, Aug 28, 2015 at 12:49 PM, Washbourne, Logan < lwas...@ostatemail.okstate.edu> wrote: > Hello All, > > I recently rewrote the Chat Sanitize and Chat Receiver blocks from the > Tutorial module(Example 5) in C++. I did this because I wanted to add an > acknowledgment feature into the blocks i

[Discuss-gnuradio] General_Work Not Executing

2015-08-28 Thread Washbourne, Logan
Hello All, I recently rewrote the Chat Sanitize and Chat Receiver blocks from the Tutorial module(Example 5) in C++. I did this because I wanted to add an acknowledgment feature into the blocks in order to add some robustness to it(I'm not sure yet if the chat example will lend itself to being rob