$darkmode
noise_data.hpp File Reference
#include <memory>
#include <random>
#include <string>
#include <utility>
#include <cloe/component.hpp>
#include <cloe/core.hpp>
#include <cloe/entity.hpp>
#include <cloe/simulator.hpp>
#include <fable/schema/factory.hpp>
Include dependency graph for noise_data.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloe::component::Distribution< T >
 
class  cloe::component::NormalDistribution< T >
 
class  cloe::component::Random< T >
 
class  cloe::component::DistributionFactory
 
class  cloe::component::NoiseConf
 
struct  cloe::component::NoisySensorConf
 

Typedefs

using cloe::component::Generator = std::default_random_engine
 
using cloe::component::DistributionPtr = std::shared_ptr< Distribution< double > >