# HG changeset patch # User punk # Date 1273547774 14400 # Node ID bf08daea854e7640b59894169a56437476a2bffb # Parent 1d5cbb5343d274e9ee4acd5d9e0131e1eb3f0534 [svn r65] compiles but doesn't run diff -r 1d5cbb5343d2 -r bf08daea854e modules/bluespec/Pygar/core/AudioCoreRRR.cpp --- a/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Mon May 10 22:54:54 2010 -0400 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Mon May 10 23:16:14 2010 -0400 @@ -20,7 +20,7 @@ { // instantiate stub - printf("rlm: init called\n\n"); + printf("ReceiveSide Created\n"); outputFile = NULL; memory = NULL; fflush(stdout); diff -r 1d5cbb5343d2 -r bf08daea854e modules/bluespec/Pygar/core/AudioCoreSystem.cpp --- a/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Mon May 10 22:54:54 2010 -0400 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Mon May 10 23:16:14 2010 -0400 @@ -19,6 +19,7 @@ clientStub(new AUDIOCORERRR_CLIENT_STUB_CLASS(this)) { + printf("SendSide Created\n"); } // destructor @@ -31,18 +32,20 @@ CONNECTED_APPLICATION_CLASS::Init() { + printf("InitSend Side\n"); pthread_mutex_init(&lock, NULL); pthread_cond_init(&cond, NULL); sem_init(&throttle, 0, 64); // enable stats - // STATS_DEVICE_SERVER_CLASS::GetInstance()->SetupStats(); + //STATS_DEVICE_SERVER_CLASS::GetInstance()->SetupStats(); } //This isn't called. void CONNECTED_APPLICATION_CLASS::UpdateSemaphore() { + printf("UpdateSemaphore\n"); sem_post(&throttle); } @@ -79,6 +82,7 @@ bool coreFin = false; + printf("SendSide Main\n"); fflush(stdout); // Convert input wav to pcm