diff --git a/EcroPwmController_2LogComponent_8hpp_source.html b/EcroPwmController_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..caa8396
--- /dev/null
+++ b/EcroPwmController_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/EcroPwmController/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __ECRO_PWM_CONTROLLER_LOG_COMPONENT__
+
6 #define __ECRO_PWM_CONTROLLER_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(EPC)
+
+
+
+
+
+
+
diff --git a/EcroPwmController_8hpp_source.html b/EcroPwmController_8hpp_source.html
new file mode 100644
index 0000000..7b6a31b
--- /dev/null
+++ b/EcroPwmController_8hpp_source.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/EcroPwmController/EcroPwmController.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
3 #ifndef __ECRO_PWM_CONTROLLER__
+
4 #define __ECRO_PWM_CONTROLLER__
+
+
6 #include <yarp/dev/DeviceDriver.h>
+
7 #include <yarp/dev/ISerialDevice.h>
+
8 #include <yarp/dev/PolyDriver.h>
+
+
10 #include "IRobotManager.hpp"
+
+
+
+
+
+
+
+
+
+
+
+
+
27 bool turnLeft(
double value)
override;
+
+
+
+
31 bool tiltDown(
double value)
override;
+
32 bool panLeft(
double value)
override;
+
+
+
+
36 bool open(yarp::os::Searchable& config)
override;
+
37 bool close()
override;
+
+
+
40 bool sendCurrentJointValues();
+
+
42 yarp::dev::PolyDriver serialDevice;
+
43 yarp::dev::ISerialDevice * serial;
+
+
45 int leftMotorVelocity {0};
+
46 int rightMotorVelocity {0};
+
+
+
+
+
+
EcroPwmController.
Definition: EcroPwmController.hpp:21
+
bool tiltDown(double value) override
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
Definition: EcroPwmController.cpp:59
+
bool moveForward(double value) override
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
Definition: EcroPwmController.cpp:20
+
bool stopMovement() override
Robot: Stop movement.
Definition: EcroPwmController.cpp:48
+
bool panLeft(double value) override
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
Definition: EcroPwmController.cpp:65
+
bool stopCameraMovement() override
Robot camera: Stop movement.
Definition: EcroPwmController.cpp:71
+
bool turnLeft(double value) override
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
Definition: EcroPwmController.cpp:34
+
Definition: IRobotManager.hpp:28
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/EcroWheelController_2LogComponent_8hpp_source.html b/EcroWheelController_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..7522b04
--- /dev/null
+++ b/EcroWheelController_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/EcroWheelController/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __ECRO_WHEEL_CONTROLLER_LOG_COMPONENT__
+
6 #define __ECRO_WHEEL_CONTROLLER_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(EWC)
+
+
+
+
+
+
+
diff --git a/EcroWheelController_8hpp_source.html b/EcroWheelController_8hpp_source.html
new file mode 100644
index 0000000..8ca52ab
--- /dev/null
+++ b/EcroWheelController_8hpp_source.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/EcroWheelController/EcroWheelController.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __ECRO_WHEEL_CONTROLLER__
+
6 #define __ECRO_WHEEL_CONTROLLER__
+
+
8 #include <yarp/dev/DeviceDriver.h>
+
9 #include <yarp/dev/ISerialDevice.h>
+
10 #include <yarp/dev/PolyDriver.h>
+
+
12 #include "IRobotManager.hpp"
+
+
+
+
+
+
+
+
+
+
+
+
+
29 bool turnLeft(
double value)
override;
+
+
+
+
33 bool tiltDown(
double value)
override;
+
34 bool panLeft(
double value)
override;
+
+
+
+
38 bool open(yarp::os::Searchable& config)
override;
+
39 bool close()
override;
+
+
+
42 bool sendCurrentJointValues(int16_t positions1);
+
+
44 yarp::dev::PolyDriver serialDevice;
+
45 yarp::dev::ISerialDevice * serial;
+
+
+
+
+
+
EcroWheelController.
Definition: EcroWheelController.hpp:23
+
bool panLeft(double value) override
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
Definition: EcroWheelController.cpp:128
+
bool tiltDown(double value) override
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
Definition: EcroWheelController.cpp:122
+
bool stopCameraMovement() override
Robot camera: Stop movement.
Definition: EcroWheelController.cpp:134
+
bool moveForward(double value) override
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
Definition: EcroWheelController.cpp:24
+
bool turnLeft(double value) override
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
Definition: EcroWheelController.cpp:55
+
bool stopMovement() override
Robot: Stop movement.
Definition: EcroWheelController.cpp:103
+
Definition: IRobotManager.hpp:28
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/FakeMotorController_2LogComponent_8hpp_source.html b/FakeMotorController_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..251d32f
--- /dev/null
+++ b/FakeMotorController_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/FakeMotorController/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __FAKE_MOTOR_CONTROLLER_LOG_COMPONENT__
+
6 #define __FAKE_MOTOR_CONTROLLER_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(FMC)
+
+
+
+
+
+
+
diff --git a/FakeMotorController_8hpp_source.html b/FakeMotorController_8hpp_source.html
new file mode 100644
index 0000000..709e06e
--- /dev/null
+++ b/FakeMotorController_8hpp_source.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/FakeMotorController/FakeMotorController.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __FAKE_MOTOR_CONTROLLER__
+
6 #define __FAKE_MOTOR_CONTROLLER__
+
+
8 #include <yarp/dev/DeviceDriver.h>
+
+
10 #include "IRobotManager.hpp"
+
+
+
+
+
+
+
+
+
+
+
25 bool turnLeft(
double value)
override;
+
+
27 bool tiltDown(
double value)
override;
+
28 bool panLeft(
double value)
override;
+
+
+
+
32 bool open(yarp::os::Searchable& config)
override;
+
33 bool close()
override;
+
+
+
+
+
+
FakeMotorController.
Definition: FakeMotorController.hpp:21
+
bool tiltDown(double value) override
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
Definition: FakeMotorController.cpp:31
+
bool moveForward(double value) override
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
Definition: FakeMotorController.cpp:13
+
bool panLeft(double value) override
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
Definition: FakeMotorController.cpp:37
+
bool stopCameraMovement() override
Robot camera: Stop movement.
Definition: FakeMotorController.cpp:43
+
bool stopMovement() override
Robot: Stop movement.
Definition: FakeMotorController.cpp:25
+
bool turnLeft(double value) override
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
Definition: FakeMotorController.cpp:19
+
Definition: IRobotManager.hpp:28
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/IRobotManager_8hpp_source.html b/IRobotManager_8hpp_source.html
new file mode 100644
index 0000000..e4a9d73
--- /dev/null
+++ b/IRobotManager_8hpp_source.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/IRobotManager.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __I_ROBOT_MANAGER_HPP__
+
6 #define __I_ROBOT_MANAGER_HPP__
+
+
8 #include <yarp/os/Vocab.h>
+
+
10 constexpr
int VOCAB_MOVE_FORWARD = yarp::os::createVocab32(
'm',
'o',
'v',
'f');
+
11 constexpr
int VOCAB_TURN_LEFT = yarp::os::createVocab32(
't',
'r',
'n',
'l');
+
12 constexpr
int VOCAB_STOP_MOVEMENT = yarp::os::createVocab32(
's',
't',
'p',
'm');
+
13 constexpr
int VOCAB_TILT_DOWN = yarp::os::createVocab32(
't',
'l',
't',
'd');
+
14 constexpr
int VOCAB_PAN_LEFT = yarp::os::createVocab32(
'p',
'a',
'n',
'l');
+
15 constexpr
int VOCAB_STOP_CAMERA_MOVEMENT = yarp::os::createVocab32(
's',
't',
'p',
'c');
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Definition: IRobotManager.hpp:28
+
virtual bool panLeft(double value)=0
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
+
virtual bool stopCameraMovement()=0
Robot camera: Stop movement.
+
virtual bool stopMovement()=0
Robot: Stop movement.
+
virtual bool tiltDown(double value)=0
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
+
virtual bool turnLeft(double value)=0
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
+
virtual bool moveForward(double value)=0
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/LaserTowerOfDeathController_2LogComponent_8hpp_source.html b/LaserTowerOfDeathController_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..ef22bdc
--- /dev/null
+++ b/LaserTowerOfDeathController_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/LaserTowerOfDeathController/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __LASER_TOWER_OF_DEATH_CONTROLLER_LOG_COMPONENT__
+
6 #define __LASER_TOWER_OF_DEATH_CONTROLLER_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(LTODC)
+
+
+
+
+
+
+
diff --git a/LaserTowerOfDeathController_8hpp_source.html b/LaserTowerOfDeathController_8hpp_source.html
new file mode 100644
index 0000000..c8eb088
--- /dev/null
+++ b/LaserTowerOfDeathController_8hpp_source.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/LaserTowerOfDeathController/LaserTowerOfDeathController.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __LASER_TOWER_OF_DEATH_CONTROLLER__
+
6 #define __LASER_TOWER_OF_DEATH_CONTROLLER__
+
+
8 #include <yarp/dev/DeviceDriver.h>
+
9 #include <yarp/dev/ISerialDevice.h>
+
10 #include <yarp/dev/PolyDriver.h>
+
+
12 #include "IRobotManager.hpp"
+
+
+
+
+
+
+
+
+
+
+
+
+
29 bool turnLeft(
double value)
override;
+
+
+
+
33 bool tiltDown(
double value)
override;
+
34 bool panLeft(
double value)
override;
+
+
+
+
38 bool open(yarp::os::Searchable& config)
override;
+
39 bool close()
override;
+
+
+
42 bool sendCurrentJointValues();
+
43 bool checkConnection();
+
+
45 yarp::dev::PolyDriver serialDevice;
+
46 yarp::dev::ISerialDevice * serial;
+
+
48 int panJointValue {90};
+
49 int tiltJointValue {90};
+
+
+
+
+
+
Definition: IRobotManager.hpp:28
+
LaserTowerOfDeathController.
Definition: LaserTowerOfDeathController.hpp:23
+
bool turnLeft(double value) override
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
Definition: LaserTowerOfDeathController.cpp:27
+
bool moveForward(double value) override
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
Definition: LaserTowerOfDeathController.cpp:21
+
bool stopMovement() override
Robot: Stop movement.
Definition: LaserTowerOfDeathController.cpp:33
+
bool stopCameraMovement() override
Robot camera: Stop movement.
Definition: LaserTowerOfDeathController.cpp:53
+
bool tiltDown(double value) override
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
Definition: LaserTowerOfDeathController.cpp:39
+
bool panLeft(double value) override
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
Definition: LaserTowerOfDeathController.cpp:46
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/RaspiOnePwmMotorController_2LogComponent_8hpp_source.html b/RaspiOnePwmMotorController_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..15e1d88
--- /dev/null
+++ b/RaspiOnePwmMotorController_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RaspiOnePwmMotorController/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __RASPI_ONE_PWM_MOTOR_CONTROLLER_LOG_COMPONENT__
+
6 #define __RASPI_ONE_PWM_MOTOR_CONTROLLER_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(ROPMC)
+
+
+
+
+
+
+
diff --git a/RaspiOnePwmMotorController_8hpp_source.html b/RaspiOnePwmMotorController_8hpp_source.html
new file mode 100644
index 0000000..bd9bccc
--- /dev/null
+++ b/RaspiOnePwmMotorController_8hpp_source.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RaspiOnePwmMotorController/RaspiOnePwmMotorController.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __RASPI_ONE_PWM_MOTOR_CONTROLLER__
+
6 #define __RASPI_ONE_PWM_MOTOR_CONTROLLER__
+
+
+
+
10 #include <yarp/dev/DeviceDriver.h>
+
+
12 #include "IRobotManager.hpp"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
33 bool turnLeft(
double value)
override;
+
+
+
+
37 bool tiltDown(
double value)
override;
+
38 bool panLeft(
double value)
override;
+
+
+
+
42 bool open(yarp::os::Searchable& config)
override;
+
43 bool close()
override;
+
+
+
+
+
52 std::vector<int> gpios;
+
+
+
+
+
+
Definition: IRobotManager.hpp:28
+
RaspiOnePwmMotorController.
Definition: RaspiOnePwmMotorController.hpp:27
+
bool turnLeft(double value) override
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
Definition: RaspiOnePwmMotorController.cpp:37
+
bool indexWithinRange(const int &idx)
Definition: RaspiOnePwmMotorController.cpp:13
+
bool moveForward(double value) override
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
Definition: RaspiOnePwmMotorController.cpp:24
+
bool tiltDown(double value) override
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
Definition: RaspiOnePwmMotorController.cpp:64
+
bool stopMovement() override
Robot: Stop movement.
Definition: RaspiOnePwmMotorController.cpp:50
+
bool stopCameraMovement() override
Robot camera: Stop movement.
Definition: RaspiOnePwmMotorController.cpp:76
+
bool panLeft(double value) override
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
Definition: RaspiOnePwmMotorController.cpp:70
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/RaspiTwoPwmMotorController_2LogComponent_8hpp_source.html b/RaspiTwoPwmMotorController_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..4945837
--- /dev/null
+++ b/RaspiTwoPwmMotorController_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RaspiTwoPwmMotorController/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __RASPI_TWO_PWM_MOTOR_CONTROLLER_LOG_COMPONENT__
+
6 #define __RASPI_TWO_PWM_MOTOR_CONTROLLER_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(RTPMC)
+
+
+
+
+
+
+
diff --git a/RaspiTwoPwmMotorController_8hpp_source.html b/RaspiTwoPwmMotorController_8hpp_source.html
new file mode 100644
index 0000000..72527e0
--- /dev/null
+++ b/RaspiTwoPwmMotorController_8hpp_source.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RaspiTwoPwmMotorController/RaspiTwoPwmMotorController.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __RASPI_TWO_PWM_MOTOR_CONTROLLER__
+
6 #define __RASPI_TWO_PWM_MOTOR_CONTROLLER__
+
+
+
9 #include <yarp/dev/DeviceDriver.h>
+
+
+
12 #include "IRobotManager.hpp"
+
+
+
+
+
+
+
+
+
+
+
+
+
29 bool turnLeft(
double value)
override;
+
+
+
+
33 bool tiltDown(
double value)
override;
+
34 bool panLeft(
double value)
override;
+
+
+
+
38 bool open(yarp::os::Searchable& config)
override;
+
39 bool close()
override;
+
+
+
+
+
48 std::vector<int> gpios;
+
+
50 static const int LEFT_MOTOR_IN1;
+
51 static const int LEFT_MOTOR_IN2;
+
52 static const int RIGHT_MOTOR_IN1;
+
53 static const int RIGHT_MOTOR_IN2;
+
+
+
+
+
+
Definition: IRobotManager.hpp:28
+
RaspiTwoPwmMotorController.
Definition: RaspiTwoPwmMotorController.hpp:23
+
bool stopCameraMovement() override
Robot camera: Stop movement.
Definition: RaspiTwoPwmMotorController.cpp:79
+
bool moveForward(double value) override
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
Definition: RaspiTwoPwmMotorController.cpp:30
+
bool panLeft(double value) override
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
Definition: RaspiTwoPwmMotorController.cpp:73
+
bool stopMovement() override
Robot: Stop movement.
Definition: RaspiTwoPwmMotorController.cpp:54
+
bool tiltDown(double value) override
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
Definition: RaspiTwoPwmMotorController.cpp:67
+
bool indexWithinRange(const int &idx)
Definition: RaspiTwoPwmMotorController.cpp:19
+
bool turnLeft(double value) override
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
Definition: RaspiTwoPwmMotorController.cpp:42
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/RobotClient_2LogComponent_8hpp_source.html b/RobotClient_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..8bd2694
--- /dev/null
+++ b/RobotClient_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RobotClient/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __ROBOT_CLIENT_LOG_COMPONENT__
+
6 #define __ROBOT_CLIENT_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(RC)
+
+
+
+
+
+
+
diff --git a/RobotClient_8hpp_source.html b/RobotClient_8hpp_source.html
new file mode 100644
index 0000000..f0d0f88
--- /dev/null
+++ b/RobotClient_8hpp_source.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RobotClient/RobotClient.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __ROBOT_CLIENT__
+
6 #define __ROBOT_CLIENT__
+
+
8 #include <yarp/os/RpcClient.h>
+
9 #include <yarp/dev/DeviceDriver.h>
+
+
11 #include "IRobotManager.hpp"
+
+
+
+
+
+
+
+
+
+
25 bool open(yarp::os::Searchable& config)
override;
+
26 bool close()
override;
+
+
+
+
30 bool turnLeft(
double value)
override;
+
+
32 bool tiltDown(
double value)
override;
+
33 bool panLeft(
double value)
override;
+
+
+
+
37 yarp::os::RpcClient rpcClient;
+
38 bool send1vocab1double(
int vocab,
double value);
+
39 bool send1vocab(
int vocab);
+
+
+
+
+
+
Definition: IRobotManager.hpp:28
+
RobotClient.
Definition: RobotClient.hpp:22
+
bool tiltDown(double value) override
Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
Definition: RobotClient.cpp:32
+
bool panLeft(double value) override
Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s]...
Definition: RobotClient.cpp:38
+
bool stopMovement() override
Robot: Stop movement.
Definition: RobotClient.cpp:26
+
bool stopCameraMovement() override
Robot camera: Stop movement.
Definition: RobotClient.cpp:44
+
bool moveForward(double value) override
Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
Definition: RobotClient.cpp:14
+
bool turnLeft(double value) override
Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
Definition: RobotClient.cpp:20
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/RobotServer_2LogComponent_8hpp_source.html b/RobotServer_2LogComponent_8hpp_source.html
new file mode 100644
index 0000000..6170ce5
--- /dev/null
+++ b/RobotServer_2LogComponent_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RobotServer/LogComponent.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __ROBOT_SERVER_LOG_COMPONENT__
+
6 #define __ROBOT_SERVER_LOG_COMPONENT__
+
+
8 #include <yarp/os/LogComponent.h>
+
+
10 YARP_DECLARE_LOG_COMPONENT(RS)
+
+
+
+
+
+
+
diff --git a/RobotServer_8hpp_source.html b/RobotServer_8hpp_source.html
new file mode 100644
index 0000000..698853f
--- /dev/null
+++ b/RobotServer_8hpp_source.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RobotServer/RobotServer.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
5 #ifndef __ROBOT_SERVER__
+
6 #define __ROBOT_SERVER__
+
+
8 #include <yarp/os/RpcServer.h>
+
+
10 #include <yarp/dev/DeviceDriver.h>
+
11 #include <yarp/dev/PolyDriver.h>
+
+
13 #include "IRobotManager.hpp"
+
+
+
+
+
+
23 public yarp::os::PortReader
+
+
+
+
27 bool open(yarp::os::Searchable& config)
override;
+
28 bool close()
override;
+
+
+
31 bool read(yarp::os::ConnectionReader& connection)
override;
+
+
+
34 yarp::os::RpcServer rpcServer;
+
35 yarp::dev::PolyDriver robotDevice;
+
+
+
+
+
+
+
Definition: IRobotManager.hpp:28
+
RobotServer.
Definition: RobotServer.hpp:24
+
The main, catch-all namespace for ASROB UC3M.
Definition: groups.dox:5
+
+
+
+
+
diff --git a/annotated.html b/annotated.html
new file mode 100644
index 0000000..a9ccf6b
--- /dev/null
+++ b/annotated.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+yarp-devices: Class List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here are the classes, structs, unions and interfaces with brief descriptions:
+
+
+
+
+
diff --git a/bc_s.png b/bc_s.png
new file mode 100644
index 0000000..224b29a
Binary files /dev/null and b/bc_s.png differ
diff --git a/bdwn.png b/bdwn.png
new file mode 100644
index 0000000..940a0b9
Binary files /dev/null and b/bdwn.png differ
diff --git a/classRobotPy_1_1Robot-members.html b/classRobotPy_1_1Robot-members.html
new file mode 100644
index 0000000..896a5dc
--- /dev/null
+++ b/classRobotPy_1_1Robot-members.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for RobotPy.Robot, including all inherited members.
+
+
+
+
+
diff --git a/classRobotPy_1_1Robot.html b/classRobotPy_1_1Robot.html
new file mode 100644
index 0000000..a1cb73e
--- /dev/null
+++ b/classRobotPy_1_1Robot.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+yarp-devices: RobotPy.Robot Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+def | __init__ (self) |
+ |
+
+ |
+
+ | robotDevice |
+ |
+
+ | motors |
+ |
+
+
The documentation for this class was generated from the following file:
+- examples/python/simple/RobotPy.py
+
+
+
+
+
+
diff --git a/classasrob_1_1EcroPwmController-members.html b/classasrob_1_1EcroPwmController-members.html
new file mode 100644
index 0000000..5770b0c
--- /dev/null
+++ b/classasrob_1_1EcroPwmController-members.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::EcroPwmController, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1EcroPwmController.html b/classasrob_1_1EcroPwmController.html
new file mode 100644
index 0000000..be5b586
--- /dev/null
+++ b/classasrob_1_1EcroPwmController.html
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::EcroPwmController Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
EcroPwmController.
+
+
+
#include <EcroPwmController.hpp>
+
+
+
+
+
+
+
+ |
+
+bool | moveForward (double value) override |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+bool | turnLeft (double value) override |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopMovement () override |
+ | Robot: Stop movement.
|
+ |
+
+bool | tiltDown (double value) override |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | panLeft (double value) override |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopCameraMovement () override |
+ | Robot camera: Stop movement.
|
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+ |
+
+bool | sendCurrentJointValues () |
+ |
+
+ |
+
+yarp::dev::PolyDriver | serialDevice |
+ |
+
+yarp::dev::ISerialDevice * | serial |
+ |
+
+int | leftMotorVelocity {0} |
+ |
+
+int | rightMotorVelocity {0} |
+ |
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/EcroPwmController/EcroPwmController.hpp
+- libraries/YarpPlugins/EcroPwmController/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/EcroPwmController/EcroPwmController.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1EcroPwmController.png b/classasrob_1_1EcroPwmController.png
new file mode 100644
index 0000000..5a0cfda
Binary files /dev/null and b/classasrob_1_1EcroPwmController.png differ
diff --git a/classasrob_1_1EcroWheelController-members.html b/classasrob_1_1EcroWheelController-members.html
new file mode 100644
index 0000000..68f10c6
--- /dev/null
+++ b/classasrob_1_1EcroWheelController-members.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::EcroWheelController, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1EcroWheelController.html b/classasrob_1_1EcroWheelController.html
new file mode 100644
index 0000000..3a87b08
--- /dev/null
+++ b/classasrob_1_1EcroWheelController.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::EcroWheelController Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
EcroWheelController.
+
+
+
#include <EcroWheelController.hpp>
+
+
+
+
+
+
+
+ |
+
+bool | moveForward (double value) override |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+bool | turnLeft (double value) override |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopMovement () override |
+ | Robot: Stop movement.
|
+ |
+
+bool | tiltDown (double value) override |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | panLeft (double value) override |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopCameraMovement () override |
+ | Robot camera: Stop movement.
|
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+ |
+
+bool | sendCurrentJointValues (int16_t positions1) |
+ |
+
+ |
+
+yarp::dev::PolyDriver | serialDevice |
+ |
+
+yarp::dev::ISerialDevice * | serial |
+ |
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/EcroWheelController/EcroWheelController.hpp
+- libraries/YarpPlugins/EcroWheelController/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/EcroWheelController/EcroWheelController.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1EcroWheelController.png b/classasrob_1_1EcroWheelController.png
new file mode 100644
index 0000000..56d4e74
Binary files /dev/null and b/classasrob_1_1EcroWheelController.png differ
diff --git a/classasrob_1_1FakeMotorController-members.html b/classasrob_1_1FakeMotorController-members.html
new file mode 100644
index 0000000..44824aa
--- /dev/null
+++ b/classasrob_1_1FakeMotorController-members.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::FakeMotorController, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1FakeMotorController.html b/classasrob_1_1FakeMotorController.html
new file mode 100644
index 0000000..066f4e0
--- /dev/null
+++ b/classasrob_1_1FakeMotorController.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::FakeMotorController Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
FakeMotorController.
+
+
+
#include <FakeMotorController.hpp>
+
+
+
+
+
+
+
+ |
+
+bool | moveForward (double value) override |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+bool | turnLeft (double value) override |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopMovement () override |
+ | Robot: Stop movement.
|
+ |
+
+bool | tiltDown (double value) override |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | panLeft (double value) override |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopCameraMovement () override |
+ | Robot camera: Stop movement.
|
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/FakeMotorController/FakeMotorController.hpp
+- libraries/YarpPlugins/FakeMotorController/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/FakeMotorController/FakeMotorController.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1FakeMotorController.png b/classasrob_1_1FakeMotorController.png
new file mode 100644
index 0000000..0b43891
Binary files /dev/null and b/classasrob_1_1FakeMotorController.png differ
diff --git a/classasrob_1_1IRobotManager-members.html b/classasrob_1_1IRobotManager-members.html
new file mode 100644
index 0000000..44023f4
--- /dev/null
+++ b/classasrob_1_1IRobotManager-members.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::IRobotManager, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1IRobotManager.html b/classasrob_1_1IRobotManager.html
new file mode 100644
index 0000000..e98c132
--- /dev/null
+++ b/classasrob_1_1IRobotManager.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::IRobotManager Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+virtual bool | moveForward (double value)=0 |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+virtual bool | turnLeft (double value)=0 |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+virtual bool | stopMovement ()=0 |
+ | Robot: Stop movement.
|
+ |
+
+virtual bool | tiltDown (double value)=0 |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+virtual bool | panLeft (double value)=0 |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+virtual bool | stopCameraMovement ()=0 |
+ | Robot camera: Stop movement.
|
+ |
+
+
The documentation for this class was generated from the following file:
+
+
+
+
+
diff --git a/classasrob_1_1IRobotManager.png b/classasrob_1_1IRobotManager.png
new file mode 100644
index 0000000..d5ac5ef
Binary files /dev/null and b/classasrob_1_1IRobotManager.png differ
diff --git a/classasrob_1_1LaserTowerOfDeathController-members.html b/classasrob_1_1LaserTowerOfDeathController-members.html
new file mode 100644
index 0000000..20875b1
--- /dev/null
+++ b/classasrob_1_1LaserTowerOfDeathController-members.html
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::LaserTowerOfDeathController, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1LaserTowerOfDeathController.html b/classasrob_1_1LaserTowerOfDeathController.html
new file mode 100644
index 0000000..9b1e29f
--- /dev/null
+++ b/classasrob_1_1LaserTowerOfDeathController.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::LaserTowerOfDeathController Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
LaserTowerOfDeathController.
+
+
+
#include <LaserTowerOfDeathController.hpp>
+
+
+
+
+
+
+
+ |
+
+bool | moveForward (double value) override |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+bool | turnLeft (double value) override |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopMovement () override |
+ | Robot: Stop movement.
|
+ |
+
+bool | tiltDown (double value) override |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | panLeft (double value) override |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopCameraMovement () override |
+ | Robot camera: Stop movement.
|
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+ |
+
+bool | sendCurrentJointValues () |
+ |
+
+bool | checkConnection () |
+ |
+
+ |
+
+yarp::dev::PolyDriver | serialDevice |
+ |
+
+yarp::dev::ISerialDevice * | serial |
+ |
+
+int | panJointValue {90} |
+ |
+
+int | tiltJointValue {90} |
+ |
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/LaserTowerOfDeathController/LaserTowerOfDeathController.hpp
+- libraries/YarpPlugins/LaserTowerOfDeathController/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/LaserTowerOfDeathController/LaserTowerOfDeathController.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1LaserTowerOfDeathController.png b/classasrob_1_1LaserTowerOfDeathController.png
new file mode 100644
index 0000000..5ac1ae9
Binary files /dev/null and b/classasrob_1_1LaserTowerOfDeathController.png differ
diff --git a/classasrob_1_1RaspiOnePwmMotorController-members.html b/classasrob_1_1RaspiOnePwmMotorController-members.html
new file mode 100644
index 0000000..35b8a4d
--- /dev/null
+++ b/classasrob_1_1RaspiOnePwmMotorController-members.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::RaspiOnePwmMotorController, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1RaspiOnePwmMotorController.html b/classasrob_1_1RaspiOnePwmMotorController.html
new file mode 100644
index 0000000..940b58f
--- /dev/null
+++ b/classasrob_1_1RaspiOnePwmMotorController.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::RaspiOnePwmMotorController Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
RaspiOnePwmMotorController.
+
+
+
#include <RaspiOnePwmMotorController.hpp>
+
+
+
+
+
+
+
+ |
+
+bool | moveForward (double value) override |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+bool | turnLeft (double value) override |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopMovement () override |
+ | Robot: Stop movement.
|
+ |
+
+bool | tiltDown (double value) override |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | panLeft (double value) override |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopCameraMovement () override |
+ | Robot camera: Stop movement.
|
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+ |
+
+std::vector< int > | gpios |
+ |
+
+
+
+
◆ indexWithinRange()
+
+
+
+
+
+
+
+
+ bool RaspiOnePwmMotorController::indexWithinRange |
+ ( |
+ const int & |
+ idx | ) |
+ |
+
+
+ |
+
+private |
+
+
+
+
Check if index is within range (referred to driver vector size).
- Parameters
-
+
+
+
+
- Returns
- true/false on success/failure.
+
+
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/RaspiOnePwmMotorController/RaspiOnePwmMotorController.hpp
+- libraries/YarpPlugins/RaspiOnePwmMotorController/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/RaspiOnePwmMotorController/RaspiOnePwmMotorController.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1RaspiOnePwmMotorController.png b/classasrob_1_1RaspiOnePwmMotorController.png
new file mode 100644
index 0000000..a4e3475
Binary files /dev/null and b/classasrob_1_1RaspiOnePwmMotorController.png differ
diff --git a/classasrob_1_1RaspiTwoPwmMotorController-members.html b/classasrob_1_1RaspiTwoPwmMotorController-members.html
new file mode 100644
index 0000000..3c78d6b
--- /dev/null
+++ b/classasrob_1_1RaspiTwoPwmMotorController-members.html
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::RaspiTwoPwmMotorController, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1RaspiTwoPwmMotorController.html b/classasrob_1_1RaspiTwoPwmMotorController.html
new file mode 100644
index 0000000..700e1a5
--- /dev/null
+++ b/classasrob_1_1RaspiTwoPwmMotorController.html
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::RaspiTwoPwmMotorController Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
RaspiTwoPwmMotorController.
+
+
+
#include <RaspiTwoPwmMotorController.hpp>
+
+
+
+
+
+
+
+ |
+
+bool | moveForward (double value) override |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+bool | turnLeft (double value) override |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopMovement () override |
+ | Robot: Stop movement.
|
+ |
+
+bool | tiltDown (double value) override |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | panLeft (double value) override |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopCameraMovement () override |
+ | Robot camera: Stop movement.
|
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+ |
+
+std::vector< int > | gpios |
+ |
+
+ |
+
+static const int | LEFT_MOTOR_IN1 = 24 |
+ |
+
+static const int | LEFT_MOTOR_IN2 = 23 |
+ |
+
+static const int | RIGHT_MOTOR_IN1 = 22 |
+ |
+
+static const int | RIGHT_MOTOR_IN2 = 21 |
+ |
+
+
+
+
◆ indexWithinRange()
+
+
+
+
+
+
+
+
+ bool RaspiTwoPwmMotorController::indexWithinRange |
+ ( |
+ const int & |
+ idx | ) |
+ |
+
+
+ |
+
+private |
+
+
+
+
Check if index is within range (referred to driver vector size).
- Parameters
-
+
+
+
+
- Returns
- true/false on success/failure.
+
+
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/RaspiTwoPwmMotorController/RaspiTwoPwmMotorController.hpp
+- libraries/YarpPlugins/RaspiTwoPwmMotorController/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/RaspiTwoPwmMotorController/RaspiTwoPwmMotorController.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1RaspiTwoPwmMotorController.png b/classasrob_1_1RaspiTwoPwmMotorController.png
new file mode 100644
index 0000000..44b8253
Binary files /dev/null and b/classasrob_1_1RaspiTwoPwmMotorController.png differ
diff --git a/classasrob_1_1RobotClient-members.html b/classasrob_1_1RobotClient-members.html
new file mode 100644
index 0000000..b5d41f2
--- /dev/null
+++ b/classasrob_1_1RobotClient-members.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::RobotClient, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1RobotClient.html b/classasrob_1_1RobotClient.html
new file mode 100644
index 0000000..80947e4
--- /dev/null
+++ b/classasrob_1_1RobotClient.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::RobotClient Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
RobotClient.
+
+
+
#include <RobotClient.hpp>
+
+
+
+
+
+
+
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+bool | moveForward (double value) override |
+ | Robot: Move forward (use negative value for move backward). position mode [m]. Velocity mode [m/s].
|
+ |
+
+bool | turnLeft (double value) override |
+ | Robot: Turn left (use negative value for turn left). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopMovement () override |
+ | Robot: Stop movement.
|
+ |
+
+bool | tiltDown (double value) override |
+ | Robot camera: Tilt down (use negative value for tilt up). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | panLeft (double value) override |
+ | Robot camera: Pan left (use negative value for pan right). position mode [deg]. Velocity mode [deg/s].
|
+ |
+
+bool | stopCameraMovement () override |
+ | Robot camera: Stop movement.
|
+ |
+
+ |
+
+bool | send1vocab1double (int vocab, double value) |
+ |
+
+bool | send1vocab (int vocab) |
+ |
+
+ |
+
+yarp::os::RpcClient | rpcClient |
+ |
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/RobotClient/RobotClient.hpp
+- libraries/YarpPlugins/RobotClient/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/RobotClient/RobotClient.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1RobotClient.png b/classasrob_1_1RobotClient.png
new file mode 100644
index 0000000..87132bf
Binary files /dev/null and b/classasrob_1_1RobotClient.png differ
diff --git a/classasrob_1_1RobotServer-members.html b/classasrob_1_1RobotServer-members.html
new file mode 100644
index 0000000..4d27094
--- /dev/null
+++ b/classasrob_1_1RobotServer-members.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+yarp-devices: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for asrob::RobotServer, including all inherited members.
+
+
+
+
+
diff --git a/classasrob_1_1RobotServer.html b/classasrob_1_1RobotServer.html
new file mode 100644
index 0000000..7cece64
--- /dev/null
+++ b/classasrob_1_1RobotServer.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+yarp-devices: asrob::RobotServer Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
RobotServer.
+
+
+
#include <RobotServer.hpp>
+
+
+
+
+
+
+ |
+
+bool | open (yarp::os::Searchable &config) override |
+ |
+
+bool | close () override |
+ |
+
+bool | read (yarp::os::ConnectionReader &connection) override |
+ |
+
+ |
+
+yarp::os::RpcServer | rpcServer |
+ |
+
+yarp::dev::PolyDriver | robotDevice |
+ |
+
+IRobotManager * | iRobotManager |
+ |
+
+
The documentation for this class was generated from the following files:
+- libraries/YarpPlugins/RobotServer/RobotServer.hpp
+- libraries/YarpPlugins/RobotServer/DeviceDriverImpl.cpp
+- libraries/YarpPlugins/RobotServer/RobotServer.cpp
+
+
+
+
+
+
diff --git a/classasrob_1_1RobotServer.png b/classasrob_1_1RobotServer.png
new file mode 100644
index 0000000..f4c18c6
Binary files /dev/null and b/classasrob_1_1RobotServer.png differ
diff --git a/classes.html b/classes.html
new file mode 100644
index 0000000..b91b558
--- /dev/null
+++ b/classes.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+yarp-devices: Class Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/closed.png b/closed.png
new file mode 100644
index 0000000..98cc2c9
Binary files /dev/null and b/closed.png differ
diff --git a/dir_3bb89c900400717501ccff31d9189399.html b/dir_3bb89c900400717501ccff31d9189399.html
new file mode 100644
index 0000000..8e0605b
--- /dev/null
+++ b/dir_3bb89c900400717501ccff31d9189399.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: examples/matlab Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_42950ad3e062fd69313a6bd36855dcce.html b/dir_42950ad3e062fd69313a6bd36855dcce.html
new file mode 100644
index 0000000..52282be
--- /dev/null
+++ b/dir_42950ad3e062fd69313a6bd36855dcce.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/EcroPwmController Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_519a1276aa89a8145950b617d844d189.html b/dir_519a1276aa89a8145950b617d844d189.html
new file mode 100644
index 0000000..3295dd8
--- /dev/null
+++ b/dir_519a1276aa89a8145950b617d844d189.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: examples/cpp/exampleRobotClient Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_70a30ac1a90abd159b6a503e4b49cd79.html b/dir_70a30ac1a90abd159b6a503e4b49cd79.html
new file mode 100644
index 0000000..8dca573
--- /dev/null
+++ b/dir_70a30ac1a90abd159b6a503e4b49cd79.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: examples/python/simple Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_7812be98e96dd641e444e9355f0ac13a.html b/dir_7812be98e96dd641e444e9355f0ac13a.html
new file mode 100644
index 0000000..a21c429
--- /dev/null
+++ b/dir_7812be98e96dd641e444e9355f0ac13a.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RobotClient Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_7e6f7f084ac2fdbb681245a4671ec54f.html b/dir_7e6f7f084ac2fdbb681245a4671ec54f.html
new file mode 100644
index 0000000..9ab5fdc
--- /dev/null
+++ b/dir_7e6f7f084ac2fdbb681245a4671ec54f.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RobotServer Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_8976e5d03119516083eaca3ddca61311.html b/dir_8976e5d03119516083eaca3ddca61311.html
new file mode 100644
index 0000000..5259f46
--- /dev/null
+++ b/dir_8976e5d03119516083eaca3ddca61311.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+yarp-devices: examples/cpp Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_a1a0d9f4b7bb423803a133c5c7f74fe7.html b/dir_a1a0d9f4b7bb423803a133c5c7f74fe7.html
new file mode 100644
index 0000000..e66c336
--- /dev/null
+++ b/dir_a1a0d9f4b7bb423803a133c5c7f74fe7.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/EcroWheelController Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_a52c22a8b79e169194d9c4bbc7c46367.html b/dir_a52c22a8b79e169194d9c4bbc7c46367.html
new file mode 100644
index 0000000..f975531
--- /dev/null
+++ b/dir_a52c22a8b79e169194d9c4bbc7c46367.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: doc/build Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_aef3a60a7dfcacfdd3584588a1e47516.html b/dir_aef3a60a7dfcacfdd3584588a1e47516.html
new file mode 100644
index 0000000..e6cbe6d
--- /dev/null
+++ b/dir_aef3a60a7dfcacfdd3584588a1e47516.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RaspiTwoPwmMotorController Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_b699cc7574ccf41bf6ae62fe86f6f714.html b/dir_b699cc7574ccf41bf6ae62fe86f6f714.html
new file mode 100644
index 0000000..79fee3d
--- /dev/null
+++ b/dir_b699cc7574ccf41bf6ae62fe86f6f714.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/FakeMotorController Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_bc0718b08fb2015b8e59c47b2805f60c.html b/dir_bc0718b08fb2015b8e59c47b2805f60c.html
new file mode 100644
index 0000000..7b60f15
--- /dev/null
+++ b/dir_bc0718b08fb2015b8e59c47b2805f60c.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+yarp-devices: libraries Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_ca7ec62bdf2659023456a44edaa57035.html b/dir_ca7ec62bdf2659023456a44edaa57035.html
new file mode 100644
index 0000000..bfbd9ce
--- /dev/null
+++ b/dir_ca7ec62bdf2659023456a44edaa57035.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/RaspiOnePwmMotorController Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_d050070cc3e4bbd91d897ff8856046e0.html b/dir_d050070cc3e4bbd91d897ff8856046e0.html
new file mode 100644
index 0000000..d5a7fd2
--- /dev/null
+++ b/dir_d050070cc3e4bbd91d897ff8856046e0.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+yarp-devices: examples/python Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_d28a4824dc47e487b107a5db32ef43c4.html b/dir_d28a4824dc47e487b107a5db32ef43c4.html
new file mode 100644
index 0000000..e452cd6
--- /dev/null
+++ b/dir_d28a4824dc47e487b107a5db32ef43c4.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+yarp-devices: examples Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_e08f7038a11a903b326f4d6bfb17a7cc.html b/dir_e08f7038a11a903b326f4d6bfb17a7cc.html
new file mode 100644
index 0000000..6f51c7d
--- /dev/null
+++ b/dir_e08f7038a11a903b326f4d6bfb17a7cc.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins/LaserTowerOfDeathController Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_e68e8157741866f444e17edd764ebbae.html b/dir_e68e8157741866f444e17edd764ebbae.html
new file mode 100644
index 0000000..cfb412b
--- /dev/null
+++ b/dir_e68e8157741866f444e17edd764ebbae.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+yarp-devices: doc Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dir_f98f57c538677273d6e3d52c55355c28.html b/dir_f98f57c538677273d6e3d52c55355c28.html
new file mode 100644
index 0000000..2f46c65
--- /dev/null
+++ b/dir_f98f57c538677273d6e3d52c55355c28.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+yarp-devices: libraries/YarpPlugins Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc.png b/doc.png
new file mode 100644
index 0000000..17edabf
Binary files /dev/null and b/doc.png differ
diff --git a/doxygen.css b/doxygen.css
new file mode 100644
index 0000000..ffbff02
--- /dev/null
+++ b/doxygen.css
@@ -0,0 +1,1793 @@
+/* The standard CSS for doxygen 1.9.1 */
+
+body, table, div, p, dl {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+p.reference, p.definition {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+/* @group Heading Levels */
+
+h1.groupheader {
+ font-size: 150%;
+}
+
+.title {
+ font: 400 14px/28px Roboto,sans-serif;
+ font-size: 150%;
+ font-weight: bold;
+ margin: 10px 2px;
+}
+
+h2.groupheader {
+ border-bottom: 1px solid #879ECB;
+ color: #354C7B;
+ font-size: 150%;
+ font-weight: normal;
+ margin-top: 1.75em;
+ padding-top: 8px;
+ padding-bottom: 4px;
+ width: 100%;
+}
+
+h3.groupheader {
+ font-size: 100%;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ -webkit-transition: text-shadow 0.5s linear;
+ -moz-transition: text-shadow 0.5s linear;
+ -ms-transition: text-shadow 0.5s linear;
+ -o-transition: text-shadow 0.5s linear;
+ transition: text-shadow 0.5s linear;
+ margin-right: 15px;
+}
+
+h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
+ text-shadow: 0 0 15px cyan;
+}
+
+dt {
+ font-weight: bold;
+}
+
+ul.multicol {
+ -moz-column-gap: 1em;
+ -webkit-column-gap: 1em;
+ column-gap: 1em;
+ -moz-column-count: 3;
+ -webkit-column-count: 3;
+ column-count: 3;
+}
+
+p.startli, p.startdd {
+ margin-top: 2px;
+}
+
+th p.starttd, th p.intertd, th p.endtd {
+ font-size: 100%;
+ font-weight: 700;
+}
+
+p.starttd {
+ margin-top: 0px;
+}
+
+p.endli {
+ margin-bottom: 0px;
+}
+
+p.enddd {
+ margin-bottom: 4px;
+}
+
+p.endtd {
+ margin-bottom: 2px;
+}
+
+p.interli {
+}
+
+p.interdd {
+}
+
+p.intertd {
+}
+
+/* @end */
+
+caption {
+ font-weight: bold;
+}
+
+span.legend {
+ font-size: 70%;
+ text-align: center;
+}
+
+h3.version {
+ font-size: 90%;
+ text-align: center;
+}
+
+div.navtab {
+ border-right: 1px solid #A3B4D7;
+ padding-right: 15px;
+ text-align: right;
+ line-height: 110%;
+}
+
+div.navtab table {
+ border-spacing: 0;
+}
+
+td.navtab {
+ padding-right: 6px;
+ padding-left: 6px;
+}
+td.navtabHL {
+ background-image: url('tab_a.png');
+ background-repeat:repeat-x;
+ padding-right: 6px;
+ padding-left: 6px;
+}
+
+td.navtabHL a, td.navtabHL a:visited {
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+}
+
+a.navtab {
+ font-weight: bold;
+}
+
+div.qindex{
+ text-align: center;
+ width: 100%;
+ line-height: 140%;
+ font-size: 130%;
+ color: #A0A0A0;
+}
+
+dt.alphachar{
+ font-size: 180%;
+ font-weight: bold;
+}
+
+.alphachar a{
+ color: black;
+}
+
+.alphachar a:hover, .alphachar a:visited{
+ text-decoration: none;
+}
+
+.classindex dl {
+ padding: 25px;
+ column-count:1
+}
+
+.classindex dd {
+ display:inline-block;
+ margin-left: 50px;
+ width: 90%;
+ line-height: 1.15em;
+}
+
+.classindex dl.odd {
+ background-color: #F8F9FC;
+}
+
+@media(min-width: 1120px) {
+ .classindex dl {
+ column-count:2
+ }
+}
+
+@media(min-width: 1320px) {
+ .classindex dl {
+ column-count:3
+ }
+}
+
+
+/* @group Link Styling */
+
+a {
+ color: #3D578C;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.contents a:visited {
+ color: #4665A2;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+.contents a.qindexHL:visited {
+ color: #FFFFFF;
+}
+
+a.el {
+ font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code, a.code:visited, a.line, a.line:visited {
+ color: #4665A2;
+}
+
+a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
+ color: #4665A2;
+}
+
+/* @end */
+
+dl.el {
+ margin-left: -1cm;
+}
+
+ul {
+ overflow: hidden; /*Fixed: list item bullets overlap floating elements*/
+}
+
+#side-nav ul {
+ overflow: visible; /* reset ul rule for scroll bar in GENERATE_TREEVIEW window */
+}
+
+#main-nav ul {
+ overflow: visible; /* reset ul rule for the navigation bar drop down lists */
+}
+
+.fragment {
+ text-align: left;
+ direction: ltr;
+ overflow-x: auto; /*Fixed: fragment lines overlap floating elements*/
+ overflow-y: hidden;
+}
+
+pre.fragment {
+ border: 1px solid #C4CFE5;
+ background-color: #FBFCFD;
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+ overflow: auto;
+ word-wrap: break-word;
+ font-size: 9pt;
+ line-height: 125%;
+ font-family: monospace, fixed;
+ font-size: 105%;
+}
+
+div.fragment {
+ padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
+ margin: 4px 8px 4px 2px;
+ background-color: #FBFCFD;
+ border: 1px solid #C4CFE5;
+}
+
+div.line {
+ font-family: monospace, fixed;
+ font-size: 13px;
+ min-height: 13px;
+ line-height: 1.0;
+ text-wrap: unrestricted;
+ white-space: -moz-pre-wrap; /* Moz */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ white-space: pre-wrap; /* CSS3 */
+ word-wrap: break-word; /* IE 5.5+ */
+ text-indent: -53px;
+ padding-left: 53px;
+ padding-bottom: 0px;
+ margin: 0px;
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+div.line:after {
+ content:"\000A";
+ white-space: pre;
+}
+
+div.line.glow {
+ background-color: cyan;
+ box-shadow: 0 0 10px cyan;
+}
+
+
+span.lineno {
+ padding-right: 4px;
+ text-align: right;
+ border-right: 2px solid #0F0;
+ background-color: #E8E8E8;
+ white-space: pre;
+}
+span.lineno a {
+ background-color: #D8D8D8;
+}
+
+span.lineno a:hover {
+ background-color: #C8C8C8;
+}
+
+.lineno {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+div.ah, span.ah {
+ background-color: black;
+ font-weight: bold;
+ color: #FFFFFF;
+ margin-bottom: 3px;
+ margin-top: 3px;
+ padding: 0.2em;
+ border: solid thin #333;
+ border-radius: 0.5em;
+ -webkit-border-radius: .5em;
+ -moz-border-radius: .5em;
+ box-shadow: 2px 2px 3px #999;
+ -webkit-box-shadow: 2px 2px 3px #999;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
+ background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
+}
+
+div.classindex ul {
+ list-style: none;
+ padding-left: 0;
+}
+
+div.classindex span.ai {
+ display: inline-block;
+}
+
+div.groupHeader {
+ margin-left: 16px;
+ margin-top: 12px;
+ font-weight: bold;
+}
+
+div.groupText {
+ margin-left: 16px;
+ font-style: italic;
+}
+
+body {
+ background-color: white;
+ color: black;
+ margin: 0;
+}
+
+div.contents {
+ margin-top: 10px;
+ margin-left: 12px;
+ margin-right: 8px;
+}
+
+td.indexkey {
+ background-color: #EBEFF6;
+ font-weight: bold;
+ border: 1px solid #C4CFE5;
+ margin: 2px 0px 2px 0;
+ padding: 2px 10px;
+ white-space: nowrap;
+ vertical-align: top;
+}
+
+td.indexvalue {
+ background-color: #EBEFF6;
+ border: 1px solid #C4CFE5;
+ padding: 2px 10px;
+ margin: 2px 0px;
+}
+
+tr.memlist {
+ background-color: #EEF1F7;
+}
+
+p.formulaDsp {
+ text-align: center;
+}
+
+img.formulaDsp {
+
+}
+
+img.formulaInl, img.inline {
+ vertical-align: middle;
+}
+
+div.center {
+ text-align: center;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding: 0px;
+}
+
+div.center img {
+ border: 0px;
+}
+
+address.footer {
+ text-align: right;
+ padding-right: 12px;
+}
+
+img.footer {
+ border: 0px;
+ vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+ color: #008000
+}
+
+span.keywordtype {
+ color: #604020
+}
+
+span.keywordflow {
+ color: #e08000
+}
+
+span.comment {
+ color: #800000
+}
+
+span.preprocessor {
+ color: #806020
+}
+
+span.stringliteral {
+ color: #002080
+}
+
+span.charliteral {
+ color: #008080
+}
+
+span.vhdldigit {
+ color: #ff00ff
+}
+
+span.vhdlchar {
+ color: #000000
+}
+
+span.vhdlkeyword {
+ color: #700070
+}
+
+span.vhdllogic {
+ color: #ff0000
+}
+
+blockquote {
+ background-color: #F7F8FB;
+ border-left: 2px solid #9CAFD4;
+ margin: 0 24px 0 4px;
+ padding: 0 12px 0 16px;
+}
+
+blockquote.DocNodeRTL {
+ border-left: 0;
+ border-right: 2px solid #9CAFD4;
+ margin: 0 4px 0 24px;
+ padding: 0 16px 0 12px;
+}
+
+/* @end */
+
+/*
+.search {
+ color: #003399;
+ font-weight: bold;
+}
+
+form.search {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+input.search {
+ font-size: 75%;
+ color: #000080;
+ font-weight: normal;
+ background-color: #e8eef2;
+}
+*/
+
+td.tiny {
+ font-size: 75%;
+}
+
+.dirtab {
+ padding: 4px;
+ border-collapse: collapse;
+ border: 1px solid #A3B4D7;
+}
+
+th.dirtab {
+ background: #EBEFF6;
+ font-weight: bold;
+}
+
+hr {
+ height: 0px;
+ border: none;
+ border-top: 1px solid #4A6AAA;
+}
+
+hr.footer {
+ height: 1px;
+}
+
+/* @group Member Descriptions */
+
+table.memberdecls {
+ border-spacing: 0px;
+ padding: 0px;
+}
+
+.memberdecls td, .fieldtable tr {
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+.memberdecls td.glow, .fieldtable tr.glow {
+ background-color: cyan;
+ box-shadow: 0 0 15px cyan;
+}
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+ background-color: #F9FAFC;
+ border: none;
+ margin: 4px;
+ padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+ padding: 0px 8px 4px 8px;
+ color: #555;
+}
+
+.memSeparator {
+ border-bottom: 1px solid #DEE4F0;
+ line-height: 1px;
+ margin: 0px;
+ padding: 0px;
+}
+
+.memItemLeft, .memTemplItemLeft {
+ white-space: nowrap;
+}
+
+.memItemRight, .memTemplItemRight {
+ width: 100%;
+}
+
+.memTemplParams {
+ color: #4665A2;
+ white-space: nowrap;
+ font-size: 80%;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtitle {
+ padding: 8px;
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ margin-bottom: -1px;
+ background-image: url('nav_f.png');
+ background-repeat: repeat-x;
+ background-color: #E2E8F2;
+ line-height: 1.25;
+ font-weight: 300;
+ float:left;
+}
+
+.permalink
+{
+ font-size: 65%;
+ display: inline-block;
+ vertical-align: middle;
+}
+
+.memtemplate {
+ font-size: 80%;
+ color: #4665A2;
+ font-weight: normal;
+ margin-left: 9px;
+}
+
+.memnav {
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
+ text-align: center;
+ margin: 2px;
+ margin-right: 15px;
+ padding: 2px;
+}
+
+.mempage {
+ width: 100%;
+}
+
+.memitem {
+ padding: 0;
+ margin-bottom: 10px;
+ margin-right: 5px;
+ -webkit-transition: box-shadow 0.5s linear;
+ -moz-transition: box-shadow 0.5s linear;
+ -ms-transition: box-shadow 0.5s linear;
+ -o-transition: box-shadow 0.5s linear;
+ transition: box-shadow 0.5s linear;
+ display: table !important;
+ width: 100%;
+}
+
+.memitem.glow {
+ box-shadow: 0 0 15px cyan;
+}
+
+.memname {
+ font-weight: 400;
+ margin-left: 6px;
+}
+
+.memname td {
+ vertical-align: bottom;
+}
+
+.memproto, dl.reflist dt {
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 0px 6px 0px;
+ color: #253555;
+ font-weight: bold;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ background-color: #DFE5F1;
+ /* opera specific markup */
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ border-top-right-radius: 4px;
+ /* firefox specific markup */
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ -moz-border-radius-topright: 4px;
+ /* webkit specific markup */
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ -webkit-border-top-right-radius: 4px;
+
+}
+
+.overload {
+ font-family: "courier new",courier,monospace;
+ font-size: 65%;
+}
+
+.memdoc, dl.reflist dd {
+ border-bottom: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 10px 2px 10px;
+ background-color: #FBFCFD;
+ border-top-width: 0;
+ background-image:url('nav_g.png');
+ background-repeat:repeat-x;
+ background-color: #FFFFFF;
+ /* opera specific markup */
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ /* firefox specific markup */
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ /* webkit specific markup */
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+dl.reflist dt {
+ padding: 5px;
+}
+
+dl.reflist dd {
+ margin: 0px 0px 10px 0px;
+ padding: 5px;
+}
+
+.paramkey {
+ text-align: right;
+}
+
+.paramtype {
+ white-space: nowrap;
+}
+
+.paramname {
+ color: #602020;
+ white-space: nowrap;
+}
+.paramname em {
+ font-style: normal;
+}
+.paramname code {
+ line-height: 14px;
+}
+
+.params, .retval, .exception, .tparams {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
+ font-weight: bold;
+ vertical-align: top;
+}
+
+.params .paramtype, .tparams .paramtype {
+ font-style: italic;
+ vertical-align: top;
+}
+
+.params .paramdir, .tparams .paramdir {
+ font-family: "courier new",courier,monospace;
+ vertical-align: top;
+}
+
+table.mlabels {
+ border-spacing: 0px;
+}
+
+td.mlabels-left {
+ width: 100%;
+ padding: 0px;
+}
+
+td.mlabels-right {
+ vertical-align: bottom;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+span.mlabels {
+ margin-left: 8px;
+}
+
+span.mlabel {
+ background-color: #728DC1;
+ border-top:1px solid #5373B4;
+ border-left:1px solid #5373B4;
+ border-right:1px solid #C4CFE5;
+ border-bottom:1px solid #C4CFE5;
+ text-shadow: none;
+ color: white;
+ margin-right: 4px;
+ padding: 2px 3px;
+ border-radius: 3px;
+ font-size: 7pt;
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+
+
+/* @end */
+
+/* these are for tree view inside a (index) page */
+
+div.directory {
+ margin: 10px 0px;
+ border-top: 1px solid #9CAFD4;
+ border-bottom: 1px solid #9CAFD4;
+ width: 100%;
+}
+
+.directory table {
+ border-collapse:collapse;
+}
+
+.directory td {
+ margin: 0px;
+ padding: 0px;
+ vertical-align: top;
+}
+
+.directory td.entry {
+ white-space: nowrap;
+ padding-right: 6px;
+ padding-top: 3px;
+}
+
+.directory td.entry a {
+ outline:none;
+}
+
+.directory td.entry a img {
+ border: none;
+}
+
+.directory td.desc {
+ width: 100%;
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 3px;
+ border-left: 1px solid rgba(0,0,0,0.05);
+}
+
+.directory tr.even {
+ padding-left: 6px;
+ background-color: #F7F8FB;
+}
+
+.directory img {
+ vertical-align: -30%;
+}
+
+.directory .levels {
+ white-space: nowrap;
+ width: 100%;
+ text-align: right;
+ font-size: 9pt;
+}
+
+.directory .levels span {
+ cursor: pointer;
+ padding-left: 2px;
+ padding-right: 2px;
+ color: #3D578C;
+}
+
+.arrow {
+ color: #9CAFD4;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ font-size: 80%;
+ display: inline-block;
+ width: 16px;
+ height: 22px;
+}
+
+.icon {
+ font-family: Arial, Helvetica;
+ font-weight: bold;
+ font-size: 12px;
+ height: 14px;
+ width: 16px;
+ display: inline-block;
+ background-color: #728DC1;
+ color: white;
+ text-align: center;
+ border-radius: 4px;
+ margin-left: 2px;
+ margin-right: 2px;
+}
+
+.icona {
+ width: 24px;
+ height: 22px;
+ display: inline-block;
+}
+
+.iconfopen {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderopen.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.iconfclosed {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderclosed.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.icondoc {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('doc.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+table.directory {
+ font: 400 14px Roboto,sans-serif;
+}
+
+/* @end */
+
+div.dynheader {
+ margin-top: 8px;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+address {
+ font-style: normal;
+ color: #2A3D61;
+}
+
+table.doxtable caption {
+ caption-side: top;
+}
+
+table.doxtable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.doxtable td, table.doxtable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+table.doxtable th {
+ background-color: #374F7F;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+table.fieldtable {
+ /*width: 100%;*/
+ margin-bottom: 10px;
+ border: 1px solid #A8B8D9;
+ border-spacing: 0px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+}
+
+.fieldtable td, .fieldtable th {
+ padding: 3px 7px 2px;
+}
+
+.fieldtable td.fieldtype, .fieldtable td.fieldname {
+ white-space: nowrap;
+ border-right: 1px solid #A8B8D9;
+ border-bottom: 1px solid #A8B8D9;
+ vertical-align: top;
+}
+
+.fieldtable td.fieldname {
+ padding-top: 3px;
+}
+
+.fieldtable td.fielddoc {
+ border-bottom: 1px solid #A8B8D9;
+ /*width: 100%;*/
+}
+
+.fieldtable td.fielddoc p:first-child {
+ margin-top: 0px;
+}
+
+.fieldtable td.fielddoc p:last-child {
+ margin-bottom: 2px;
+}
+
+.fieldtable tr:last-child td {
+ border-bottom: none;
+}
+
+.fieldtable th {
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E2E8F2;
+ font-size: 90%;
+ color: #253555;
+ padding-bottom: 4px;
+ padding-top: 5px;
+ text-align:left;
+ font-weight: 400;
+ -moz-border-radius-topleft: 4px;
+ -moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ border-bottom: 1px solid #A8B8D9;
+}
+
+
+.tabsearch {
+ top: 0px;
+ left: 10px;
+ height: 36px;
+ background-image: url('tab_b.png');
+ z-index: 101;
+ overflow: hidden;
+ font-size: 13px;
+}
+
+.navpath ul
+{
+ font-size: 11px;
+ background-image:url('tab_b.png');
+ background-repeat:repeat-x;
+ background-position: 0 -5px;
+ height:30px;
+ line-height:30px;
+ color:#8AA0CC;
+ border:solid 1px #C2CDE4;
+ overflow:hidden;
+ margin:0px;
+ padding:0px;
+}
+
+.navpath li
+{
+ list-style-type:none;
+ float:left;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:url('bc_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+}
+
+.navpath li.navelem a
+{
+ height:32px;
+ display:block;
+ text-decoration: none;
+ outline: none;
+ color: #283A5D;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+}
+
+.navpath li.navelem a:hover
+{
+ color:#6884BD;
+}
+
+.navpath li.footer
+{
+ list-style-type:none;
+ float:right;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+ font-size: 8pt;
+}
+
+
+div.summary
+{
+ float: right;
+ font-size: 8pt;
+ padding-right: 5px;
+ width: 50%;
+ text-align: right;
+}
+
+div.summary a
+{
+ white-space: nowrap;
+}
+
+table.classindex
+{
+ margin: 10px;
+ white-space: nowrap;
+ margin-left: 3%;
+ margin-right: 3%;
+ width: 94%;
+ border: 0;
+ border-spacing: 0;
+ padding: 0;
+}
+
+div.ingroups
+{
+ font-size: 8pt;
+ width: 50%;
+ text-align: left;
+}
+
+div.ingroups a
+{
+ white-space: nowrap;
+}
+
+div.header
+{
+ background-image:url('nav_h.png');
+ background-repeat:repeat-x;
+ background-color: #F9FAFC;
+ margin: 0px;
+ border-bottom: 1px solid #C4CFE5;
+}
+
+div.headertitle
+{
+ padding: 5px 5px 5px 10px;
+}
+
+.PageDocRTL-title div.headertitle {
+ text-align: right;
+ direction: rtl;
+}
+
+dl {
+ padding: 0 0 0 0;
+}
+
+/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.examples */
+dl.section {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+dl.section.DocNodeRTL {
+ margin-right: 0px;
+ padding-right: 0px;
+}
+
+dl.note {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #D0C000;
+}
+
+dl.note.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #D0C000;
+}
+
+dl.warning, dl.attention {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #FF0000;
+}
+
+dl.warning.DocNodeRTL, dl.attention.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #FF0000;
+}
+
+dl.pre, dl.post, dl.invariant {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #00D000;
+}
+
+dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #00D000;
+}
+
+dl.deprecated {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #505050;
+}
+
+dl.deprecated.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #505050;
+}
+
+dl.todo {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #00C0E0;
+}
+
+dl.todo.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #00C0E0;
+}
+
+dl.test {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #3030E0;
+}
+
+dl.test.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #3030E0;
+}
+
+dl.bug {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #C08050;
+}
+
+dl.bug.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #C08050;
+}
+
+dl.section dd {
+ margin-bottom: 6px;
+}
+
+
+#projectlogo
+{
+ text-align: center;
+ vertical-align: bottom;
+ border-collapse: separate;
+}
+
+#projectlogo img
+{
+ border: 0px none;
+}
+
+#projectalign
+{
+ vertical-align: middle;
+}
+
+#projectname
+{
+ font: 300% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 2px 0px;
+}
+
+#projectbrief
+{
+ font: 120% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#projectnumber
+{
+ font: 50% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#titlearea
+{
+ padding: 0px;
+ margin: 0px;
+ width: 100%;
+ border-bottom: 1px solid #5373B4;
+}
+
+.image
+{
+ text-align: center;
+}
+
+.dotgraph
+{
+ text-align: center;
+}
+
+.mscgraph
+{
+ text-align: center;
+}
+
+.plantumlgraph
+{
+ text-align: center;
+}
+
+.diagraph
+{
+ text-align: center;
+}
+
+.caption
+{
+ font-weight: bold;
+}
+
+div.zoom
+{
+ border: 1px solid #90A5CE;
+}
+
+dl.citelist {
+ margin-bottom:50px;
+}
+
+dl.citelist dt {
+ color:#334975;
+ float:left;
+ font-weight:bold;
+ margin-right:10px;
+ padding:5px;
+ text-align:right;
+ width:52px;
+}
+
+dl.citelist dd {
+ margin:2px 0 2px 72px;
+ padding:5px 0;
+}
+
+div.toc {
+ padding: 14px 25px;
+ background-color: #F4F6FA;
+ border: 1px solid #D8DFEE;
+ border-radius: 7px 7px 7px 7px;
+ float: right;
+ height: auto;
+ margin: 0 8px 10px 10px;
+ width: 200px;
+}
+
+.PageDocRTL-title div.toc {
+ float: left !important;
+ text-align: right;
+}
+
+div.toc li {
+ background: url("bdwn.png") no-repeat scroll 0 5px transparent;
+ font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
+ margin-top: 5px;
+ padding-left: 10px;
+ padding-top: 2px;
+}
+
+.PageDocRTL-title div.toc li {
+ background-position-x: right !important;
+ padding-left: 0 !important;
+ padding-right: 10px;
+}
+
+div.toc h3 {
+ font: bold 12px/1.2 Arial,FreeSans,sans-serif;
+ color: #4665A2;
+ border-bottom: 0 none;
+ margin: 0;
+}
+
+div.toc ul {
+ list-style: none outside none;
+ border: medium none;
+ padding: 0px;
+}
+
+div.toc li.level1 {
+ margin-left: 0px;
+}
+
+div.toc li.level2 {
+ margin-left: 15px;
+}
+
+div.toc li.level3 {
+ margin-left: 30px;
+}
+
+div.toc li.level4 {
+ margin-left: 45px;
+}
+
+span.emoji {
+ /* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html
+ * font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
+ */
+}
+
+.PageDocRTL-title div.toc li.level1 {
+ margin-left: 0 !important;
+ margin-right: 0;
+}
+
+.PageDocRTL-title div.toc li.level2 {
+ margin-left: 0 !important;
+ margin-right: 15px;
+}
+
+.PageDocRTL-title div.toc li.level3 {
+ margin-left: 0 !important;
+ margin-right: 30px;
+}
+
+.PageDocRTL-title div.toc li.level4 {
+ margin-left: 0 !important;
+ margin-right: 45px;
+}
+
+.inherit_header {
+ font-weight: bold;
+ color: gray;
+ cursor: pointer;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.inherit_header td {
+ padding: 6px 0px 2px 5px;
+}
+
+.inherit {
+ display: none;
+}
+
+tr.heading h2 {
+ margin-top: 12px;
+ margin-bottom: 4px;
+}
+
+/* tooltip related style info */
+
+.ttc {
+ position: absolute;
+ display: none;
+}
+
+#powerTip {
+ cursor: default;
+ white-space: nowrap;
+ background-color: white;
+ border: 1px solid gray;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 1px 1px 7px gray;
+ display: none;
+ font-size: smaller;
+ max-width: 80%;
+ opacity: 0.9;
+ padding: 1ex 1em 1em;
+ position: absolute;
+ z-index: 2147483647;
+}
+
+#powerTip div.ttdoc {
+ color: grey;
+ font-style: italic;
+}
+
+#powerTip div.ttname a {
+ font-weight: bold;
+}
+
+#powerTip div.ttname {
+ font-weight: bold;
+}
+
+#powerTip div.ttdeci {
+ color: #006318;
+}
+
+#powerTip div {
+ margin: 0px;
+ padding: 0px;
+ font: 12px/16px Roboto,sans-serif;
+}
+
+#powerTip:before, #powerTip:after {
+ content: "";
+ position: absolute;
+ margin: 0px;
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.w:after, #powerTip.w:before,
+#powerTip.e:after, #powerTip.e:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.nw:after, #powerTip.nw:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ border: solid transparent;
+ content: " ";
+ height: 0;
+ width: 0;
+ position: absolute;
+}
+
+#powerTip.n:after, #powerTip.s:after,
+#powerTip.w:after, #powerTip.e:after,
+#powerTip.nw:after, #powerTip.ne:after,
+#powerTip.sw:after, #powerTip.se:after {
+ border-color: rgba(255, 255, 255, 0);
+}
+
+#powerTip.n:before, #powerTip.s:before,
+#powerTip.w:before, #powerTip.e:before,
+#powerTip.nw:before, #powerTip.ne:before,
+#powerTip.sw:before, #powerTip.se:before {
+ border-color: rgba(128, 128, 128, 0);
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.nw:after, #powerTip.nw:before {
+ top: 100%;
+}
+
+#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
+ border-top-color: #FFFFFF;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+#powerTip.n:before {
+ border-top-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+#powerTip.n:after, #powerTip.n:before {
+ left: 50%;
+}
+
+#powerTip.nw:after, #powerTip.nw:before {
+ right: 14px;
+}
+
+#powerTip.ne:after, #powerTip.ne:before {
+ left: 14px;
+}
+
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ bottom: 100%;
+}
+
+#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
+ border-bottom-color: #FFFFFF;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+
+#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
+ border-bottom-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+
+#powerTip.s:after, #powerTip.s:before {
+ left: 50%;
+}
+
+#powerTip.sw:after, #powerTip.sw:before {
+ right: 14px;
+}
+
+#powerTip.se:after, #powerTip.se:before {
+ left: 14px;
+}
+
+#powerTip.e:after, #powerTip.e:before {
+ left: 100%;
+}
+#powerTip.e:after {
+ border-left-color: #FFFFFF;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.e:before {
+ border-left-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+#powerTip.w:after, #powerTip.w:before {
+ right: 100%;
+}
+#powerTip.w:after {
+ border-right-color: #FFFFFF;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.w:before {
+ border-right-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+@media print
+{
+ #top { display: none; }
+ #side-nav { display: none; }
+ #nav-path { display: none; }
+ body { overflow:visible; }
+ h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
+ .summary { display: none; }
+ .memitem { page-break-inside: avoid; }
+ #doc-content
+ {
+ margin-left:0 !important;
+ height:auto !important;
+ width:auto !important;
+ overflow:inherit;
+ display:inline;
+ }
+}
+
+/* @group Markdown */
+
+table.markdownTable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.markdownTable td, table.markdownTable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+table.markdownTable tr {
+}
+
+th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
+ background-color: #374F7F;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+th.markdownTableHeadLeft, td.markdownTableBodyLeft {
+ text-align: left
+}
+
+th.markdownTableHeadRight, td.markdownTableBodyRight {
+ text-align: right
+}
+
+th.markdownTableHeadCenter, td.markdownTableBodyCenter {
+ text-align: center
+}
+
+.DocNodeRTL {
+ text-align: right;
+ direction: rtl;
+}
+
+.DocNodeLTR {
+ text-align: left;
+ direction: ltr;
+}
+
+table.DocNodeRTL {
+ width: auto;
+ margin-right: 0;
+ margin-left: auto;
+}
+
+table.DocNodeLTR {
+ width: auto;
+ margin-right: auto;
+ margin-left: 0;
+}
+
+tt, code, kbd, samp
+{
+ display: inline-block;
+ direction:ltr;
+}
+/* @end */
+
+u {
+ text-decoration: underline;
+}
+
diff --git a/doxygen.svg b/doxygen.svg
new file mode 100644
index 0000000..d42dad5
--- /dev/null
+++ b/doxygen.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/dynsections.js b/dynsections.js
new file mode 100644
index 0000000..3174bd7
--- /dev/null
+++ b/dynsections.js
@@ -0,0 +1,121 @@
+/*
+ @licstart The following is the entire license notice for the JavaScript code in this file.
+
+ The MIT License (MIT)
+
+ Copyright (C) 1997-2020 by Dimitri van Heesch
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
+ and associated documentation files (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge, publish, distribute,
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all copies or
+ substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ @licend The above is the entire license notice for the JavaScript code in this file
+ */
+function toggleVisibility(linkObj)
+{
+ var base = $(linkObj).attr('id');
+ var summary = $('#'+base+'-summary');
+ var content = $('#'+base+'-content');
+ var trigger = $('#'+base+'-trigger');
+ var src=$(trigger).attr('src');
+ if (content.is(':visible')===true) {
+ content.hide();
+ summary.show();
+ $(linkObj).addClass('closed').removeClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
+ } else {
+ content.show();
+ summary.hide();
+ $(linkObj).removeClass('closed').addClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
+ }
+ return false;
+}
+
+function updateStripes()
+{
+ $('table.directory tr').
+ removeClass('even').filter(':visible:even').addClass('even');
+}
+
+function toggleLevel(level)
+{
+ $('table.directory tr').each(function() {
+ var l = this.id.split('_').length-1;
+ var i = $('#img'+this.id.substring(3));
+ var a = $('#arr'+this.id.substring(3));
+ if (l
+
+
+
+
+
+
+yarp-devices: File List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented files with brief descriptions:
+
+
+
+
+
diff --git a/folderclosed.png b/folderclosed.png
new file mode 100644
index 0000000..bb8ab35
Binary files /dev/null and b/folderclosed.png differ
diff --git a/folderopen.png b/folderopen.png
new file mode 100644
index 0000000..d6c7f67
Binary files /dev/null and b/folderopen.png differ
diff --git a/functions.html b/functions.html
new file mode 100644
index 0000000..0b90a90
--- /dev/null
+++ b/functions.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+yarp-devices: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- i -
+
+
+
- m -
+
+
+
- p -
+
+
+
- s -
+- stopCameraMovement()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+- stopMovement()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+
+
+
+
- t -
+- tiltDown()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+- turnLeft()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+
+
+
+
+
+
diff --git a/functions_func.html b/functions_func.html
new file mode 100644
index 0000000..1e26b01
--- /dev/null
+++ b/functions_func.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+yarp-devices: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- i -
+
+
+
- m -
+
+
+
- p -
+
+
+
- s -
+- stopCameraMovement()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+- stopMovement()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+
+
+
+
- t -
+- tiltDown()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+- turnLeft()
+: asrob::EcroPwmController
+, asrob::EcroWheelController
+, asrob::FakeMotorController
+, asrob::IRobotManager
+, asrob::LaserTowerOfDeathController
+, asrob::RaspiOnePwmMotorController
+, asrob::RaspiTwoPwmMotorController
+, asrob::RobotClient
+
+
+
+
+
+
+
diff --git a/group__YarpPlugins.html b/group__YarpPlugins.html
new file mode 100644
index 0000000..cfc04e6
--- /dev/null
+++ b/group__YarpPlugins.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+yarp-devices: YarpPlugins
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains libraries that implement YARP device interfaces and therefore can be invoked as YARP plugins.
+More...
+
+
+
Base class for Robot Managers. Original copy of this file at https://github.com/asrob-uc3m/yarp-devices/blob/develop/libraries/YarpPlugins/IRobotManager.hpp.
+
+
+
+
+
diff --git a/group__yarp__devices__applications.html b/group__yarp__devices__applications.html
new file mode 100644
index 0000000..e56f61f
--- /dev/null
+++ b/group__yarp__devices__applications.html
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices Applications (Collections of Programs)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
yarp-devices applications (collections of programs).
+
+
+
+
+
+
diff --git a/group__yarp__devices__examples.html b/group__yarp__devices__examples.html
new file mode 100644
index 0000000..6af347d
--- /dev/null
+++ b/group__yarp__devices__examples.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices Examples
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
yarp-devices examples.
+More...
+
+
+
+
+
+
+
diff --git a/group__yarp__devices__examples__cpp.html b/group__yarp__devices__examples__cpp.html
new file mode 100644
index 0000000..9d40f03
--- /dev/null
+++ b/group__yarp__devices__examples__cpp.html
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices C++ examples
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/group__yarp__devices__examples__py.html b/group__yarp__devices__examples__py.html
new file mode 100644
index 0000000..e0ce715
--- /dev/null
+++ b/group__yarp__devices__examples__py.html
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices Python examples
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/group__yarp__devices__firmware.html b/group__yarp__devices__firmware.html
new file mode 100644
index 0000000..0f6aaf9
--- /dev/null
+++ b/group__yarp__devices__firmware.html
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices Firmware
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
yarp-devices firmware.
+
+
+
+
+
+
diff --git a/group__yarp__devices__libraries.html b/group__yarp__devices__libraries.html
new file mode 100644
index 0000000..db32d37
--- /dev/null
+++ b/group__yarp__devices__libraries.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices Libraries
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
yarp-devices libraries.
+More...
+
+ |
+ | YarpPlugins |
+ | Contains libraries that implement YARP device interfaces and therefore can be invoked as YARP plugins.
|
+ |
+
+
+
+
+
+
+
diff --git a/group__yarp__devices__programs.html b/group__yarp__devices__programs.html
new file mode 100644
index 0000000..0f25018
--- /dev/null
+++ b/group__yarp__devices__programs.html
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices Programs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
yarp-devices programs.
+
+
+
+
+
+
diff --git a/group__yarp__devices__tests.html b/group__yarp__devices__tests.html
new file mode 100644
index 0000000..87452ef
--- /dev/null
+++ b/group__yarp__devices__tests.html
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+yarp-devices: asrob-uc3m/yarp-devices Tests
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
yarp-devices tests.
+
+
+
+
+
+
diff --git a/hierarchy.html b/hierarchy.html
new file mode 100644
index 0000000..a680062
--- /dev/null
+++ b/hierarchy.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+yarp-devices: Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This inheritance list is sorted roughly, but not completely, alphabetically:
+
+
+
+
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7b2d0ef
--- /dev/null
+++ b/index.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+yarp-devices: Main Page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A place for YARP devices.
+
Link to Doxygen generated documentation: https://asrob.uc3m.es/yarp-devices
+
+Installation
+
Installation instructions for installing from source can be found here.
+
+Usage
+
Usage instructions for the different devices contained in this repository can be found here.
+
+Contributing
+
+Posting Issues
+
+- Read CONTRIBUTING.md
+- Post an issue / Feature request / Specific documentation request
+
+
+Fork & Pull Request
+
+- Fork the repository
+- Create your feature branch (
git checkout -b my-new-feature
) off the master
branch, following the Forking Git workflow
+- Commit your changes
+- Push to the branch (
git push origin my-new-feature
)
+- Create a new Pull Request
+
+
+Status
+
+
+
+
+
+
+
+
+
+
diff --git a/jquery.js b/jquery.js
new file mode 100644
index 0000000..103c32d
--- /dev/null
+++ b/jquery.js
@@ -0,0 +1,35 @@
+/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yarp-devices
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
28 #include <linux/ioctl.h>
+
+
+
31 #define IOCTL_MBOX_PROPERTY _IOWR(MAJOR_NUM, 0, char *)
+
32 #define DEVICE_FILE_NAME "/dev/vcio"
+
+
+
35 void mbox_close(
int file_desc);
+
+
37 unsigned get_version(
int file_desc);
+
38 unsigned mem_alloc(
int file_desc,
unsigned size,
unsigned align,
unsigned flags);
+
39 unsigned mem_free(
int file_desc,
unsigned handle);
+
40 unsigned mem_lock(
int file_desc,
unsigned handle);
+
41 unsigned mem_unlock(
int file_desc,
unsigned handle);
+
42 void *mapmem(
unsigned base,
unsigned size);
+
43 void *unmapmem(
void *addr,
unsigned size);
+
+
45 unsigned execute_code(
int file_desc,
unsigned code,
unsigned r0,
unsigned r1,
unsigned r2,
unsigned r3,
unsigned r4,
unsigned r5);
+
46 unsigned execute_qpu(
int file_desc,
unsigned num_qpus,
unsigned control,
unsigned noflush,
unsigned timeout);
+
47 unsigned qpu_enable(
int file_desc,
unsigned enable);
+
+
+
+
+