VxWorks Reference Manual : Libraries

rBuffLib

NAME

rBuffLib - dynamic ring buffer (rBuff) library

ROUTINES

wvRBuffMgrPrioritySet( ) - set the priority of the WindView rBuff manager (WindView)

DESCRIPTION

This library contains a routine for changing the default priority of the rBuff manager task.

SEE ALSO

rBuffLib, memLib, rngLib, VxWorks Programmer's Guide: Basic OS


Libraries : Routines

wvRBuffMgrPrioritySet( )

NAME

wvRBuffMgrPrioritySet( ) - set the priority of the WindView rBuff manager (WindView)

SYNOPSIS

STATUS wvRBuffMgrPrioritySet
    (
    int priority /* new priority */
    )

DESCRIPTION

This routine changes the priority of the tWvRBuffMgr task to the value of priority. Priorities range from 0, the highest priority, to 255, the lowest priority. If the task is not yet running, this priority is used when it is spawned.

RETURNS

OK, or ERROR if the priority can not be set.

SEE ALSO

rBuffLib, taskPrioritySet( ), VxWorks Programmer's Guide: Basic OS