Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
input_converter.h
Go to the documentation of this file.
1
21#pragma once
22
23#include <knp/core/impexp.h>
26#include <knp/core/uid.h>
27
28#include <functional>
29#include <sstream>
30#include <string>
31#include <type_traits>
32#include <utility>
33#include <vector>
34
35
40{
45
46} // namespace knp::framework::io::input
Message endpoint interface.
std::vector< SpikeIndex > SpikeData
List of spike indexes.
uint64_t Step
Type used to store a step number in the form of a 64-bit unsigned integer.
Definition core.h:68
Input channel namespace.
std::function< core::messaging::SpikeData(core::Step)> DataGenerator
Functor used for generating input spike messages.
Spike message class.
UID class and routines.