testing_networklayers.h 455 B

12345678910111213
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. #ifndef TESTING_NETWORKLAYERS_H_
  5. #define TESTING_NETWORKLAYERS_H_
  6. #include "ua_server.h"
  7. /** @brief Create the TCP networklayer and listen to the specified port */
  8. UA_Connection createDummyConnection(void);
  9. #endif /* TESTING_NETWORKLAYERS_H_ */