DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eauthorizedata.h
Go to the documentation of this file.
1 #ifndef EAUTHORIZEDATA_H
2 #define EAUTHORIZEDATA_H
3 
4 #include <string>
5 #include "core/common/eplatform.h"
6 #include "dataio/DataIODefines.h"
7 
9 {
10 public:
12  ~EAuthorizeData();
13 
14  void SetDriverName( const std::string &driverName );
15  void SetDriverNumber( unsigned long driverNumber );
16  void SetCompanyNumber( unsigned long companyNumber );
17  void SetMasterSNR( unsigned long snr );
18  void SetDeductionNumber( unsigned long deductionNumber );
19 
20  std::string GetDriverName() const;
21  unsigned long GetDriverNumber() const;
22  unsigned long GetCompanyNumber() const;
23  unsigned long GetMasterSNR() const;
24  unsigned long GetDeductionNumber() const;
25 
26 private:
27  class DataClass;
28  DataClass *d;
29 };
30 
31 #endif
Definition: eauthorizedata.h:8
Definition: eauthorizedata.cpp:4
#define DATAIO_API
Definition: DataIODefines.h:10