basic implementation of client/server for AERPAW, whole lot of mess included
This commit is contained in:
15
aerpaw/cpp/udp_comm.h
Normal file
15
aerpaw/cpp/udp_comm.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef UDP_COMM_H
|
||||
#define UDP_COMM_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void initComms(const char* ip, uint16_t port);
|
||||
void sendTarget(const double* pos);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user