MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / DataSample_Raspberry

Method DataSample_Raspberry

cpp/hal/data_sample_raspberry.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 DataSample_Raspberry(const uint32_t in_data, const uint64_t in_timestamp) : DataSample{in_timestamp}, data{in_data}
97 {
98 }
99 DataSample_Raspberry() = default;
100
101 ~DataSample_Raspberry() override = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected