Interesting design. Nice example for using the existing technology to fulfill new needs and to solve new problem. It’s just like:
#include <master_box.h>
…
int fire_alarm(int zone){
masterbox_trigger(nac_list[zone]);
}
Interesting design. Nice example for using the existing technology to fulfill new needs and to solve new problem. It’s just like:
#include <master_box.h>
…
int fire_alarm(int zone){
masterbox_trigger(nac_list[zone]);
}