15#include "sensorring/platform/SensorringExport.hpp"
34 SensorRing(std::vector<std::unique_ptr<SensorBus> > bus_vec);
59 std::vector<std::unique_ptr<SensorBus> > _bus_vec;
One communication bus owning multiple sensor boards.
void setBitRateSwitching(bool brs_enable)
Enable or disable bit rate switching on CAN bus interfaces.
SensorRing(std::vector< std::unique_ptr< SensorBus > > bus_vec)
Constructor.
std::vector< device::IDevice * > getDevices() const
Get all devices connected to the sensor ring.
std::vector< SensorBus * > getSensorBuses() const
Get all sensor bus interfaces managed by this ring.