24#ifndef FREEZESENSORBUSLIST_H_
25#define FREEZESENSORBUSLIST_H_
28#include <SAL_MTM1M3C.h>
34class FreezeSensorBusList :
public BusList {
42 MTM1M3_outerLoopDataC *_outerLoopData;
44 int32_t _freezeSensorCommandIndex[5];
45 int32_t _faStatusCommandIndex[5];
46 int32_t _roundRobinFAReportServerStatusIndex[5];
47 int32_t _hmLVDTCommandIndex[5];
48 int32_t _lvdtSampleClock;
ILCSubnetData * subnetData
Status of messages on a subnet.
Definition BusList.h:86
void update() override
Called when update to buffer is required.
Definition FreezeSensorBusList.cpp:121
void buildBuffer() override
(Re)-build message send to FPGA.
Definition FreezeSensorBusList.cpp:39
Definition ILCMessageFactory.h:37
Definition ILCSubnetData.h:38