Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
RtTimerDelete

RtTimerDelete

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

RtTimerDelete()

Delete a realtime timer

Synopsis:

#include <photon/realtime/RtTimer.h>

void RtTimerDelete( RtTimer_t *timer );

Arguments:

timer
A pointer to a RtTimer_t that was created by a call to RtTimerCreate().

Library:

ph

Description:

This function deletes the realtime timer identified by the structure pointed to by timer.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

RtTimerCreate(), RtTimerGetTime(), RtTimerSetTime()

"Timers" in the Working with Code chapter of the Photon Programmer's Guide

timer_delete() in the QNX Neutrino Library Reference