diff options
Diffstat (limited to 'udp2lcm/udp2lcm.h')
-rw-r--r-- | udp2lcm/udp2lcm.h | 6 |
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]; | |||
33 | extern lcm_t *lcm; | 33 | extern lcm_t *lcm; |
34 | 34 | ||
35 | bool LCMInit(); | 35 | bool LCMInit(); |
36 | void udpSendHandler(); | 36 | void *udpSendHandler(void *args); |
37 | void udpRecvHandler(); | 37 | void *udpRecvHandler(void *args); |
38 | void parseCmd(const char *buffer, int bytesReceived); | 38 | void parseCmd(const char *buffer, int bytesReceived); |
39 | void robotCtrlInit(robot_control_t *robotCtrlData, int64_t utime, | 39 | void 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); |
45 | int16_t swapEndian(int16_t val); | 45 | int16_t swapEndian(int16_t val); |
46 | 46 | ||
47 | #endif \ No newline at end of file | 47 | #endif |