Home
last modified time | relevance | path

Searched refs:MOPT_HEARTBEAT (Results 1 – 5 of 5) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Dmodules.c1102 if ( aliasp[j].housecode == hc && (aliasp[j].optflags & MOPT_HEARTBEAT) ) { in show_module_mask()
1377 aliasp[aliasindex].optflags |= (MOPT_PLCSENSOR | MOPT_HEARTBEAT); in opt_plcsensor()
1458 aliasp[aliasindex].optflags |= (MOPT_RFXSENSOR | MOPT_HEARTBEAT | MOPT_LOBAT); in opt_rfxsensor()
1494 aliasp[aliasindex].optflags |= ((MOPT_SENSOR | MOPT_HEARTBEAT) & ~MOPT_LOBAT); in opt_rfxmeter()
1519 aliasp[aliasindex].optflags |= (MOPT_RFXCOUNT | MOPT_HEARTBEAT); in opt_rfxcount()
1593 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_SENSOR | MOPT_HEARTBEAT); in opt_digimax()
1722 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_SENSOR | MOPT_HEARTBEAT); in opt_ore_dummy()
2510 aliasp[aliasindex].optflags &= ~(MOPT_HEARTBEAT | MOPT_LOBAT); in opt_svsensor()
2580 aliasp[aliasindex].optflags |= (MOPT_SENSOR | MOPT_HEARTBEAT | MOPT_LOBAT); in opt_sensor()
2612 optflags = (MOPT_SENSOR | MOPT_HEARTBEAT | MOPT_LOBAT); in opt_sd90()
[all …]
H A Doregon.c1949 … if ( *outbuf && configp->display_sensor_intv == YES && (aliasp[index].optflags & MOPT_HEARTBEAT) )
1998 if ( aliasp[index].optflags & MOPT_HEARTBEAT ) {
2272 if ( configp->display_sensor_intv == YES && (aliasp[index].optflags & MOPT_HEARTBEAT) ) in translate_ore_emu()
2318 if ( aliasp[index].optflags & MOPT_HEARTBEAT ) { in translate_ore_emu()
H A Dprocess.h166 #define MOPT_HEARTBEAT 0x01000000 macro
H A Dx10state.c438 if ( index >= 0 && aliasp[index].optflags & MOPT_HEARTBEAT && in update_activity_timeout()
485 if ( aliasp[index].optflags & MOPT_HEARTBEAT ) in has_heartbeat()
6064 if ( (aliasp[index].optflags & MOPT_HEARTBEAT) && in translate_virtual()
6069 if ( configp->display_sensor_intv == YES && (aliasp[index].optflags & MOPT_HEARTBEAT) ) { in translate_virtual()
6237 if ( configp->display_sensor_intv == YES && (aliasp[index].optflags & MOPT_HEARTBEAT) ) { in translate_virtual()
12769 if ( aliasp[j].optflags & MOPT_HEARTBEAT ) {
12866 if ( aliasp[j].optflags & MOPT_HEARTBEAT ) {
12924 if ( (aliasp[j].optflags & (MOPT_HEARTBEAT | MOPT_LOBAT)) == 0 ) {
13055 (aliasp[j].optflags & MOPT_HEARTBEAT) &&
H A Dconfig.c3538 if ( (aliasp[j].optflags & MOPT_HEARTBEAT) && !(aliasp[j].optflags2 & MOPT2_IATO) ) { in finalize_config()