OpcUaCanOpen
CANopen OPC-UA server
pkcan.cpp File Reference
#include <time.h>
#include <string.h>
#include <boost/thread/thread.hpp>
#include <LogIt.h>
#include "pkcan.h"
#include "CanModuleUtils.h"

Go to the source code of this file.

Macros

#define MLOGPK(LEVEL, THIS)   LOG(Log::LEVEL, THIS->logItHandle()) << __FUNCTION__ << " " << " peak bus= " << THIS->getBusName() << " "
 

Functions

 __declspec (dllexport) CCanAccess *getCanBusAccess()
 

Variables

boost::mutex peakReconnectMutex
 
bool initLibarary = false
 

Macro Definition Documentation

◆ MLOGPK

#define MLOGPK (   LEVEL,
  THIS 
)    LOG(Log::LEVEL, THIS->logItHandle()) << __FUNCTION__ << " " << " peak bus= " << THIS->getBusName() << " "

Definition at line 37 of file pkcan.cpp.

Function Documentation

◆ __declspec()

__declspec ( dllexport  )

Definition at line 43 of file pkcan.cpp.

Variable Documentation

◆ initLibarary

bool initLibarary = false

Definition at line 42 of file pkcan.cpp.

◆ peakReconnectMutex

boost::mutex peakReconnectMutex

Definition at line 39 of file pkcan.cpp.