DictionaryForumContacts

   Russian
Terms for subject Programming containing значение срабатывания | all forms
RussianEnglish
для создания потока по срабатыванию таймера установите поле sigev_notify в значение SIGEV_THREAD и заполните следующие поляTo create a thread whenever the timer fires, set the sigev_notify field to SIGEV_THREAD and fill these fields (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009 ssn)
после срабатывания таймера значение величины it_interval задаёт относительное время для повторной загрузки таймера, чтобы он мог сработать сноваonce the timer fires, the it_interval value specifies a relative value to reload the timer with so that it can trigger again (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009)
со срабатыванием по установившемуся значению сигналаlevel-triggered (ssn)
чтобы передать импульс при срабатывании таймера, присвойте полю sigev_notify значение SIGEV_PULSE и обеспечьте немного дополнительной информацииsend a pulse when the timer fires, set the sigev_notify field to SIGEV_PULSE and provide some extra information (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009)