CARMA C++
carma::downconverter::LoMonitorControl Interface Reference

Carma LoMonitor CAN module control interface. More...

import "carma/downconverter/common/LoMonitorControl.idl";

Inheritance diagram for carma::downconverter::LoMonitorControl:
carma::canbus::devices::DeviceControl

Public Member Functions

void initializePowerMeter () raises (carma::util::UserException)
 Initialize the power meter

Exceptions
UserExceptionon failure.
More...
 
- Public Member Functions inherited from carma::canbus::devices::DeviceControl
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...
 

Detailed Description

Carma LoMonitor CAN module control interface.

Definition at line 21 of file LoMonitorControl.idl.

Member Function Documentation

void carma::downconverter::LoMonitorControl::initializePowerMeter ( )
raises (carma::util::UserException
)

Initialize the power meter

Exceptions
UserExceptionon failure.


The documentation for this interface was generated from the following file: