PxSetAppinfo()

Set the calling task’s application information.

APPLIES TO

8.2.0

SYNOPSIS
void PxSetAppinfo (PxArg_t info);
ARGUMENTS
info

The application information

DESCRIPTION

PxSetAppinfo puts the application information info in the calling task’s task control block. It overwrites any information previously stored in the control block.

IMPLEMENTATION GUIDELINES
Before call
  • No checks necessary.

After call
  • No checks necessary.

Best Practice
  • No restrictions.

USAGE
#include "pxdef.h"

PxSetAppinfo((PxArg_t) 7);