Defines | Functions
mqueue_ipc_test.cpp File Reference
#include "unit.hpp"
#include "mqueue_test.hpp"
#include <iostream>
#include <Service.hpp>
#include <transports/mqueue/MQLib.hpp>
#include <transports/mqueue/MQChannelElement.hpp>
#include <transports/mqueue/MQTemplateProtocol.hpp>
#include <os/fosi.h>
Include dependency graph for mqueue_ipc_test.cpp:

Go to the source code of this file.

Defines

#define ASSERT_PORT_SIGNALLING(code, read_port)

Functions

 BOOST_AUTO_TEST_CASE (testPortConnections)
 BOOST_AUTO_TEST_CASE (testPortStreams)
 BOOST_AUTO_TEST_CASE (testPortStreamsTimeout)
 BOOST_AUTO_TEST_CASE (testPortStreamsWrongName)
 BOOST_AUTO_TEST_CASE (testVectorTransport)

Define Documentation

#define ASSERT_PORT_SIGNALLING (   code,
  read_port 
)
Value:
signalled_port = 0; \
    code; \
    rtos_disable_rt_warning(); \
    usleep(100000); \
    rtos_enable_rt_warning(); \
    BOOST_CHECK( read_port == signalled_port );

Definition at line 74 of file mqueue_ipc_test.cpp.


Function Documentation

BOOST_AUTO_TEST_CASE ( testPortConnections  )

This unit test checks a manual setup of mqueue data flow, without any use of CORBA to mediate the connection.

Definition at line 150 of file mqueue_ipc_test.cpp.

BOOST_AUTO_TEST_CASE ( testPortStreams  )

Definition at line 218 of file mqueue_ipc_test.cpp.

BOOST_AUTO_TEST_CASE ( testPortStreamsTimeout  )

Definition at line 281 of file mqueue_ipc_test.cpp.

BOOST_AUTO_TEST_CASE ( testPortStreamsWrongName  )

Definition at line 309 of file mqueue_ipc_test.cpp.

BOOST_AUTO_TEST_CASE ( testVectorTransport  )

Definition at line 337 of file mqueue_ipc_test.cpp.



rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:34