| Beam-lib 2.15.1 |
BRtcThreaded Class Reference
Threaded real time clock. More...
#include <BRtc.h>
Inheritance diagram for BRtcThreaded:
Public Member Functions | |
| BRtcThreaded () | |
| ~BRtcThreaded () | |
| BError | init (int rate) |
| Setup interrupt rate. More... | |
| void | wait (int delayUs) |
| Wait specified uS. More... | |
Private Member Functions | |
| void * | function () |
Private Member Functions inherited from BThread | |
| BThread () | |
| virtual | ~BThread () |
| int | setInitPriority (int policy, int priority) |
| int | setInitStackSize (size_t stackSize) |
| int | start () |
| void * | result () |
| int | running () |
| int | setPriority (int policy, int priority) |
| int | cancel () |
| void * | waitForCompletion () |
| pthread_t | getThread () |
Private Attributes | |
| BRtc | ortc |
| int | orate |
| BCond | ocond |
Detailed Description
Threaded real time clock.
Constructor & Destructor Documentation
◆ BRtcThreaded()
| BRtcThreaded::BRtcThreaded | ( | ) |
◆ ~BRtcThreaded()
| BRtcThreaded::~BRtcThreaded | ( | ) |
Member Function Documentation
◆ function()
| privatevirtual |
Reimplemented from BThread.
◆ init()
| BError BRtcThreaded::init | ( | int | rate | ) |
Setup interrupt rate.
◆ wait()
| void BRtcThreaded::wait | ( | int | delayUs | ) |
Wait specified uS.
Member Data Documentation
◆ ocond
| private |
◆ orate
| private |
◆ ortc
| private |
The documentation for this class was generated from the following files:
Generated by
1.8.14 

Private Member Functions inherited from