C++ class wrapping CLSerialAll. More...
#include <Base/GCBase.h>
#include <CLProtocol/ClAllSerial.h>
#include <CLProtocol/CLException.h>
#include <CLProtocol/CLProtocol.h>
#include <CLProtocol/ISerialAdapter.h>
#include <map>
#include <dlfcn.h>
#include <errno.h>
Go to the source code of this file.
Classes | |
class | CLProtocol::CCLAllAdapter |
Wraps the CLAllSerial.dll. More... | |
struct | CLProtocol::CCLAllAdapter::CLAllProxy |
Namespaces | |
CLProtocol | |
Macros | |
#define | __cdecl __attribute__((cdecl)) |
Typedefs | |
typedef void * | lib_handle_t |
typedef std::map< GENICAM_NAMESPACE::gcstring, ISerialAdapter * > | CLProtocol::SerialPortMap |
A map holding the pointers to the serial adapters. More... | |
Functions | |
void | CLProtocol::Destroy (SerialPortMap &portList) |
void | CLProtocol::GetPortMap (SerialPortMap &StdMap) |
retrieves the list of port mapped by PortID More... | |
C++ class wrapping CLSerialAll.
Definition in file CLAllAdapter.h.
#define __cdecl __attribute__((cdecl)) |
Definition at line 58 of file CLAllAdapter.h.
typedef void* lib_handle_t |
Definition at line 50 of file CLAllAdapter.h.