User story #247
Linux UDP socket
0%
Description
Implement the Linux UDP socket stream based on the previous MARTe implementation.
Source code files modified¶
FileSystem/BasicSocket.h
FileSystem/BasicUDPSocket.h
FileSystem/InternetHost.h
FileSystem/Environment/Linux/BasicSocket.cpp
FileSystem/Environment/Linux/BasicUDPSocket.cpp
FileSystem/Environment/Linux/InternetHost.cpp
FileSystem/Environment/Linux/SocketCore.h
Architecture & design review¶
Date of the review: 23/10/2015
Person who did the review: André Neto
Version of architecture & design document: N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 09/11/2015
Person who did the review: R. Vitelli
Result of review: PASS
List of non-conformities: N/A.
Unit test review¶
Date of the review: 09/11/2015
Person who did the review: R. Vitelli
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities: N/A
Associated revisions
Merge remote-tracking branch 'origin/#245_Linux_TCP_Socket' into
#247_Linux_UDP_socket
Conflicts:
Source/Core/FileSystem/L1Portability/Environment/Linux/Makefile.inc
Source/Core/Makefile.inc
Merge branch '#245_Linux_TCP_Socket' into #247_Linux_UDP_Socket
Added InternetService tests.
#247
Merge remote-tracking branch 'origin/#245_Linux_TCP_Socket' into #247_Linux_UDP_Socket
#247 Revision in progress.
Merge branch '#247_Linux_UDP_Socket' of
https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into
#247_Linux_UDP_Socket
Conflicts:
Source/Core/FileSystem/L1Portability/BasicUDPSocket.h
#247 Review in progress.
Merge remote-tracking branch 'origin/#245_Linux_TCP_Socket' into #247_Linux_UDP_Socket
#247 Updated SocketUDP checking if the socket handle is valid before any
operation.
#247 minor changes to InternetHost documentation.
Merge branch '#247_Linux_UDP_Socket' of
https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into
#247_Linux_UDP_Socket
Conflicts:
Source/Core/FileSystem/L1Portability/BasicSocket.h
Source/Core/FileSystem/L1Portability/Environment/Linux/BasicSocket.cpp
Source/Core/FileSystem/L1Portability/Environment/Linux/BasicTCPSocket.cpp
Source/Core/FileSystem/L1Portability/Environment/Linux/BasicUDPSocket.cpp
Source/Core/FileSystem/L1Portability/InternetHost.h
#247 Beginning of BasicUDPSocket Tests.
#247 Work in progress BasicUDPSocket tests.
#247 BasicUDPSocket Tests done.
#247 fixed a lint warning
#247 Improved Error reporting
Merge branch '#245_Linux_TCP_Socket' into #247_Linux_UDP_Socket
#247 Fixed timeout
History
#1 Updated by André Neto over 9 years ago
- Status changed from New to Code: Impl
#2 Updated by André Neto over 9 years ago
- Description updated (diff)
#3 Updated by André Neto over 9 years ago
- Target version set to 0.7
#4 Updated by André Neto over 9 years ago
- Assignee set to André Neto
#5 Updated by Giuseppe Ferro over 9 years ago
- Assignee changed from André Neto to Giuseppe Ferro
#6 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
#7 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
- Assignee deleted (
Giuseppe Ferro)
Code implementation done: 3c2be45
#8 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to André Neto
#9 Updated by André Neto over 9 years ago
- Description updated (diff)
#10 Updated by André Neto over 9 years ago
- Description updated (diff)
#11 Updated by Riccardo Vitelli over 9 years ago
- Assignee changed from André Neto to Riccardo Vitelli
#12 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Rev
#13 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#14 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Riccardo Vitelli)
#15 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Closed
#247 Declaration of BasicUDPSocket