|
HALDLS
|
Container to trigger reset of correlation measurements on a synapse quad. More...
#include <synapse.h>
Public Types | |
| typedef halco::hicann_dls::vx::CorrelationResetOnDLS | coordinate_type |
| typedef std::true_type | is_leaf_node |
Public Member Functions | |
| CorrelationReset () SYMBOL_VISIBLE | |
| Default constructor. More... | |
| template<typename WordT > | |
| void | decode (std::array< WordT, read_config_size_in_words > const &data) SYMBOL_VISIBLE |
| template<typename WordT > | |
| std::array< WordT, write_config_size_in_words > | encode () const SYMBOL_VISIBLE |
| bool | operator!= (CorrelationReset const &other) const SYMBOL_VISIBLE |
| bool | operator== (CorrelationReset const &other) const SYMBOL_VISIBLE |
Static Public Member Functions | |
| template<typename AddressT > | |
| static std::array< AddressT, read_config_size_in_words > | read_addresses (coordinate_type const &neuron) SYMBOL_VISIBLE |
| template<typename AddressT > | |
| static std::array< AddressT, write_config_size_in_words > | write_addresses (coordinate_type const &neuron) SYMBOL_VISIBLE |
Static Public Attributes | |
| static constexpr size_t | read_config_size_in_words = 0 |
| static constexpr size_t | write_config_size_in_words = 1 |
Friends | |
| class | cereal::access |
| std::ostream & | operator<< (std::ostream &os, CorrelationReset const &config) SYMBOL_VISIBLE |
Container to trigger reset of correlation measurements on a synapse quad.
| typedef halco::hicann_dls::vx::CorrelationResetOnDLS haldls::vx::CorrelationReset::coordinate_type |
| typedef std::true_type haldls::vx::CorrelationReset::is_leaf_node |
| haldls::vx::CorrelationReset::CorrelationReset | ( | ) |
Default constructor.
| void haldls::vx::CorrelationReset::decode | ( | std::array< WordT, read_config_size_in_words > const & | data | ) |
| std::array<WordT, write_config_size_in_words> haldls::vx::CorrelationReset::encode | ( | ) | const |
| bool haldls::vx::CorrelationReset::operator!= | ( | CorrelationReset const & | other | ) | const |
| bool haldls::vx::CorrelationReset::operator== | ( | CorrelationReset const & | other | ) | const |
|
static |
|
static |
|
friend |
|
staticconstexpr |
|
staticconstexpr |