/* * opcua_time.h * * Created on: Feb 5, 2014 * Author: opcua */ #ifndef OPCUA_TIME_H_ #define OPCUA_TIME_H_ #include <time.h> UA_DateTime opcua_time_now(); #endif /* OPCUA_TIME_H_ */