▼Nrover | Rover Namespace contains classes to manage Rover sensors, gpio, buzzer, buttons, driving, utilities, and cloud |
CRoverBase | RoverBase class provides basic rover functions such as initialization, sleeping, and shutting down |
CRoverButton | RoverButton class contains member functions to access Shutdown button, User button, and customly installed buttons on the rover |
CRoverBuzzer | RoverBuzzer class provides the member functions related to embedded buzzer on the rover |
CRoverCloud | RoverCloud defines the interfaces that can be used for classes that connect to a remote cloud server |
CRoverControlData_t | Data type to store rover's control data |
CRoverDHT22 | RoverDHT22 is a class that is inherited from RoverSensor abstract class. RoverDHT22 class contains member functions and variables to set up and read from DHT22 temperature and humidity sensor that is embedded on the rover |
CRoverDisplay | Contains the member functions to control OLED display on the Rover. This class is a wrapper API for Adafruit_GFX and Adafruit_SSD1306 libraries |
CRoverDriving | Contains the member functions to drive the rover using its motors |
CRoverGpio | RoverGpio class provides the member functions related to basic GPIO operations. This class wraps wiringPi library |
CRoverGrooveUltrasonic | RoverGrooveUltrasonic is a class that is inherited from RoverSensor abstract class. RoverGrooveUltrasonic class contains member functions and variables to set up and read from Groove ultrasonic sensors that are embedded on the rover |
CRoverGY521 | RoverGY521 is a class that is inherited from RoverSensor abstract class. RoverGY521 class contains member functions and variables to set up and read from GY521 accelerometer that is embedded on the rover |
CRoverHCSR04 | RoverHCSR04 is a class that is inherited from RoverSensor abstract class. RoverHCSR04 class contains member functions and variables to set up and read from HCSR-04 ultrasonic sensors that are embedded on the rover |
CRoverHMC5883L | RoverHMC5883L is a class that is inherited from RoverSensor abstract class. RoverHMC5883L class contains member functions and variables to set up and read from HMC5883L bearing sensor that is embedded on the rover |
CRoverHonoCloud | Contains the member functions to connect and send data to Eclipse Hono instance using several parameters such as host name, port, tenant name, user name, and password. This class wraps hono_interaction library for Rover-specific interactions |
CRoverInfraredSensor | RoverInfraredSensor is a class that is inherited from RoverSensor abstract class. RoverInfraredSensor class contains member functions and variables to set up and read from SHARP infrared sensors that are embedded on the rover |
CRoverMQTT_Configure_t | Data type to store initial configuration information for MQTT communication |
CRoverMQTT_ReturnCodes_t | Data type to store return codes that belong to member functions in RoverPahoMQTT class |
CRoverMQTT_StatusFlags_t | Data type to store internal flags for MQTT communication |
CRoverMQTT_SubscribeData_t | Data type to store subscribed data |
CRoverMQTTCommand | RoverMQTTCommand class is an implementation class extending RoverPahoMQTT for rover-specific topic subscription and publishing using JSON for parsing and using predefined type variables such as RoverControlData_t and RoverSensorData_t |
CRoverPahoMQTT | RoverPahoMQTT contains member functions to use rover as a client and to publish / subscribe to Eclipse Paho MQTT server topics |
CRoverQMC5883L | RoverQMC5883L is a class that is inherited from RoverSensor abstract class. RoverQMC5883L class contains member functions and variables to set up and read from QMC5883L bearing sensor that is embedded on the rover |
CRoverSensor | RoverSensor class is an abstract class to define interface between common sensors used in the rover |
CRoverSensorData_t | Data type to store rover's sensor data |
CRoverUtils | RoverUtils contains member functions to retrieve connectivity status and core utilization of the rover. This class wraps status_library lib, developed for the rover-app |