mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpiutil] timestamp: Add ShutdownNowRio (#5610)
This commit is contained in:
@@ -18,6 +18,12 @@ extern "C" {
|
||||
*/
|
||||
void WPI_Impl_SetupNowRio(void);
|
||||
|
||||
/**
|
||||
* De-initialize the on-Rio Now() implementation. No effect on non-Rio
|
||||
* platforms.
|
||||
*/
|
||||
void WPI_Impl_ShutdownNowRio(void);
|
||||
|
||||
/**
|
||||
* The default implementation used for Now().
|
||||
* In general this is the time returned by the operating system.
|
||||
@@ -62,6 +68,12 @@ namespace impl {
|
||||
* thus should generally not be called by user code.
|
||||
*/
|
||||
void SetupNowRio();
|
||||
|
||||
/**
|
||||
* De-initialize the on-Rio Now() implementation. No effect on non-Rio
|
||||
* platforms.
|
||||
*/
|
||||
void ShutdownNowRio();
|
||||
} // namespace impl
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user