CARMA C++
|
Carma LoMonitor CAN module control interface. More...
import "carma/downconverter/common/LoMonitorControl.idl";
Public Member Functions | |||
void | initializePowerMeter () raises (carma::util::UserException) | ||
Initialize the power meter
| |||
![]() | |||
boolean | isOnline () raises (carma::util::UserException) | ||
Is device ONLINE? A device is considered ONLINE if it is actively sending monitor packets on the frame timescale. More... | |||
void | reset () raises (carma::util::UserException) | ||
Reset the module via CAN reset message. More... | |||
void | startChannelOneFastSampling (in unsigned short fastItem) raises (carma::util::UserException) | ||
Start fast sampling data from this node on channel 1. More... | |||
void | startChannelTwoFastSampling (in unsigned short fastItem) raises (carma::util::UserException) | ||
Start fast sampling data from this node on channel 2. More... | |||
void | stopChannelOneFastSampling () raises (carma::util::UserException) | ||
Stop fast sampling on channel 1 for any device. More... | |||
void | stopChannelTwoFastSampling () raises (carma::util::UserException) | ||
Stop fast sampling on channel 2 for any device. More... | |||
Carma LoMonitor CAN module control interface.
Definition at line 21 of file LoMonitorControl.idl.
void carma::downconverter::LoMonitorControl::initializePowerMeter | ( | ) | ||
raises | ( | carma::util::UserException | ||
) |
Initialize the power meter
UserException | on failure. |