12 Commits

Author SHA1 Message Date
Rob Bocchino
c02f35145e
Remove FPP dependencies on native int types (#2548)
* Remove FPP dependencies on native int types

* Revise FpConfig

* Fix errors in FpConfig

* Revise types

Add size type alias to Serializable
Remove type aliases for generated code
2024-03-04 19:34:23 -08:00
Johan Bertrand
7d13cbd8b8
Fix pedantic warnings (#2441)
* Fix macro pedantic warning

* Fixed pedantic warnings
2024-01-04 17:02:36 -08:00
M Starch
5e0b388268
Added startup, shutdown methods to IpSocket and added startup as a re… (#2261)
* Added startup, shutdown methods to IpSocket and added startup as a retry step

* Review fixes I

* Fixing static analysis checks

* Fixing spelling
2023-10-24 14:14:37 -07:00
M Starch
21e73e242d
lestarch: fixing IP driver for correct types (#1380) 2022-04-13 16:38:35 -07:00
M Starch
c263a81132 mstarch: merging devel into v3.0.0 2021-10-04 18:19:29 -07:00
Avi
de1a4e7bfd Fix minor typos in code comments/messages etc. 2021-09-21 09:31:13 -07:00
M Starch
a08dd11292
lestarch: reworking posix tasks (#992)
* lestarch: reworking posix tasks

* lestarch: correcting macOS issues; using deprecate instead of logger warnings

* lestarch: cleaning up task rework

* lestarch: fixing .start in UTs, docs, templates

* lestarch: cleaning-up non-default driver start calls

* lestarch: fixing stubbed implementation signature

* lestarch: moving reconnect up in order of args to socket read task
2021-09-16 15:33:47 -07:00
Joshua Anderson
c875ab3b17
Resolve merge conflicts merging from devel branch 2021-08-02 12:14:15 -07:00
M Starch
79cf2c3d08
lestarch: adding a ready port to bytestreamdriver and the tcp implmentors (#853) 2021-07-20 10:47:09 -07:00
Joshua Anderson
1b9c785ce6
Remove void from parameterless functions (#811) 2021-07-14 12:54:01 -07:00
M Starch
eebef10711
lestarch: updating .hpp and .md files for clean doxygen run (#676) 2021-06-07 21:10:09 -07:00
Michael D Starch
8b4e870082 lestarch: refactored IPv4 drivers
lestarch: correcting UT failures and reconnections

lestarch: refactored IPv4 drivers

Update Drv/Ip/test/ut/SocketTestHelper.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Ip/IpSocket.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Ip/SocketReadTask.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Ip/test/ut/TestTcp.cpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Ip/test/ut/TestUdp.cpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/TcpClient/TcpClientComponentImpl.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/TcpServer/TcpServerComponentImpl.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Udp/UdpComponentImpl.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Udp/UdpComponentImpl.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Ip/IpSocket.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Ip/UdpSocket.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/Ip/UdpSocket.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/TcpServer/TcpServerComponentImpl.hpp

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

Update Drv/TcpServer/docs/sdd.md

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-03-09 08:00:59 -08:00