#2085 closed defect

rtems_configuration_table documentation in Section 23.3 of C User's Guide

Reported by: Tony Richardson Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: doc Version: 4.11
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description (last modified by Joel Sherrill)

The documentation states that the rtems_configuration_table struct contains members RTEMS_api_configuration, POSIX_api_configuration, and ITRON_api_configuration. These are not currently members of this struct as it is defined in config.h.

Access to the corresponding API configuration tables is actually through separate structs named Configuration_RTEMS_API, Configuration_POSIX_API, Configuration_ITRON_API.

Change History (2)

comment:1 Changed on 01/24/13 at 14:09:52 by Tony Richardson

The documentation states that the rtems_configuration_table struct contains members RTEMS_api_configuration, POSIX_api_configuration, and ITRON_api_configuration. These are not currently members of this struct as it is defined in config.h.

Access to the corresponding API configuration tables is actually through separate structs named Configuration_RTEMS_API, Configuration_POSIX_API, Configuration_ITRON_API.

comment:2 Changed on 11/23/14 at 16:20:03 by Joel Sherrill

Description: modified (diff)
Resolution: fixed
Status: newclosed
Version: 4.104.11
Note: See TracTickets for help on using tickets.