opcua_serializationLayer.c 282 B

1234567891011121314151617181920
  1. /*
  2. * opcua_serializationLayer.c
  3. *
  4. * Created on: Feb 5, 2014
  5. * Author: opcua
  6. */
  7. #include "opcua_serializationLayer.h"
  8. serviceManager_registerServiceImplementation()
  9. {
  10. }
  11. serviceManager(Int32 serviceRequest)
  12. {
  13. if(serviceManager_serviceAvailable(serviceRequest))
  14. {
  15. }
  16. }