#include <CanLibLoaderLin.h>
Inherits CanModule::CanLibLoader.
|
virtual void | dynamicallyLoadLib (const std::string &libName) |
|
virtual CCanAccess * | createCanAccess () |
| Once the library is loaded, resolve the function getHalAccess, which will give us an instance of the wanted object: "access" One access instance corresponds to one CAN port (and whatever is needed on the computer side: ethernet, USB, whatnot) More...
|
|
| CanLibLoader (const std::string &libName) |
|
Definition at line 28 of file CanLibLoaderLin.h.
◆ CanLibLoaderLin()
CanModule::CanLibLoaderLin::CanLibLoaderLin |
( |
const std::string & |
libName | ) |
|
◆ ~CanLibLoaderLin()
CanModule::CanLibLoaderLin::~CanLibLoaderLin |
( |
| ) |
|
|
virtual |
◆ createCanAccess()
CCanAccess * CanModule::CanLibLoaderLin::createCanAccess |
( |
| ) |
|
|
protectedvirtual |
Once the library is loaded, resolve the function getHalAccess, which will give us an instance of the wanted object: "access" One access instance corresponds to one CAN port (and whatever is needed on the computer side: ethernet, USB, whatnot)
Implements CanModule::CanLibLoader.
Definition at line 75 of file CanLibLoaderLin.cpp.
◆ dynamicallyLoadLib()
void CanModule::CanLibLoaderLin::dynamicallyLoadLib |
( |
const std::string & |
libName | ) |
|
|
protectedvirtual |
◆ p_dynamicLibrary
void* CanModule::CanLibLoaderLin::p_dynamicLibrary |
|
private |
The documentation for this class was generated from the following files: