Proposal for the bind interface #38

Open
lasdasdas wants to merge 19 commits from lasdasdas/std_function_bind_interface_proposal into master

19 Commits

Author SHA1 Message Date
David Serret 5f0e3fd0cd Proposal for the bind interface 2020-04-02 13:12:11 +02:00
livox daf849ef45 Update README.md 2020-04-01 21:14:12 +08:00
Livox-SDK 47389056be feat:replace boost library with C++11 std library 2020-04-01 20:53:55 +08:00
livox 559ffbf712 Update and rename REANME.md to README.md 2020-03-03 18:03:19 +08:00
livox 3caa81c10a Create REANME.md 2020-03-03 17:59:30 +08:00
livox b633196a18 Delete Livox_SDK_Communication_Protocol_EN_20190117.pdf 2020-02-13 22:13:06 +08:00
livox a4b241539a Delete Livox_LiDAR_SDK_API_Reference.pdf 2020-02-13 22:12:28 +08:00
livox ea9a9d7aa5 Merge pull request #28 from karolmajek/master
fix unused variable error in Release build
2020-02-06 22:35:31 +08:00
livox 280a61df2c Merge pull request #26 from UnaNancyOwen/fix_vs2019
Add string header to fix build error in Visual Studio 2019
2020-02-06 22:33:34 +08:00
Karol Majek c01ff92260 fix unused variable error in Release build 2020-02-04 13:31:23 +01:00
Tsukasa Sugiura cad744bcca Add string header
Add string header to fix build error in Visual Studio 2019.
2020-01-27 13:52:18 +09:00
Livox-SDK f5eaa30bc8 feature:support for connecting horizon 2019-12-19 17:11:48 +08:00
Livox-SDK da19f31bc4 feature:support for conneting horizon 2019-12-19 15:25:48 +08:00
Livox-SDK 83def61d80 featrue:support for connecting horizon 2019-12-19 15:09:28 +08:00
livox 514ed7258a Merge pull request #18 from jingweiz2017/master
Bug Fix: Failed to connect lidar when multi adapter presented with fi…
2019-10-31 15:57:38 +08:00
jingweiz2017 6c62b898c0 Update network_util.cpp
Adjust the indentation.
2019-10-25 10:49:02 +08:00
Jingwei Zhang 6327176b69 Bug Fix: Failed to connect lidar when multi adapter presented with first one disconnected
Bug Description:
When you have more than one network adater on your compter, this part of the code is supposed to find one that is connecting and working fine and obtain its ip address for handshaking request.
However, it failed to do so when the first network adapter is not connected. Thus GetAdapterState returns false and we stopped trying on the other adapters.

Fix:
Try each adapter, if it is not working, we try the next one. Either we find one and we move onto the following process or we find none and quit.
2019-10-25 10:16:11 +08:00
Livox-SDK 657401cd2f fix : failed to find local ip in windows 2019-08-13 18:16:19 +08:00
Livox-SDK c243aa2797 feature:add C++ sample 2019-07-31 17:09:41 +08:00