Project

General

Profile

User story #271

Linux select

Added by André Neto over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
10.11.2015
Due date:
% Done:

0%

Estimated time:
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):

Description

Generalise the Select implementation from Socket to any generic handle (file descriptor in Linux).

Source code files modified

  • Source/Core/FileSystem/L1Portability/Environment/Linux/Select.cpp
  • Source/Core/FileSystem/L1Portability/Select.h
  • Test/Core/FileSystem/L1Portability/SelectTest.cpp
  • Test/Core/FileSystem/L1Portability/SelectTest.h
  • Test/GTest/SelectGTest.cpp

Architecture & design review

Date of the review: 10/11/2015

Person who did the review: André Neto

Version of architecture & design document: N/A. As per the original MARTe implementation.

Result of review: N/A

List of non-conformities: N/A

Code and documentation review

Date of the review: 24/11/2015

Person who did the review: Ivan Herrero

Result of review: PASS

List of non-conformities: N/A

Unit test review

Date of the review: 24/11/2015

Person who did the review: Ivan Herrero

Result of coverage tests review: PASS [97.0% 131/135]

Result of functional tests review: PASS [92.9% 13/14]

Result of review: PASS

List of non-conformities: N/A

Comments: The coverage reports that 13 of 14 functions have been executed, but the class Select has 11 functions and all have been executed.

Associated revisions

Revision 3e7d26b0 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select

WIP

Revision b7b1a93d (diff)
Added by Llorenc Capella over 9 years ago

#271_Linux_select Implementation

Linux select functions implamented, but the files cannnot be compiled
yet, due to a new function of StreamI is required.

Revision d0347bec (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select implementation

WIP.

Revision 056b48b1
Added by Llorenc Capella over 9 years ago

Merge branch 'develop' into #271_Linux_select

Revision 67b2057e (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux Select implementation

  • HandleI.h added in ordert to suppor the pure virtual function
    GetHandle.
  • The files compiles, but GetHandle is still not implemented.
  • Select class documented.

Revision 8dbe8cc9 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select implementation

GetHandle() added in BasicFile and BasicSocket

Revision 84ea4199 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select implementation

Linting done!.

Revision de106491 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux Select implementation

The HandleI::GetHandle() was split in HandleI::GetReadHandle() and
HandleI::GetWriteHandle() due to the BasicConsole has two handles.
The BasicFile, BasicSoket, BasicConsole and Select were modified
accordingly.

Revision c7cb9865 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select

THe variable highestHandle is updated when WaitUntil is used.

Revision 4b116263 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select - unit test implementation WIP

Setup the SelectTest and test started

Revision 44e0ed8e
Added by Riccardo Vitelli over 9 years ago

Merge branch '#271_Linux_select' of https://rvitelli@vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #271_Linux_select

Revision 1d386979 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select - Test Implementation

Test, test documentation and cover done.

Minor correction done in the WaitUntil.

Revision 74ba1d3e
Added by Llorenc Capella over 9 years ago

Merge branch '#271_Linux_select' of
https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into
#271_Linux_select

Conflicts:
Source/Core/FileSystem/L1Portability/Select.h

Revision d3eac311 (diff)
Added by Llorenc Capella over 9 years ago

#271 Linux select - unit test

fixed compilation error related with name variable in the SelectTest
class.

Revision e7a6be31 (diff)
Added by Ivan Herrero over 9 years ago

#271 - Minor corrections on comments and code

History

#1 Updated by André Neto over 9 years ago

  • Subject changed from Linux generic select to Linux select

#2 Updated by Riccardo Vitelli over 9 years ago

  • Assignee set to Llorenc Capella

#3 Updated by Llorenc Capella over 9 years ago

  • Status changed from Code: Impl to Code: Rev

#4 Updated by Llorenc Capella over 9 years ago

  • Assignee deleted (Llorenc Capella)

#5 Updated by Riccardo Vitelli over 9 years ago

  • Assignee set to Riccardo Vitelli

#6 Updated by Riccardo Vitelli over 9 years ago

  • Status changed from Code: Rev to Unit: Impl

#7 Updated by Riccardo Vitelli over 9 years ago

  • Assignee changed from Riccardo Vitelli to Llorenc Capella

#8 Updated by Llorenc Capella over 9 years ago

  • Status changed from Unit: Impl to Unit: Rev

#9 Updated by Llorenc Capella over 9 years ago

  • Assignee deleted (Llorenc Capella)

#10 Updated by Ivan Herrero over 9 years ago

  • Description updated (diff)
  • Status changed from Unit: Rev to Closed

The branch #271_Linux_select has been merged on develop (see commit 7b5d3a2).

Also available in: Atom PDF