Macros | Functions
mqueue_ipc_server.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_server.cpp:

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

#define ASSERT_PORT_SIGNALLING (   code,
  read_port 
)
Value:
signalled_port = 0; \
code; \
usleep(100000); \
BOOST_CHECK( read_port == signalled_port );
int usleep(unsigned int us)
Definition: fosi.cpp:58
void rtos_disable_rt_warning()
void rtos_enable_rt_warning()

Definition at line 74 of file mqueue_ipc_server.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_server.cpp.

BOOST_AUTO_TEST_CASE ( testPortStreams  )

Definition at line 218 of file mqueue_ipc_server.cpp.

BOOST_AUTO_TEST_CASE ( testPortStreamsTimeout  )

Definition at line 281 of file mqueue_ipc_server.cpp.

BOOST_AUTO_TEST_CASE ( testPortStreamsWrongName  )

Definition at line 309 of file mqueue_ipc_server.cpp.

BOOST_AUTO_TEST_CASE ( testVectorTransport  )

Definition at line 337 of file mqueue_ipc_server.cpp.



rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:39