Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Description

OSVersion() obtains the current version of µC/OS-III.

Files

os.h/os_core.c

Prototype

Arguments

p_err

is a pointer to a variable that contains an error code returned by this function. Currently, OSVersion() always returns:

OS_ERR_NONE

The call succeeded.

Returned Value

The version is returned as x.yy.zz multiplied by 10,000. For example, V3.00.00 is returned as 30000.

Required Configuration

None

Callers

Application and ISRs.

Notes/Warnings

None

Example Usage

  • No labels