Pleora Technologies Inc. eBUS SDK v6.2.8.5877 API



PvBase.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2007, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #ifndef __PVBASE_H__
8 #define __PVBASE_H__
9 
10 #include <PvBaseLib.h>
11 #include <PvResult.h>
12 
13 PV_BASE_API PvResult PvBinariesLocation( PvString &aLocation );
14 
15 PV_BASE_API void PvExtensionActivate( const PvString &aName );
16 PV_BASE_API void PvExtensionDisable( const PvString &aName );
17 PV_BASE_API bool PvExtensionQuery( const PvString &aName );
18 PV_BASE_API bool PvCapabilityQuery( const PvString &aName );
19 
20 #endif
String class.
Definition: PvString.h:21
Result information.
Definition: PvResult.h:13

Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com