aboutsummaryrefslogtreecommitdiffstats
path: root/udp2lcm/udp2lcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'udp2lcm/udp2lcm.h')
-rw-r--r--udp2lcm/udp2lcm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/udp2lcm/udp2lcm.h b/udp2lcm/udp2lcm.h
index 1ab7cf3..e78bc73 100644
--- a/udp2lcm/udp2lcm.h
+++ b/udp2lcm/udp2lcm.h
@@ -33,8 +33,8 @@ extern char clientIP[20];
33extern lcm_t *lcm; 33extern lcm_t *lcm;
34 34
35bool LCMInit(); 35bool LCMInit();
36void udpSendHandler(); 36void *udpSendHandler(void *args);
37void udpRecvHandler(); 37void *udpRecvHandler(void *args);
38void parseCmd(const char *buffer, int bytesReceived); 38void parseCmd(const char *buffer, int bytesReceived);
39void robotCtrlInit(robot_control_t *robotCtrlData, int64_t utime, 39void robotCtrlInit(robot_control_t *robotCtrlData, int64_t utime,
40 int8_t commandid, int8_t robotid, int8_t ndparams, 40 int8_t commandid, int8_t robotid, int8_t ndparams,
@@ -44,4 +44,4 @@ void poseHandler(const lcm_recv_buf_t *rbuf, const char *channel,
44 const pose_t *msg, void *userdata); 44 const pose_t *msg, void *userdata);
45int16_t swapEndian(int16_t val); 45int16_t swapEndian(int16_t val);
46 46
47#endif \ No newline at end of file 47#endif