Function eCAL::Time::GetStatus#
Defined in File ecal_time.h
Function Documentation#
-
ECAL_API void eCAL::Time::GetStatus(int &error_, std::string *status_message_)#
Get the current error code and status message.
An error code of 0 is considered to be OK. Any other error code is considered to indicate a problem. Time Adapters may use a set of error codes to indicate specific problems. The Status message may be a nullpointer.
- Parameters:
error_ – [out] the error code
status_message_ – [out] a human-readable status message. May be nullptr.