Commit 08350661aeb025217182e4000493ccfb8647a2f3

Authored by Benjamin Renard
1 parent 933b289f
Exists in master and in 1 other branch ubuntu

Homogenize extern functions between C lib and CPP lib

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
src/DDClientLibCpp/INCLUDE/DD_comm.hh
... ... @@ -356,6 +356,16 @@ extern int SetTime(DD_Var_t *D, double CTime);
356 356 *#################################################################*/
357 357  
358 358 extern int CloseID(int ID);
  359 +
  360 +/*
  361 + *
  362 + */
  363 +extern int Time_GetVarID(int ncID);
  364 +
  365 +extern int Time_IsDoubleVar(int ncID, int timeVarID);
  366 +
  367 +extern double Time_GetValueFromVar(int ncID, int timeVarID, int isDoubleTime, int recNum);
  368 +
359 369 /* ID - integer identificator of opened Data Set
360 370 * Returns number of remained IDs of this communication seasson
361 371 * in case of 0 the server closes this comminication session
... ...