OpcUaCanOpen
CANopen OPC-UA server
|
#include "STCanScan.h"
#include <time.h>
#include <string.h>
#include "CanModuleUtils.h"
#include <LogIt.h>
#include <sys/time.h>
Go to the source code of this file.
Macros | |
#define | MLOGST(LEVEL, THIS) LOG(Log::LEVEL, THIS->logItHandle()) << __FUNCTION__ << " " << " systec bus= " << THIS->getBusName() << " " |
#define | DLLEXPORTFLAG |
#define | WINAPI |
Functions | |
DLLEXPORTFLAG CCanAccess * | getCanBusAccess () |
#define DLLEXPORTFLAG |
Definition at line 50 of file STCanScan.cpp.
#define MLOGST | ( | LEVEL, | |
THIS | |||
) | LOG(Log::LEVEL, THIS->logItHandle()) << __FUNCTION__ << " " << " systec bus= " << THIS->getBusName() << " " |
Definition at line 40 of file STCanScan.cpp.
#define WINAPI |
Definition at line 51 of file STCanScan.cpp.
DLLEXPORTFLAG CCanAccess* getCanBusAccess | ( | ) |
Definition at line 55 of file STCanScan.cpp.