OpcUaCanOpen
CANopen OPC-UA server
CanModuleTest::MsgRcvdFunctor Class Reference

#include <CanModuleTest.h>

Public Member Functions

 MsgRcvdFunctor ()
 
virtual ~MsgRcvdFunctor ()
 
void operator() (const CanMessage &msg)
 

Public Attributes

std::vector< boost::shared_ptr< CanMessage > > m_msgsRecvd
 

Detailed Description

Definition at line 25 of file CanModuleTest.h.

Constructor & Destructor Documentation

◆ MsgRcvdFunctor()

CanModuleTest::MsgRcvdFunctor::MsgRcvdFunctor ( )

Definition at line 41 of file CanModuleTest.cpp.

◆ ~MsgRcvdFunctor()

CanModuleTest::MsgRcvdFunctor::~MsgRcvdFunctor ( )
virtual

Definition at line 44 of file CanModuleTest.cpp.

Member Function Documentation

◆ operator()()

void CanModuleTest::MsgRcvdFunctor::operator() ( const CanMessage msg)

Definition at line 47 of file CanModuleTest.cpp.

Member Data Documentation

◆ m_msgsRecvd

std::vector< boost::shared_ptr<CanMessage> > CanModuleTest::MsgRcvdFunctor::m_msgsRecvd

Definition at line 32 of file CanModuleTest.h.


The documentation for this class was generated from the following files: