7#ifndef __PVCOREGEVLITE_H__
8#define __PVCOREGEVLITE_H__
10#include <PvCoreGEVLiteLib.h>
12#include <PvVirtualDeviceGEVInterfaces.h>
15namespace PvVirtualDeviceLib
22namespace PvCoreGEVLiteLib
61class PV_COREGEV_LITE_API PvCoreGEVLite
69 PvCoreGEVLite( uint32_t aCoreBaseAddress );
74 virtual ~PvCoreGEVLite();
314 uint32_t GetStreamCount()
const;
318 PvCoreGEVLiteLib::CoreGEVLite* mThis;
Messaging channel interface of the software-based GigE Vision Device.
Definition PvVirtualDeviceGEVInterfaces.h:538
Register map interface for a software-based GigE Vision Device.
Definition PvVirtualDeviceGEVInterfaces.h:1910
An interface to register a state change callback for UserSets.
Definition IPvUserSetNotify.h:33
Interface that is used by PvSoftDeviceGEV to report internal events.
Definition PvVirtualDeviceGEVInterfaces.h:631
Interface to the main class of the software-based GigE Vision Device.
Definition PvVirtualDeviceGEVInterfaces.h:2929
virtual PvResult Start(const PvString &aMACAddress)=0
Starts the PvSoftDeviceGEV.
virtual IPvVirtualDeviceGEVStatistics * GetStatistics()=0
Obtains the statistics interface of the PvSoftDeviceGEV.
virtual IPvRegisterMap * GetRegisterMap()=0
Obtains the register map interface of the PvSoftDeviceGEV.
virtual PvResult SetActionHandler(PvVirtualDeviceLib::IActionHandler *aActionHandler)=0
Sets the action handler for the PvSoftDeviceGEV.
virtual IPvVirtualDeviceGEVInfo * GetInfo()=0
Obtains the information interface of the PvSoftDeviceGEV.
virtual PvResult RegisterEventSink(IPvVirtualDeviceGEVEventSink *aEventSink)=0
Registers an event sink to receive notifications from the PvSoftDeviceGEV.
virtual IPvMessageChannel * GetMessagingChannel()=0
Obtains the messaging channel interface of the PvSoftDeviceGEV.
virtual PvResult SetUserSetCount(uint32_t aCount)=0
Sets the number of user-sets supported by the PvSoftDeviceGEV.
virtual PvResult Stop()=0
Stops the PvSoftDeviceGEV.
virtual PvResult SetUserSetNotify(IPvUserSetNotify *aUserSetNotify)=0
Binds in a class which will contain a callback which will be called when the state of a UsersetLoad/S...
virtual PvResult GetGenICamXMLFile(PvString &aString) const =0
Returns the GenICam XML file of the device.
virtual PvResult UnregisterEventSink(IPvVirtualDeviceGEVEventSink *aEventSink)=0
Unregisters a previously registered event sink.
Interface that is used to customize the identity of a software-based GigE Vision Device.
Definition PvVirtualDeviceGEVInterfaces.h:73
Interface that is used to retrieve control channel statistics from a software-based GigE Vision Devic...
Definition PvVirtualDeviceGEVInterfaces.h:377
Result information.
Definition PvResult.h:30
String class.
Definition PvString.h:26