Interface for the peripheral controller.
More...
#include <IPeripheralController.hpp>
Interface for the peripheral controller.
Definition at line 31 of file IPeripheralController.hpp.
◆ ~IPeripheralController()
virtual IPeripheralController::~IPeripheralController |
( |
| ) |
|
|
virtualdefault |
◆ i2c_smbus_read_byte_data()
virtual int IPeripheralController::i2c_smbus_read_byte_data |
( |
int | file, |
|
|
uint8_t | command ) |
|
pure virtual |
◆ i2c_smbus_write_byte_data()
virtual int IPeripheralController::i2c_smbus_write_byte_data |
( |
int | file, |
|
|
uint8_t | command, |
|
|
uint8_t | value ) |
|
pure virtual |
◆ init_motors()
virtual void IPeripheralController::init_motors |
( |
| ) |
|
|
pure virtual |
◆ init_servo()
virtual void IPeripheralController::init_servo |
( |
| ) |
|
|
pure virtual |
◆ read_byte_data()
virtual int IPeripheralController::read_byte_data |
( |
int | fd, |
|
|
int | reg ) |
|
pure virtual |
◆ set_motor_pwm()
virtual void IPeripheralController::set_motor_pwm |
( |
int | channel, |
|
|
int | value ) |
|
pure virtual |
◆ set_servo_pwm()
virtual void IPeripheralController::set_servo_pwm |
( |
int | channel, |
|
|
int | on_value, |
|
|
int | off_value ) |
|
pure virtual |
◆ write_byte_data()
virtual void IPeripheralController::write_byte_data |
( |
int | fd, |
|
|
int | reg, |
|
|
int | value ) |
|
pure virtual |
The documentation for this class was generated from the following file: