NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
SensorBusTest.cpp File Reference
#include <Sensors/I2CBus.hpp>
#include <Util/Logger/Logger.hpp>
#include <chrono>
#include <BaseIntegrationTest.hpp>
#include <gtest/gtest.h>
Include dependency graph for SensorBusTest.cpp:

Classes

class  NES::Sensors::SensorBusTest
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Sensors
 

Functions

 NES::Sensors::TEST_F (SensorBusTest, busMustStartAndSensorControllable)
 probe the bus file descriptor and sensor address @component Util function for initializing a bus and sensor IO More...
 
 NES::Sensors::TEST_F (SensorBusTest, sensorAddressMustBeWriteable)
 probe the bus file descriptor and sensor address and write a value @component Util function for writing to a bus and sensor More...
 
 NES::Sensors::TEST_F (SensorBusTest, sensorAddressMustBeReadable)
 probe the bus file descriptor and sensor address and read a value @component Util function for reading from a sensor attached to a bus More...
 
 NES::Sensors::TEST_F (SensorBusTest, dataMustBeSameReadAfterWrite)
 probe the bus and sensor address and read a value, after writing @component Util function for reading and util for writing to a bus More...