X2 Standard  Version 1.24
driverinfointerface.h
1 #ifndef _DriverInfoInterface_H
2 #define _DriverInfoInterface_H
3 
4 #define DriverInfoInterface_Name "com.bisque.TheSkyX.DriverInfoInterface/1.0"
5 
7 
15 {
16 public:
17 
18  virtual ~DriverInfoInterface(){}
19 
20 public:
22  virtual double driverInfoVersion(void) const =0;
24  virtual void driverInfoDetailedInfo(BasicStringInterface& str) const =0;
25 
26 };
27 
28 #endif
DriverInfoInterface::driverInfoDetailedInfo
virtual void driverInfoDetailedInfo(BasicStringInterface &str) const =0
DriverInfoInterface
The DriverInfoInterface provides X2 implementors a standarized way to provide driver specific informa...
Definition: driverinfointerface.h:15
DriverInfoInterface::driverInfoVersion
virtual double driverInfoVersion(void) const =0
BasicStringInterface
The BasicStringInterface allows a string as an output.
Definition: basicstringinterface.h:17
X2 Examples
(C) Software Bisque, Inc. All rights reserved.