1234567891011121314151617181920 |
- /*
- * opcua_serializationLayer.c
- *
- * Created on: Feb 5, 2014
- * Author: opcua
- */
- #include "opcua_serializationLayer.h"
- serviceManager_registerServiceImplementation()
- {
- }
- serviceManager(UA_Int32 serviceRequest)
- {
- if(serviceManager_serviceAvailable(serviceRequest))
- {
- }
- }
|