7 #ifndef __PVSOFTDEVICEGEV_H__ 8 #define __PVSOFTDEVICEGEV_H__ 10 #include <PvVirtualDeviceLib.h> 12 #include <PvSoftDeviceGEVInterfaces.h> 38 PvResult SetUserSetCount( uint32_t aCount );
47 PvResult SetTCPTransportEnabled(
bool aEnabled );
50 PvResult SetRTPProtocolEnabled(
bool aEnabled );
53 PvResult SetStreamTimestamping(
bool aEnabled );
56 PvResult SetActionHandler( PvVirtualDeviceLib::IActionHandler *aActionHandler );
81 PvVirtualDeviceLib::IFactory *GetFactory()
const {
return mFactory; }
82 PvVirtualDeviceLib::ISoftDeviceGEV *GetDevice()
const {
return mThis; }
84 uint32_t GetStreamCount()
const;
87 PvVirtualDeviceLib::ISoftDeviceGEV *mThis;
88 PvVirtualDeviceLib::IFactory *mFactory;
String class.
Definition: PvString.h:21
Implements a software-based GigE Vision Device with full GVCP and GVSP support.
Definition: PvSoftDeviceGEV.h:23
Result information.
Definition: PvResult.h:13
Interface to the main class of the software-based GigE Vision Device.
Definition: PvSoftDeviceGEVInterfaces.h:386
Interface that is used by PvSoftDeviceGEV to query and report information from a streaming source imp...
Definition: PvSoftDeviceGEVInterfaces.h:151
Definition: PvBuffer.h:29
Messaging channel interface of the software-based GigE Vision Device.
Definition: PvSoftDeviceGEVInterfaces.h:102
Interface that is used to customize the identity of a software-based GigE Vision Device.
Definition: PvSoftDeviceGEVInterfaces.h:39
Interface that is used to retrieve control channel statistics from a software-based GigE Vision Devic...
Definition: PvSoftDeviceGEVInterfaces.h:69
Interface that is used by PvSoftDeviceGEV to report internal events.
Definition: PvSoftDeviceGEVInterfaces.h:118
Register map interface for a software-based GigE Vision Device.
Definition: PvSoftDeviceGEVInterfaces.h:310