osiTime=>epicsTime

This commit is contained in:
Marty Kraimer
2001-01-31 13:34:02 +00:00
parent 865ab30162
commit 6a52eff141
93 changed files with 530 additions and 1888 deletions
+3 -3
View File
@@ -35,13 +35,13 @@ bhe::~bhe ()
*
* updates beacon period, and looks for beacon anomalies
*/
bool bhe::updatePeriod ( osiTime programBeginTime )
bool bhe::updatePeriod ( epicsTime programBeginTime )
{
double currentPeriod;
bool netChange = false;
osiTime current = osiTime::getCurrent ();
epicsTime current = epicsTime::getCurrent ();
if ( this->timeStamp == osiTime () ) {
if ( this->timeStamp == epicsTime () ) {
if ( this->piiu ) {
this->piiu->beaconAnomalyNotify ();