mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Start using the new FRC compiler define (#797)
Remove all definitions from the MockData headers when in simulation mode. Add a constexpr IsReal and IsSimulation in RobotBase.
This commit is contained in:
committed by
Peter Johnson
parent
b42285fddd
commit
aa4f0ef4f8
@@ -7,6 +7,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __FRC_ROBORIO__
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "MockData/NotifyListenerVector.h"
|
||||
@@ -65,3 +67,5 @@ std::shared_ptr<hal::ConstBufferListenerVector> CancelCallback(
|
||||
void InvokeCallback(
|
||||
std::shared_ptr<hal::ConstBufferListenerVector> currentVector,
|
||||
const char* name, const uint8_t* buffer, int32_t count);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user