Commit Graph

133 Commits (newdev)

Author SHA1 Message Date
michal.szwaj a5ed15f158 Unit tests for TCPEndpoint 2018-03-16 18:59:55 +01:00
michal.szwaj d12ef0a4d1 Fix typo 2018-03-15 22:33:57 +01:00
michal.szwaj 953190a8be Fix wrong strand usage 2018-03-15 22:33:06 +01:00
michal.szwaj 2ba44d220e Fix error active state 2018-03-15 18:34:19 +01:00
michal.szwaj 175dfa6b60 Use Transport base class in TCPTransport 2018-03-15 18:28:02 +01:00
michal.szwaj 1c95f086b7 Create base class for transports 2018-03-15 17:59:18 +01:00
michal.szwaj 36833be832 Remove USBDataSink 2018-03-13 17:22:35 +01:00
michal.szwaj b8bcf7cbef USBDataSink renamed to DataSink 2018-03-13 17:20:37 +01:00
michal.szwaj 219d8dd525 Wrap all used socket functions 2018-03-13 17:20:00 +01:00
michal.szwaj e5e72d1eda Implementation of TCPTransport 2018-03-12 17:53:31 +01:00
michal.szwaj bebb4b9f2f Perform socket close even if shutdown failed 2018-03-12 16:48:07 +01:00
michal.szwaj eb98ceadf5 Implement sceleton of TCP interface 2018-03-12 16:43:35 +01:00
Michal Szwaj 3db2770ac4
Merge pull request #7 from duxet/development
Fix remaining MacOS build issues
2018-03-12 09:42:19 +01:00
duxet 98c26d3328 Fix remaining MacOS build issues 2018-03-12 08:43:31 +01:00
michal.szwaj@o2.pl 65d6e3e54b Make aasdk_proto shared library to avoid duplicated definitions of proto messages 2018-03-10 13:54:39 +01:00
michal.szwaj@o2.pl 26ef6b8a82 Use CMake style to link with project libraries 2018-03-10 13:39:10 +01:00
michal.szwaj@o2.pl 49f45e4b0c Keep consitency in CMake if statements 2018-03-10 13:25:06 +01:00
michal.szwaj@o2.pl 529fe29bcc Fix issue with winsock.h conflict for MinGW w64 2018-03-10 13:15:20 +01:00
michal.szwaj@o2.pl 59400c6a72 Fix compilation for GCC 7 2018-03-10 13:14:40 +01:00
michal.szwaj@o2.pl 257c63e06d Fix build on MinGW w64 2018-03-10 13:03:54 +01:00
michal.szwaj 706284053f Update readme 2018-03-05 22:21:32 +01:00
Michal Szwaj a36db60b5b
Merge pull request #5 from duxet/development
Fix MacOS build issue
2018-02-27 11:08:01 +01:00
Wojciech 0ff7365c3b
Fix MacOS build issue
In file included from /Users/duxet/git/aasdk/src/Channel/ServiceChannel.cpp:19:
In file included from /Users/duxet/git/aasdk/include/f1x/aasdk/IO/PromiseLink.hpp:23:
/Users/duxet/git/aasdk/include/f1x/aasdk/Error/Error.hpp:47:17: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
    std::string message_;
2018-02-27 10:43:05 +01:00
michal.szwaj 5edcc7c68c Add flag for toggle external gtest complation to speed up release build 2018-02-18 02:01:32 +01:00
michal.szwaj ddbd19742f Change night mode data to proto2 2018-02-13 22:03:35 +01:00
michal.szwaj afbf168a47 Merge branch 'development' of https://github.com/f1xpl/aasdk into development 2018-02-12 16:08:13 +01:00
michal.szwaj bd67b8aadc Make getter for channelId const method 2018-02-12 16:07:44 +01:00
Michal Szwaj 4b6684e165
Update Readme.md 2018-02-12 09:52:42 +01:00
michal.szwaj 71cf9b43c3 Readme update 2018-02-11 22:19:10 +01:00
michal.szwaj 3186fc08f5 Readme update 2018-02-11 21:46:16 +01:00
michal.szwaj 27fd5215e7 Update readme file 2018-02-11 21:36:09 +01:00
michal.szwaj 4cca889a48 Add readme file 2018-02-11 21:23:13 +01:00
michal.szwaj 9bcecbc977 Initial commit 2018-02-11 20:36:55 +01:00