#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include <boost/variant.hpp>
#include "fisch/vx/container_cast.h"
#include "fisch/vx/container_ticket.h"
#include "fisch/vx/playback_program.h"
#include "haldls/cerealization.h"
#include "haldls/vx/common.h"
#include "haldls/vx/event.h"
#include "hate/type_list.h"
#include "hate/visibility.h"
#include "hxcomm/vx/target.h"
#include "stadls/vx/genpybind.h"
#include "stadls/vx/run_time_info.h"
Go to the source code of this file.
|
auto | stadls::vx::attr = parent.attr("madc_samples_type") |
|
auto | stadls::vx::ism = parent->py::is_method(attr) |
|
auto const | stadls::vx::to_numpy = [](_values_type const& self) { pybind11::array_t<haldls::vx::MADCSampleFromChip::MADCSampleFromChipDType> ret( {static_cast<pybind11::ssize_t>(self.size())}, reinterpret_cast< haldls::vx::MADCSampleFromChip::MADCSampleFromChipDType const*>( self.data())); return ret; } |
|