Home | Develop | Download | Contact
example_ra_time.cpp
1
22#include <cmath>
23#include <Pds/Ra>
24
25int main(void)
26{
28 Pds::Ra::DelayS(3.14159);
30
31 clock_t start_time;
32 Pds::Ra::Tic(start_time);
33 Pds::Ra::DelayS(2.5);
34 double time=Pds::Ra::Toc(start_time,false);
35 std::cout<<"Tiempo: "<<time<<" s.\n";
36
40
41 return 0;
42}
double Toc(void)
Retorna e imprime en pantalla el tiempo transcurrido desde Pds::Ra::Tic()
clock_t Tic(void)
Retorna el número de clocks actual. Este valor tambien es salvado internamente.
void DelayS(double seconds)
Genera un retardo en segundos.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed