16 #ifndef SURGSIM_DEVICES_MULTIAXIS_GETSYSTEMERROR_H
17 #define SURGSIM_DEVICES_MULTIAXIS_GETSYSTEMERROR_H
43 #endif // SURGSIM_DEVICES_MULTIAXIS_GETSYSTEMERROR_H
Definition: DriveElementFromInputBehavior.cpp:27
int64_t getSystemErrorCode()
Gets the most recent error code from the operating system.
Definition: GetSystemError.cpp:29
std::string getSystemErrorText(int64_t errorCode=getSystemErrorCode())
Gets the system error text corresponding to the specified error code, or the most recent error text...
Definition: GetSystemError.cpp:51