28 #ifndef __DEV_INTPIN_HH__ 29 #define __DEV_INTPIN_HH__ 46 Port(_name, _id), _number(num)
74 template <
class Device>
78 Device *device =
nullptr;
98 Port(_name, _id), _state(def_state)
108 template <
class Device>
113 bool def_state=
false) :
118 #endif //__DEV_INTPIN_HH__ void bind(Port &peer) override
Attach to a peer port.
Ports are used to interface objects to each other.
virtual void raiseOnDevice()=0
void raiseOnDevice() override
void unbind() override
Dettach from a peer port.
IntSinkPinBase(const std::string &_name, PortID _id, int num)
IntSourcePin(const std::string &_name, PortID _id, Device *owner, bool def_state=false)
IntSinkPin(const std::string &_name, PortID _id, Device *dev)
virtual void lowerOnDevice()=0
void lowerOnDevice() override
IntSinkPin(const std::string &_name, PortID _id, Device *dev, int num)
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
IntSourcePinBase * source
IntSourcePinBase(const std::string &_name, PortID _id, bool def_state)