rad 6.2.0
Loading...
Searching...
No Matches
Classes | Typedefs
testSMRequestorRaw.cpp File Reference

Unit tests for the SMRequestorRaw class. More...

#include <scxml4cpp/Action.h>
#include <rad/smAdapter.hpp>
#include <rad/smRequestorRaw.hpp>
#include "types.pb.h"
#include <boost/asio.hpp>
#include <gtest/gtest.h>
#include <chrono>
#include <fstream>
#include <functional>

Classes

struct  OkEventTrait
 
struct  ErrEventTrait
 
struct  TimeoutEventTrait
 
class  ReplyAction
 
class  TestSMRequestorRaw
 

Typedefs

using OkEvent = rad::EventT<OkEventTrait>
 
using ErrEvent = rad::EventT<ErrEventTrait>
 
using TimeoutEvent = rad::EventT<TimeoutEventTrait>
 

Detailed Description

Unit tests for the SMRequestorRaw class.

Author
landolfa

Typedef Documentation

◆ ErrEvent

◆ OkEvent

◆ TimeoutEvent