Go to the source code of this file.
      
        
          | #define ASSERT_PORT_SIGNALLING | ( |  | code, | 
        
          |  |  |  | read_port | 
        
          |  | ) |  |  | 
      
 
Value:do { \
    signalled_port = 0; \
    BOOST_CHECK( read_port == signalled_port ); \
} while(0)
int usleep(unsigned int us)
void rtos_disable_rt_warning()
void rtos_enable_rt_warning()
Definition at line 114 of file mqueue_test.cpp.
 
 
      
        
          | 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 191 of file mqueue_test.cpp.
 
 
      
        
          | BOOST_AUTO_TEST_CASE | ( | testPortStreams |  | ) |  | 
      
 
 
      
        
          | BOOST_AUTO_TEST_CASE | ( | testPortStreamsTimeout |  | ) |  | 
      
 
 
      
        
          | BOOST_AUTO_TEST_CASE | ( | testPortStreamsWrongName |  | ) |  | 
      
 
 
      
        
          | BOOST_AUTO_TEST_CASE | ( | testVectorTransport |  | ) |  |