REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
shblock.cpp
Go to the documentation of this file.
1// Copyright (c) 2024 anabrid GmbH
2// Contact: https://www.anabrid.com/licensing/
3//
4// SPDX-License-Identifier: MIT OR GPL-2.0-or-later
5
6#include "native/shblock.h"
7
8blocks::SHBlock *blocks::SHBlock::from_entity_classifier(entities::EntityClassifier classifier,
9 bus::addr_t block_address) {
10
11 return new SHBlock(new DummySHBlockHAL());
12}
13
15
16void blocks::DummySHBlockHAL::set_state(SHState state) const {}
void compensate_hardware_offsets(uint32_t track_time, uint32_t inject_time)
Definition shblock.cpp:14
void set_state(SHState state) const
Definition shblock.cpp:16
uint32_t
Definition flasher.cpp:195