Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Watchdog software support in QNX: (2 Items)
   
Watchdog software support in QNX  
Hi

I am currently working on Linux and QNX operating system variants.

In linux I am using systemd for watchdog support as below API provides.

sd_watchdog_enabled(0, &_watchdogTimeoutInverval);

Sd_Notify() is used to send the heartbeats.

How can  get watchdog support in QNX? . Is there any alternative approach


~Regards
Ananda k
Attachment: HTML sf-attachment-mime36662 1.23 KB
Re: Watchdog software support in QNX  
Hi Ananda,

QNX 4 doesn't share any generic watchdog API. You can use API that provided by your watchdog driver or you can develop 
driver for your watchdog controller with your own API.

Respectfully,
Oleg

6 июня 2018 г., в 10:12:08, Ananda Kavrady <community-noreply@qnx.com> написал:

> Hi
> 
> I am currently working on Linux and QNX operating system variants.
> 
> In linux I am using systemd for watchdog support as below API provides.
> 
> sd_watchdog_enabled(0, &_watchdogTimeoutInverval);
> 
> Sd_Notify() is used to send the heartbeats.
> 
> How can  get watchdog support in QNX? . Is there any alternative approach
> 
> 
> ~Regards
> Ananda k