/// <summary> /// The constructor. /// </summary> public OutPort(Robot _robot) : base(_robot) { }
/// <summary> /// The constructor. /// </summary> public DeviceInfo(Robot _robot) : base(_robot) { }
/// <summary> /// The constructor. /// </summary> public InPort(Robot _robot) : base(_robot) { }
/// <summary> /// The constructor. /// </summary> public Component(Robot _robot) { robot = _robot; }