Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b913fa7208eb421cd36a7d10f147f73299026dc8
/
.
/
971cv
/
src
/
org
/
spartanrobotics
/
receiveFromDS.cpp
blob: 915db2b0c7bb7a0a0f9a8ff5891d153fafd0a25a [
file
] [
log
] [
blame
]
danielp
b913fa7
2013-03-03 06:23:20 +0000
[
diff
] [
blame^
]
1
//receives messages from the server that the vision code runs on the driver's station
2
3
#include
<stdio.h>
4
#include
<sys/types.h>
5
#include
<sys/socket.h>
6
#include
<netinet/in.h>
7
8