11 Commits

Author SHA1 Message Date
M Starch
2c981a34ff
lestarch: minor fixes (#1760)
* lestarch: minor oversight in communication adapter description

* lestarch: prevent inappropriate deallocation in Tcp driver in the event of a RETRY

* lestarch: adding clang-format file

* lestarch: improved MemAllocator comments and documentation

* lestarch: adding communication adapter how-to guide

* lestarch: sp

* removing tutorial from this PR
2022-11-15 10:26:55 -08:00
M Starch
b76d8c9a0c
Update/types refactor as constants (#1623)
* lestarch: adding logical types implementation into Linux/StandardTypes.hpp

* lestarch: removing VxWorks StandardTypes from repository

* updated fprime types for correct compilation with vxworks and baremetal

* lestarch: refactoring types and configuration header w.r.t type design

* lestarch: replacing usages of AssertArg with FwAssertArgType

* lestarch: missspelled configuration

* lestarch: minor compilation fixes

* lestarch: renaming StandardTypes.hpp -> PlatformTypes.hpp

* lestarch: updating PRI tokens

* lestarch: replacing BasicTypes.hpp includes with FpConfig.hpp

* lestarch: UT and compilation fixes for types refactor

* lestarch: sp

* lestarch: fixing RPI issues in PassiveConsoleTextLogger

* lestarch: converting RPI build to debug

* lestarch: removing duplicate config imports

* lestarch: fixing documentation

* lestarch: fixing up multiple definitions and RPI compilation problems

* lestarch: reverting debug build

* lestarch: reverting platform types to class-based constants

* lestarch: reworking basic types

* lestarch: configured types refactor into classes

* lestarch: fixing bugs with static constants in classes

* lestarch: fixing platform types spelling and documentation

* lestarch: adding include guards to types headers

Co-authored-by: Kevin F Ortega <kevin.f.ortega@jpl.nasa.gov>
2022-08-18 13:25:56 -07:00
bocchino
a10d260a74 Merge branch 'release/v3.0.0' into pass-by 2021-09-28 13:29:51 -07:00
M Starch
cf29d12956 mstarch: fixing check --all 2021-08-23 19:11:41 -07:00
rohandkn
8e02596d4e
Merge branch 'pass-by-logic' into release/v3.0.0 2021-08-20 14:09:25 -05:00
rohandkn
666b297ee8 Removed all pass_by values and fixed all tests 2021-08-16 13:07:50 -05: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
bocchino
7976ace7bb Revise TcpServer
Conform to inline enum removal
2021-06-24 11:49:55 -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