51 #ifndef LT_2977FaultLog_H_ 52 #define LT_2977FaultLog_H_ 54 #include "../LT_PMBUS/LT_PMBus.h" 55 #include "../LT_PMBUS/LT_PMBusMath.h" 97 struct RawByte status_temp;
98 struct Lin5_11WordReverse temp;
185 uint8_t telemetryData[208];
190 bool isValidData(
void *
pos, uint8_t size = 2);
204 void print(Print *printer = 0
237 void printTitle(Print *);
238 void printTime(Print *);
239 void printPeaks(Print *);
240 void printFastChannel(uint8_t
index, Print *);
241 void printAllLoops(Print *);
242 void printLoop(uint8_t index, Print *);
243 void printLoopChannel(uint8_t index, Print *);
struct RawByte status_mfr
class that handles LTC2977 fault logs.
void dumpBinary(Print *printer=0)
Dumps binary of the fault log to a Print inheriting object, or Serial if none specified.
void read(uint8_t address)
Reads the fault log from the specified address, reserves memory to hold the data. ...
uint8_t * getBinary()
Get binary of the fault log or NULL if no log.
struct RawByte mfr_status2
struct RawByte status_vout
uint8_t cyclic_data_count
struct FaultLogReadLoopLtc2977 * loops
void print(Print *printer=0)
Pretty prints this part's fault log to a Print inheriting object, or Serial if none specified...
LT_2977FaultLog(LT_PMBus *pmbus)
Constructor.
LTC PMBus Support: Implementation for a LTC Controller Fault Log.
void release()
Frees the memory reserved for the fault log.
uint16_t getBinarySize()
Get size of binary data.
FaultLogLtc2977 * faultLog2977