Ignore:
Timestamp:
07/27/10 07:27:04 (14 years ago)
Author:
ogrimm
Message:
Removed mutex locking in hvcontrol, use lockf() in Communicate()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hvcontrol/src/ProcessIO.h

    r230 r264  
    5454        unsigned int fHVMaxDiff;
    5555
    56         // Status variables 
    5756        pthread_t HVMonitor;       // exit function sends signal to these threads
    58         pthread_mutex_t Mutex;
    59 
    6057        int NumHVBoards;
    6158        int FirstBoard;
     
    7168        bool RampVoltage(unsigned int, int, int, int);
    7269        void Monitor();
    73         void ResetBoard(int);
    7470        void PrintBoardStatus(int);
    7571       
Note: See TracChangeset for help on using the changeset viewer.