OpcUaCanOpen
CANopen OPC-UA server
|
#include <CanModuleTest.h>
Public Member Functions | |
MsgRcvdFunctor () | |
virtual | ~MsgRcvdFunctor () |
void | operator() (const CanMessage &msg) |
Public Attributes | |
std::vector< boost::shared_ptr< CanMessage > > | m_msgsRecvd |
Definition at line 25 of file CanModuleTest.h.
CanModuleTest::MsgRcvdFunctor::MsgRcvdFunctor | ( | ) |
Definition at line 41 of file CanModuleTest.cpp.
|
virtual |
Definition at line 44 of file CanModuleTest.cpp.
void CanModuleTest::MsgRcvdFunctor::operator() | ( | const CanMessage & | msg | ) |
Definition at line 47 of file CanModuleTest.cpp.
std::vector< boost::shared_ptr<CanMessage> > CanModuleTest::MsgRcvdFunctor::m_msgsRecvd |
Definition at line 32 of file CanModuleTest.h.