Skip to content

Refactor iox_LogLevel to be consistent with c binding enum names #1650

@elfenpiff

Description

@elfenpiff

Brief feature description

Refactor the iox_LogLevel in iceoryx_binding_c/include/iceoryx_binding_c/log.h so that it follows the unwritten but consistent naming conventions of enums inside the c binding.

  1. enum name is identical to the c++ enum class name with an iox_ prefix
  2. enum values have the c++ enum class name as a prefix.

This would lead to:

enum iox_LogLevel {
  LogLevel_Off,
  LogLevel_Trace,
  //....
}

without the iceoryx_ prefix

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringRefactor code without adding features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions