Skip to content

IO::NativeHandle #285

@Bernardo-Gabriel

Description

@Bernardo-Gabriel

Use of IO::NativeHandle needs to be revised.

When IO::Handle is used, there are cases where IO::NativeHandle is not being used.

Example, currently SocketCAN defines m_can_socket as int (should be IO::NativeHandle).

srd/DUNE/Hardware/SocketCAN.hpp

Image

In addition, current implementation focuses on POSIX and WINDOWS:

src/DUNE/IO/Handle.hpp

Image

It should be defined what happens when the OS is neither POSIX nor Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions