38 #ifndef DIGITALINPUT_HPP 39 #define DIGITALINPUT_HPP 66 :board(dig_in), bitnumber(bit_nr) , minvert(invert), mvalue(invert)
79 :board(0), bitnumber(0), minvert(invert), mvalue(value)
96 return board ? minvert != board->isOn(bitnumber) : minvert != mvalue;
107 #endif // DIGITALINPUT_HPP
A class representing a Digital Input device from which a maximum of 32 bits can be read at once...
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.