mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[sim] Add GUI support for the REV PH (#6704)
This commit is contained in:
@@ -3,12 +3,18 @@
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#pragma once
|
||||
#include <glass/hardware/Pneumatic.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace halsimgui {
|
||||
|
||||
class PCMSimGui {
|
||||
public:
|
||||
static void Initialize();
|
||||
static bool PCMsAnyInitialized();
|
||||
static bool PCMsAnySolenoids(glass::PneumaticControlsModel* model);
|
||||
static std::unique_ptr<glass::PneumaticControlsModel> GetPCMsModel();
|
||||
};
|
||||
|
||||
} // namespace halsimgui
|
||||
|
||||
Reference in New Issue
Block a user