1 #ifndef EAUTHORIZEDATA_H
2 #define EAUTHORIZEDATA_H
5 #include "core/common/eplatform.h"
6 #include "dataio/DataIODefines.h"
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 );
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;
Definition: eauthorizedata.h:8
#define DATAIO_API
Definition: DataIODefines.h:10