opcua_time.h 199 B

12345678910111213141516
  1. /*
  2. * opcua_time.h
  3. *
  4. * Created on: Feb 5, 2014
  5. * Author: opcua
  6. */
  7. #ifndef OPCUA_TIME_H_
  8. #define OPCUA_TIME_H_
  9. #include <time.h>
  10. UA_DateTime opcua_time_now();
  11. #endif /* OPCUA_TIME_H_ */