All pastes #2118321 Raw Edit

Unnamed

public c v1 · immutable
#2118321 ·published 2012-02-17 03:38 UTC
rendered paste body
typedef struct _ConfigStruct {  int BoostMin;  // BoostMin for graph Scaling  int BoostMax;  // BoostMax for graph Scaling  int BoostAlarm;// Alarm for audible/visual boost warning};_ConfigStruct Config = {  .BoostMin = 0,  .BoostMax = 500,  .BoostAlarm = 300,} ConfigStruct;