The IEPE class Can be used to control IEPE power on the AUX Channels.
More...
#include <Driver/DriverComponents/IEPE.h>
The IEPE class Can be used to control IEPE power on the AUX Channels.
Definition at line 19 of file IEPE.h.
◆ Input
◆ IEPE()
IEPE::IEPE |
( |
pMessageProcessor |
messageProcessor | ) |
|
|
explicit |
◆ getIEPE()
getIEPE Gets if IEPE is enabled for a channel
- Parameters
-
channel | channel to check for |
- Returns
- returns true if enabled, false if disabled
Definition at line 22 of file IEPE.cpp.
◆ handleSetIEPERecieved()
void IEPE::handleSetIEPERecieved |
( |
const google::protobuf::Message & |
message | ) |
|
|
protected |
◆ reset()
◆ setIEPE()
void IEPE::setIEPE |
( |
IEPE::Input |
channel, |
|
|
bool |
enabled |
|
) |
| |
setIEPE Enables or disables IEPE for channel
- Parameters
-
channel | the Channel to enable or disable IEPE power for |
enabled | true is enabled, false is disabled |
Definition at line 9 of file IEPE.cpp.
◆ m_iepeEnabled
std::atomic_bool IEPE::m_iepeEnabled[2] |
|
private |