#include <BRtc.h>
Inheritance diagram for BRtcThreaded:
Public Member Functions | |
BRtcThreaded () | |
~BRtcThreaded () | |
BError | init (int rate) |
Setup interrupt rate. | |
void | wait (int delayUs) |
Wait specified uS. | |
Private Member Functions | |
void * | function () |
Private Attributes | |
BRtc | ortc |
int | orate |
BCond | ocond |
BRtcThreaded::BRtcThreaded | ( | ) |
BRtcThreaded::~BRtcThreaded | ( | ) |
BError BRtcThreaded::init | ( | int | rate | ) |
Setup interrupt rate.
void BRtcThreaded::wait | ( | int | delayUs | ) |
Wait specified uS.
void * BRtcThreaded::function | ( | ) | [private, virtual] |
Reimplemented from BThread.
BRtc BRtcThreaded::ortc [private] |
int BRtcThreaded::orate [private] |
BCond BRtcThreaded::ocond [private] |