|
M1M3 Support System
|
Wrapper object for MTM1M3_logevent_powerSupplyStatusC. More...
#include <PowerSupplyStatus.h>


Public Member Functions | |
| PowerSupplyStatus () | |
| Construct new PowerSupplyStatus, sets internal variables to 0xFF (actual ILC shall never send those responses). | |
| void | setTimestamp (double globalTimestamp) |
| Sets logEvent timestamp. | |
| void | setPowerSupplyStatus (uint32_t powerStatus) |
| Parses powerSupply status, sends updates when updated. | |
Wrapper object for MTM1M3_logevent_powerSupplyStatusC.
Keeps track of changes to parsed data, and sends updates only if data changed. Variables inherited from MTM1M3_logevent_powerSupplyStatusC are reset in first pass of various parse* methods.
| void LSST::M1M3::SS::PowerSupplyStatus::setPowerSupplyStatus | ( | uint32_t | powerStatus | ) |
Parses powerSupply status, sends updates when updated.
| powerStatus | Slot 2 value of the Expansion FPGA |
|
inline |
Sets logEvent timestamp.
| globalTimestamp | actual timestamp |