7 #ifndef __PVSOFTDEVICEGEV_H__
8 #define __PVSOFTDEVICEGEV_H__
10 #include <PvSoftDeviceGEVLib.h>
12 #include <PvSoftDeviceGEVInterfaces.h>
15 namespace PvVirtualDeviceLib
20 namespace PvSoftDeviceGEVLib
379 PvSoftDeviceGEVLib::SoftDeviceGEV *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
Definition: PvSoftDeviceGEVInterfaces.h:66
Interface to the main class of the software-based GigE Vision Device.
Definition: PvSoftDeviceGEVInterfaces.h:265
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 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
Implements a software-based GigE Vision Device with full GVCP and GVSP support.
Definition: PvSoftDeviceGEV.h:60
PvResult SetTCPTransportEnabled(bool aEnabled) override
Enables experimental TCP transport.
PvResult SetGenDCEnabled(bool aEnabled) override
Enables the option of using GenDC for streaming.
PvResult Start(const PvString &aMACAddress) override
Starts the PvSoftDeviceGEV.
IPvMessageChannel * GetMessagingChannel() override
Obtains the messaging channel interface of the PvSoftDeviceGEV.
PvResult GetGenICamXMLFile(PvString &aString) const override
Returns the GenICam XML file of the device.
virtual ~PvSoftDeviceGEV()
Destructor.
uint32_t GetStreamCount() const
Get the number of GVSP streams.
PvResult SetActionHandler(PvVirtualDeviceLib::IActionHandler *aActionHandler) override
Sets the action handler for processing action commands.
PvResult AddStream(IPvSWStreamingChannelSource *aSource) override
Adds a new stream to the PvSoftDeviceGEV.
PvSoftDeviceGEV()
Constructor.
PvResult SetStreamTimestamping(bool aEnabled)
Enables stream timestamping on all sources. 'True' by default.
IPvVirtualDeviceGEVInfo * GetInfo() override
Obtains the information interface of the PvSoftDeviceGEV.
PvResult SetUserSetCount(uint32_t aCount) override
Sets the number of user-sets supported by the PvSoftDeviceGEV.
IPvVirtualDeviceGEVStatistics * GetStatistics() override
Obtains the statistics interface of the PvSoftDeviceGEV.
PvResult UnregisterEventSink(IPvVirtualDeviceGEVEventSink *aEventSink) override
Unregisters a previously registered event sink.
PvResult Stop() override
Stops the PvSoftDeviceGEV.
IPvRegisterMap * GetRegisterMap() override
Obtains the register map interface of the PvSoftDeviceGEV.
PvResult RegisterEventSink(IPvVirtualDeviceGEVEventSink *aEventSink) override
Registers an event sink to receive notifications from the PvSoftDeviceGEV.
PvResult SetUserSetNotify(IPvUserSetNotify *aUserSetNotify) override
Binds in a class which will contain a callback which will be called when the state of a UsersetLoad/S...
PvResult SetRTPProtocolEnabled(bool aEnabled) override
Enables the option of using RTP for streaming.
String class.
Definition: PvString.h:26