Skip to content

Commit

Permalink
we now get the id to the airframe using the pong message
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-roblot committed Jul 25, 2014
1 parent b486488 commit c0c9211
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sw/ground_segment/tmtc/video_synchronizer.c
Expand Up @@ -128,7 +128,6 @@ static void on_Message(IvyClientPtr app, void *user_data, int argc, char *argv[]
if(videoSyncTagFlag){

videoSyncTag = logCurrentTime;
//g_print("tag at %f; ", videoSyncTag);
videoSyncTagFlag = FALSE;
}

Expand Down Expand Up @@ -276,11 +275,7 @@ int main ( int argc, char** argv)
IvyInit("Video Synchronizer", "Video Synchronizer READY", NULL, NULL, NULL, NULL);
IvyBindMsg(on_Message, NULL, "^time(\\S*) (\\S*)");
IvyBindMsg(on_Message_Video, NULL, "^(\\S*) VIDEO_SYNC(\\S*) (\\S*)");
IvyBindMsg(on_Airframe_ID, NULL, "^(\\S*) (\\S*)");
IvyBindMsg(on_Airframe_ID, NULL, "^(\\S*) (\\S*) (\\S*)");
IvyBindMsg(on_Airframe_ID, NULL, "^(\\S*) (\\S*) (\\S*) (\\S*)");
IvyBindMsg(on_Airframe_ID, NULL, "^(\\S*) (\\S*) (\\S*) (\\S*) (\\S*)");

IvyBindMsg(on_Airframe_ID, NULL, "^replay(\\S*) PONG(\\S*) (\\S*)");

#ifdef __APPLE__
IvyStart("224.255.255.255");
Expand Down

0 comments on commit c0c9211

Please sign in to comment.