Commit Graph

67 Commits

Author SHA1 Message Date
Elvis Dowson
6709765a48 C/xpcExample: Move sources to src sub-folder.
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2015-01-02 14:23:02 +04:00
Elvis Dowson
ba0600ee68 xplaneconnect: Add CMake support for building xplaneconnect shared and static library.
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2015-01-02 14:20:00 +04:00
Elvis Dowson
0b7ad8809d User Guide(C).txt: Remove trailing whitespaces.
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2015-01-02 14:19:07 +04:00
jwatkins42
97b9c9a682 Fixed memory leak and incorrect copy bugs.
- The result of a call to realloc was erroneously thrown away, creating a potential memory leak.
 - Values were being copied to an array on the stack, then memcpy'ed into an array on the heap. Since the heap array is freshly allocated, it should be completely safe to memcpy the data directly into it.
 - The inner loop was copying the same value several times, rather than copying several values in series.
2014-12-08 22:17:55 -08:00
Chris Teubert
a396088ed8 Removed unnecessary use of pointer in parseDATA 2014-12-04 10:35:24 -08:00
Chris Teubert
dcce37573f Quick fix- msTimeOut to usTimeOut 2014-12-03 10:26:01 -08:00
jwatkins42
d70148b98d Reverted timeout changes and added clarifying comment. 2014-12-02 21:32:45 -08:00
jwatkins42
f582d7fec0 Removed duplicate socket initialization and corrected timeout values. 2014-12-02 21:01:52 -08:00
Chris Teubert
2f6bc72825 Fixed Buffer overrun in sendCTRL 2014-12-02 10:07:41 -08:00
Chris Teubert
851cebeea0 Testing improvements- C/C++ 2014-12-01 15:36:37 -08:00
Chris Teubert
9ea7011bfb Fixed bug in xplaneConnect.c
Fixed bug in openUDP where sockets could not be reopened in OS X
2014-12-01 14:44:06 -08:00
Chris Teubert
e36dcbb693 Minor fix for requestDREF
Fix for requestDREF
2014-11-28 10:05:56 -08:00
Chris Teubert
678b04491d Documentation/Version Number Changes 2014-11-24 12:29:40 -08:00
Chris Teubert
e4fed91077 Documentation Changes 2014-11-24 12:15:57 -08:00
Chris Teubert
28a9d7573a Updated Example - IP Address
Changed IP to 127.0.0.1
2014-11-24 12:13:38 -08:00
Chris Teubert
205e2998f4 User Guide Typo
Fix typo in C User Guide
2014-11-21 14:22:45 -08:00
Chris Teubert
8013ce1003 Initial Version 2014-10-22 15:52:38 -07:00