changed tsStrftime to tsStampToStrftime

This commit is contained in:
William Lupton
2000-03-01 02:29:39 +00:00
parent 8ede70eb66
commit ed81b2df2f
2 changed files with 2 additions and 2 deletions

View File

@@ -800,7 +800,7 @@ extern "C" {
{
return osiTime (*pLeft) >= osiTime (*pRight);
}
epicsShareFunc size_t epicsShareAPI tsStrftime (char *pBuff, size_t bufLength, const char *pFormat, const TS_STAMP *pTS)
epicsShareFunc size_t epicsShareAPI tsStampToStrftime (char *pBuff, size_t bufLength, const char *pFormat, const TS_STAMP *pTS)
{
return osiTime(*pTS).strftime (pBuff, bufLength, pFormat);
}

View File

@@ -82,7 +82,7 @@ epicsShareFunc int epicsShareAPI tsStampGreaterThanEqual (const TS_STAMP *pLeft,
/*
* convert to ASCII string
*/
epicsShareFunc size_t epicsShareAPI tsStrftime (char *pBuff, size_t bufLength, const char *pFormat, const TS_STAMP *pTS);
epicsShareFunc size_t epicsShareAPI tsStampToStrftime (char *pBuff, size_t bufLength, const char *pFormat, const TS_STAMP *pTS);
/*
* dump current state to standard out