reseting timers

E

Enric

Hi,

I've been looking the clases "timesetevent" and "timers" in general.
It's possible to reset a timer before the timer ends?

I receiving data every 20ms, if I don't have this data after 20ms
(timer expires), I've to generate an error. But how can I "reset" the
timer every time I have data?

thanks for the support.

Enric.
 
M

mlimber

Enric said:
I've been looking the clases "timesetevent" and "timers" in general.
It's possible to reset a timer before the timer ends?

I receiving data every 20ms, if I don't have this data after 20ms
(timer expires), I've to generate an error. But how can I "reset" the
timer every time I have data?

These questions are platform-specific and should be directed to a group
dedicated to your platform. For a description of what is on-topic here
and for a list of some other groups you might consider, see this FAQ:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Cheers! --M
 
V

Victor Bazarov

Enric said:
I've been looking the clases "timesetevent" and "timers" in general.
It's possible to reset a timer before the timer ends?

There is no such thing as "timer" in C++ language. Did you mean to post
to the newsgroup dedicated to your OS?
I receiving data every 20ms, if I don't have this data after 20ms
(timer expires), I've to generate an error. But how can I "reset" the
timer every time I have data?

See above.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top