[Previous] [Contents] [Index] [Next]

RtTimerDelete()

Delete a realtime timer

Synopsis:

#include <photon/realtime/RtTimer.h>

void RtTimerDelete( RtTimer_t *timer );

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 6 Library Reference


[Previous] [Contents] [Index] [Next]