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