re annouce with exponential back-off
This commit is contained in:
17
solanaceae/ngc_ft1_sha1/re_announce_systems.hpp
Normal file
17
solanaceae/ngc_ft1_sha1/re_announce_systems.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <solanaceae/object_store/object_store.hpp>
|
||||
#include <solanaceae/contact/contact_model3.hpp>
|
||||
#include <solanaceae/ngc_ext/ngcext.hpp>
|
||||
|
||||
namespace Systems {
|
||||
|
||||
void re_announce(
|
||||
ObjectRegistry& os_reg,
|
||||
Contact3Registry& cr,
|
||||
NGCEXTEventProvider& neep,
|
||||
const float delta
|
||||
);
|
||||
|
||||
} // Systems
|
||||
|
Reference in New Issue
Block a user