libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
mit_msm.cpp File Reference
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include <boost/mpl/list.hpp>
#include "../exchanges/FIX/v5.0sp2/fix.hpp"
#include "../exchanges/MIT/BIT/messages.hpp"
#include "core/msm.hpp"
Include dependency graph for mit_msm.cpp:

Go to the source code of this file.

Classes

struct  data_with_payload< DestMsgsT >
 
struct  assign_msm_states< SrcMsgsT, DestMsgsT, MSMType, MSMRowsType, MachineT >
 
struct  assign_msm_states< SrcMsgsT, DestMsgsT, MSMType, MSMRowsType, MachineT >::fn_event
 
struct  assign_msm_states< SrcMsgsT, DestMsgsT, MSMType, MSMRowsType, MachineT >::state_machine_t
 

Macros

#define BOOST_TEST_MODULE   isimud_tests
 

Typedefs

using msg_types = boost::mpl::list< exchanges::MIT::BIT::MsgTypes >
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (start_state_assign_msm_states, msg, msg_types)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   isimud_tests

Definition at line 21 of file mit_msm.cpp.

Typedef Documentation

◆ msg_types

using msg_types = boost::mpl::list< exchanges::MIT::BIT::MsgTypes >

Definition at line 38 of file mit_msm.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE_TEMPLATE()

BOOST_AUTO_TEST_CASE_TEMPLATE ( start_state_assign_msm_states  ,
msg  ,
msg_types   
)

Definition at line 126 of file mit_msm.cpp.