This commit is contained in:
Douglas Clowes
2012-11-28 15:20:29 +11:00
parent b0115d2569
commit c277681fa1
2 changed files with 48 additions and 15 deletions

View File

@@ -63,6 +63,8 @@ float GetControlValue(pCounter self);
long GetCounts(pCounter self, SConnection * pCon);
long GetMonitor(pCounter self, int iNum, SConnection * pCon);
int GetNMonitor(pCounter self);
int GetControlMonitor(pCounter self);
int SetControlMonitor(pCounter self, int channel);
void SetMonitorValue(pCounter self, int index, long value);
float GetCountTime(pCounter self, SConnection * pCon);