The AIDA_boGetTime function reads the current time of an AIDA component.
bool AIDA_boGetTime(
handle hStack,
byte bLevel,
tstTimeVal *pstTime
);
AIDA_boGetTime returns True in case of success.
In case of failure the function will return False. The application can retrieve the error code using AIDA_iGetError.
When an application reads time information from AIDA components other than the first one added to a stack the time information may not be accurate due to latencies when passing the function call through the stack levels. Furthermore time information is not synchronized between different stack levels.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Linux: Requires a kernel supporting ELF binaries.
Header: Declared in bsk_aida.h, also requires portab.h.
Import Library (Windows): Use BSK_AIDA.lib.