opcua_encodingLayer.h 255 B

123456789101112131415
  1. /*
  2. * opcua_encodingLayer.h
  3. *
  4. * Created on: Jan 14, 2014
  5. * Author: opcua
  6. */
  7. #ifndef OPCUA_ENCODINGLAYER_H_
  8. #define OPCUA_ENCODINGLAYER_H_
  9. #include "opcua_builtInDatatypes.h"
  10. #include "opcua_advancedDatatypes.h"
  11. #include "opcua_types.h"
  12. #endif