1696 lines
33 KiB
C++
1696 lines
33 KiB
C++
// Version: 2021.11.10 17:47:0
|
|
|
|
#ifndef _T_AUTO_CENTER_H
|
|
#define _T_AUTO_CENTER_H
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#ifdef _MSC_VER
|
|
#pragma warning(disable:4996)
|
|
#pragma warning(disable:4267)
|
|
#endif
|
|
#include "T_AUTO_CENTERDBAX.h"
|
|
class T_AUTO_CENTER{
|
|
friend class T_AUTO_CENTERDBAX;
|
|
private:
|
|
//aggregation to DB Class
|
|
T_AUTO_CENTERDBAX db;
|
|
public:
|
|
//
|
|
//A T T R I B U T E S
|
|
//===================
|
|
//
|
|
bool dbAccess;
|
|
char* dbMessage;// pointer for the return values of DBAX methodes
|
|
char messageBuffer[200];// temporary message buffer
|
|
friend class PapLib;
|
|
protected:
|
|
//
|
|
//A T T R I B U T E S
|
|
//===================
|
|
//
|
|
char c_ENCOILID[20+1];
|
|
short s_ENCOILIDZi;
|
|
char c_EXCOILID[20+1];
|
|
short s_C_Cut_Pos_Auto;
|
|
short s_C_Cut_Pos_AutoZi;
|
|
short s_C_Cut_Auto;
|
|
short s_C_Cut_AutoZi;
|
|
short s_Wpd_C_Cut_Auto;
|
|
short s_Wpd_C_Cut_AutoZi;
|
|
short s_WasteDealWithAuto;
|
|
short s_WasteDealWithAutoZi;
|
|
short s_DeburAuto;
|
|
short s_DeburAutoZi;
|
|
short s_Cyc_Cut_Auto;
|
|
short s_Cyc_Cut_AutoZi;
|
|
short s_ModelAuto;
|
|
short s_ModelAutoZi;
|
|
short s_CycChangKnifeAuto;
|
|
short s_CycChangKnifeAutoZi;
|
|
short s_CcutChangKnifeAuto;
|
|
short s_CcutChangKnifeAutoZi;
|
|
short s_Std1CarPOsAuto;
|
|
short s_Std1CarPOsAutoZi;
|
|
short s_Std1DoorOpen;
|
|
short s_Std1DoorOpenZi;
|
|
short s_Std1CarToSpm;
|
|
short s_Std1CarToSpmZi;
|
|
short s_Std1RollAuto;
|
|
short s_Std1RollAutoZi;
|
|
short s_Std1DrawRollAuto;
|
|
short s_Std1DrawRollAutoZi;
|
|
short s_Std1SideShiftAuto;
|
|
short s_Std1SideShiftAutoZi;
|
|
short s_Std1PackRollAuto;
|
|
short s_Std1PackRollAutoZi;
|
|
short s_Std1ChangRollCarAuto;
|
|
short s_Std1ChangRollCarAutoZi;
|
|
short s_Std1RollingAuto;
|
|
short s_Std1RollingAutoZi;
|
|
short s_Std2CarPOsAuto;
|
|
short s_Std2CarPOsAutoZi;
|
|
short s_Std2DoorOpen;
|
|
short s_Std2DoorOpenZi;
|
|
short s_Std2CarToSpm;
|
|
short s_Std2CarToSpmZi;
|
|
short s_Std2RollAuto;
|
|
short s_Std2RollAutoZi;
|
|
short s_Std2DrawRollAuto;
|
|
short s_Std2DrawRollAutoZi;
|
|
short s_Std2SideShiftAuto;
|
|
short s_Std2SideShiftAutoZi;
|
|
short s_Std2PackRollAuto;
|
|
short s_Std2PackRollAutoZi;
|
|
short s_Std2ChangRollCarAuto;
|
|
short s_Std2ChangRollCarAutoZi;
|
|
short s_Std2RollingAuto;
|
|
short s_Std2RollingAutoZi;
|
|
short s_Std3CarPOsAuto;
|
|
short s_Std3CarPOsAutoZi;
|
|
short s_Std3DoorOpen;
|
|
short s_Std3DoorOpenZi;
|
|
short s_Std3CarToSpm;
|
|
short s_Std3CarToSpmZi;
|
|
short s_Std3RollAuto;
|
|
short s_Std3RollAutoZi;
|
|
short s_Std3DrawRollAuto;
|
|
short s_Std3DrawRollAutoZi;
|
|
short s_Std3SideShiftAuto;
|
|
short s_Std3SideShiftAutoZi;
|
|
short s_Std3PackRollAuto;
|
|
short s_Std3PackRollAutoZi;
|
|
short s_Std3ChangRollCarAuto;
|
|
short s_Std3ChangRollCarAutoZi;
|
|
short s_Std3RollingAuto;
|
|
short s_Std3RollingAutoZi;
|
|
short s_Std4CarPOsAuto;
|
|
short s_Std4CarPOsAutoZi;
|
|
short s_Std4DoorOpen;
|
|
short s_Std4DoorOpenZi;
|
|
short s_Std4CarToSpm;
|
|
short s_Std4CarToSpmZi;
|
|
short s_Std4RollAuto;
|
|
short s_Std4RollAutoZi;
|
|
short s_Std4DrawRollAuto;
|
|
short s_Std4DrawRollAutoZi;
|
|
short s_Std4SideShiftAuto;
|
|
short s_Std4SideShiftAutoZi;
|
|
short s_Std4PackRollAuto;
|
|
short s_Std4PackRollAutoZi;
|
|
short s_Std4ChangRollCarAuto;
|
|
short s_Std4ChangRollCarAutoZi;
|
|
short s_Std4RollingAuto;
|
|
short s_Std4RollingAutoZi;
|
|
short s_Std5CarPOsAuto;
|
|
short s_Std5CarPOsAutoZi;
|
|
short s_Std5DoorOpen;
|
|
short s_Std5DoorOpenZi;
|
|
short s_Std5CarToSpm;
|
|
short s_Std5CarToSpmZi;
|
|
short s_Std5RollAuto;
|
|
short s_Std5RollAutoZi;
|
|
short s_Std5DrawRollAuto;
|
|
short s_Std5DrawRollAutoZi;
|
|
short s_Std5SideShiftAuto;
|
|
short s_Std5SideShiftAutoZi;
|
|
short s_Std5PackRollAuto;
|
|
short s_Std5PackRollAutoZi;
|
|
short s_Std5ChangRollCarAuto;
|
|
short s_Std5ChangRollCarAutoZi;
|
|
short s_Std5RollingAuto;
|
|
short s_Std5RollingAutoZi;
|
|
short s_Std6CarPOsAuto;
|
|
short s_Std6CarPOsAutoZi;
|
|
short s_Std6DoorOpen;
|
|
short s_Std6DoorOpenZi;
|
|
short s_Std6CarToSpm;
|
|
short s_Std6CarToSpmZi;
|
|
short s_Std6RollAuto;
|
|
short s_Std6RollAutoZi;
|
|
short s_Std6DrawRollAuto;
|
|
short s_Std6DrawRollAutoZi;
|
|
short s_Std6SideShiftAuto;
|
|
short s_Std6SideShiftAutoZi;
|
|
short s_Std6PackRollAuto;
|
|
short s_Std6PackRollAutoZi;
|
|
short s_Std6ChangRollCarAuto;
|
|
short s_Std6ChangRollCarAutoZi;
|
|
short s_Std6RollingAuto;
|
|
short s_Std6RollingAutoZi;
|
|
char c_toc[27];
|
|
short s_tocZi;
|
|
char c_tom[27];
|
|
short s_tomZi;
|
|
char c_mop[121];
|
|
short s_mopZi;
|
|
char c_mou[31];
|
|
short s_mouZi;
|
|
// arguments for Primary key
|
|
char c_k_EXCOILID[20+1];
|
|
public:
|
|
//
|
|
// LTA Structure
|
|
struct STR_T_AUTO_CENTER{
|
|
char ENCOILID[20+1];
|
|
char EXCOILID[20+1];
|
|
short C_Cut_Pos_Auto;
|
|
short C_Cut_Auto;
|
|
short Wpd_C_Cut_Auto;
|
|
short WasteDealWithAuto;
|
|
short DeburAuto;
|
|
short Cyc_Cut_Auto;
|
|
short ModelAuto;
|
|
short CycChangKnifeAuto;
|
|
short CcutChangKnifeAuto;
|
|
short Std1CarPOsAuto;
|
|
short Std1DoorOpen;
|
|
short Std1CarToSpm;
|
|
short Std1RollAuto;
|
|
short Std1DrawRollAuto;
|
|
short Std1SideShiftAuto;
|
|
short Std1PackRollAuto;
|
|
short Std1ChangRollCarAuto;
|
|
short Std1RollingAuto;
|
|
short Std2CarPOsAuto;
|
|
short Std2DoorOpen;
|
|
short Std2CarToSpm;
|
|
short Std2RollAuto;
|
|
short Std2DrawRollAuto;
|
|
short Std2SideShiftAuto;
|
|
short Std2PackRollAuto;
|
|
short Std2ChangRollCarAuto;
|
|
short Std2RollingAuto;
|
|
short Std3CarPOsAuto;
|
|
short Std3DoorOpen;
|
|
short Std3CarToSpm;
|
|
short Std3RollAuto;
|
|
short Std3DrawRollAuto;
|
|
short Std3SideShiftAuto;
|
|
short Std3PackRollAuto;
|
|
short Std3ChangRollCarAuto;
|
|
short Std3RollingAuto;
|
|
short Std4CarPOsAuto;
|
|
short Std4DoorOpen;
|
|
short Std4CarToSpm;
|
|
short Std4RollAuto;
|
|
short Std4DrawRollAuto;
|
|
short Std4SideShiftAuto;
|
|
short Std4PackRollAuto;
|
|
short Std4ChangRollCarAuto;
|
|
short Std4RollingAuto;
|
|
short Std5CarPOsAuto;
|
|
short Std5DoorOpen;
|
|
short Std5CarToSpm;
|
|
short Std5RollAuto;
|
|
short Std5DrawRollAuto;
|
|
short Std5SideShiftAuto;
|
|
short Std5PackRollAuto;
|
|
short Std5ChangRollCarAuto;
|
|
short Std5RollingAuto;
|
|
short Std6CarPOsAuto;
|
|
short Std6DoorOpen;
|
|
short Std6CarToSpm;
|
|
short Std6RollAuto;
|
|
short Std6DrawRollAuto;
|
|
short Std6SideShiftAuto;
|
|
short Std6PackRollAuto;
|
|
short Std6ChangRollCarAuto;
|
|
short Std6RollingAuto;
|
|
char toc[27];
|
|
char tom[27];
|
|
char mop[121];
|
|
char mou[31];
|
|
}structTable;
|
|
// LTA Structure Zi
|
|
struct STR_T_AUTO_CENTERZi{
|
|
short ENCOILIDZi;
|
|
short C_Cut_Pos_AutoZi;
|
|
short C_Cut_AutoZi;
|
|
short Wpd_C_Cut_AutoZi;
|
|
short WasteDealWithAutoZi;
|
|
short DeburAutoZi;
|
|
short Cyc_Cut_AutoZi;
|
|
short ModelAutoZi;
|
|
short CycChangKnifeAutoZi;
|
|
short CcutChangKnifeAutoZi;
|
|
short Std1CarPOsAutoZi;
|
|
short Std1DoorOpenZi;
|
|
short Std1CarToSpmZi;
|
|
short Std1RollAutoZi;
|
|
short Std1DrawRollAutoZi;
|
|
short Std1SideShiftAutoZi;
|
|
short Std1PackRollAutoZi;
|
|
short Std1ChangRollCarAutoZi;
|
|
short Std1RollingAutoZi;
|
|
short Std2CarPOsAutoZi;
|
|
short Std2DoorOpenZi;
|
|
short Std2CarToSpmZi;
|
|
short Std2RollAutoZi;
|
|
short Std2DrawRollAutoZi;
|
|
short Std2SideShiftAutoZi;
|
|
short Std2PackRollAutoZi;
|
|
short Std2ChangRollCarAutoZi;
|
|
short Std2RollingAutoZi;
|
|
short Std3CarPOsAutoZi;
|
|
short Std3DoorOpenZi;
|
|
short Std3CarToSpmZi;
|
|
short Std3RollAutoZi;
|
|
short Std3DrawRollAutoZi;
|
|
short Std3SideShiftAutoZi;
|
|
short Std3PackRollAutoZi;
|
|
short Std3ChangRollCarAutoZi;
|
|
short Std3RollingAutoZi;
|
|
short Std4CarPOsAutoZi;
|
|
short Std4DoorOpenZi;
|
|
short Std4CarToSpmZi;
|
|
short Std4RollAutoZi;
|
|
short Std4DrawRollAutoZi;
|
|
short Std4SideShiftAutoZi;
|
|
short Std4PackRollAutoZi;
|
|
short Std4ChangRollCarAutoZi;
|
|
short Std4RollingAutoZi;
|
|
short Std5CarPOsAutoZi;
|
|
short Std5DoorOpenZi;
|
|
short Std5CarToSpmZi;
|
|
short Std5RollAutoZi;
|
|
short Std5DrawRollAutoZi;
|
|
short Std5SideShiftAutoZi;
|
|
short Std5PackRollAutoZi;
|
|
short Std5ChangRollCarAutoZi;
|
|
short Std5RollingAutoZi;
|
|
short Std6CarPOsAutoZi;
|
|
short Std6DoorOpenZi;
|
|
short Std6CarToSpmZi;
|
|
short Std6RollAutoZi;
|
|
short Std6DrawRollAutoZi;
|
|
short Std6SideShiftAutoZi;
|
|
short Std6PackRollAutoZi;
|
|
short Std6ChangRollCarAutoZi;
|
|
short Std6RollingAutoZi;
|
|
short tocZi;
|
|
short tomZi;
|
|
short mopZi;
|
|
short mouZi;
|
|
}structTableZi;
|
|
//
|
|
//C O N S T R U C T O R S
|
|
//=======================
|
|
//
|
|
public:
|
|
T_AUTO_CENTER();
|
|
//D E S T R U C T O R S
|
|
//=======================
|
|
//
|
|
virtual ~T_AUTO_CENTER();
|
|
//
|
|
//C O P Y - C O N S T R U C T O R
|
|
//=======================
|
|
T_AUTO_CENTER(const T_AUTO_CENTER &inst);
|
|
// For Constructors with parameters the flag dbAccess
|
|
// informs you if the access was successfully or not
|
|
T_AUTO_CENTER( const char* arg1);
|
|
|
|
//methods
|
|
public:
|
|
char* getCreationTime() {return (char*)"2021.11.10 17:47:0";};
|
|
//initial data
|
|
void initial();
|
|
//read data
|
|
char* readDB();
|
|
//update data
|
|
char* updateDB();
|
|
//insert data
|
|
char* insertDB();
|
|
//this methode tries to update a DB record , when the update fails , the methode
|
|
//tries an insert of the failed record
|
|
char* storeDB();
|
|
//delete data
|
|
char* deleteDB();
|
|
//delete data
|
|
char* deleteDB(const char* where , long* count );
|
|
//openSetDB data
|
|
char* openSetDB(const char* where ,const char* order );
|
|
//getSetDB data
|
|
char* getSetDB();
|
|
//closeSetDB data
|
|
char* closeSetDB();
|
|
//countDB data
|
|
char* countDB(const char* where , long* count );
|
|
|
|
char* execute(const char* sql , long* count );
|
|
|
|
char* dbCommit();
|
|
|
|
char* dbRollback();
|
|
public:
|
|
//
|
|
// public methode setPrimKey
|
|
//
|
|
// this methode stores the unique key attributes
|
|
//
|
|
void setPrimKey(const char* arg1 );
|
|
|
|
|
|
// public methode initInsertKeys
|
|
//
|
|
// this methode stores the unique key attributes
|
|
//
|
|
void initInsertKeys( const char* arg1 );
|
|
|
|
|
|
public:
|
|
//
|
|
// public methode setKeysFromRecord
|
|
//
|
|
// this methode set the unique key attributes from the DB Record Attributes
|
|
//
|
|
void setKeysFromRecord();
|
|
|
|
//
|
|
//O P E R A T O R +
|
|
//===================
|
|
//
|
|
public:
|
|
T_AUTO_CENTER operator+(const T_AUTO_CENTER &inst) const;
|
|
|
|
//
|
|
//O P E R A T O R =
|
|
//===================
|
|
//
|
|
public:
|
|
const T_AUTO_CENTER& operator=(const T_AUTO_CENTER &inst);
|
|
char* ENCOILID() const;//{
|
|
//return((char*)c_ENCOILID );
|
|
//}
|
|
|
|
short ENCOILIDZi() const;//{
|
|
//return( s_ENCOILIDZi);
|
|
//}
|
|
|
|
void set_ENCOILID( const char* arg );//{
|
|
//strncpy((char*)c_ENCOILID , arg , sizeof(c_ENCOILID));
|
|
//c_ENCOILID[sizeof(c_ENCOILID)-1] = '\0';
|
|
//s_ENCOILIDZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_ENCOILIDZi( short arg ) ;//{
|
|
//s_ENCOILIDZi = arg;
|
|
//}
|
|
|
|
char* EXCOILID() const;//{
|
|
//return((char*)c_EXCOILID );
|
|
//}
|
|
|
|
|
|
void set_EXCOILID( const char* arg );//{
|
|
//strncpy((char*)c_EXCOILID , arg , sizeof(c_EXCOILID));
|
|
//c_EXCOILID[sizeof(c_EXCOILID)-1] = '\0';
|
|
//return;
|
|
//}
|
|
|
|
|
|
short C_Cut_Pos_Auto() const;//{
|
|
//return((short)s_C_Cut_Pos_Auto );
|
|
//}
|
|
|
|
short C_Cut_Pos_AutoZi() const;//{
|
|
//return( s_C_Cut_Pos_AutoZi);
|
|
//}
|
|
|
|
void set_C_Cut_Pos_Auto( short arg );//{
|
|
//s_C_Cut_Pos_Auto = arg;
|
|
//s_C_Cut_Pos_AutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_C_Cut_Pos_AutoZi( short arg ) ;//{
|
|
//s_C_Cut_Pos_AutoZi = arg;
|
|
//}
|
|
|
|
short C_Cut_Auto() const;//{
|
|
//return((short)s_C_Cut_Auto );
|
|
//}
|
|
|
|
short C_Cut_AutoZi() const;//{
|
|
//return( s_C_Cut_AutoZi);
|
|
//}
|
|
|
|
void set_C_Cut_Auto( short arg );//{
|
|
//s_C_Cut_Auto = arg;
|
|
//s_C_Cut_AutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_C_Cut_AutoZi( short arg ) ;//{
|
|
//s_C_Cut_AutoZi = arg;
|
|
//}
|
|
|
|
short Wpd_C_Cut_Auto() const;//{
|
|
//return((short)s_Wpd_C_Cut_Auto );
|
|
//}
|
|
|
|
short Wpd_C_Cut_AutoZi() const;//{
|
|
//return( s_Wpd_C_Cut_AutoZi);
|
|
//}
|
|
|
|
void set_Wpd_C_Cut_Auto( short arg );//{
|
|
//s_Wpd_C_Cut_Auto = arg;
|
|
//s_Wpd_C_Cut_AutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Wpd_C_Cut_AutoZi( short arg ) ;//{
|
|
//s_Wpd_C_Cut_AutoZi = arg;
|
|
//}
|
|
|
|
short WasteDealWithAuto() const;//{
|
|
//return((short)s_WasteDealWithAuto );
|
|
//}
|
|
|
|
short WasteDealWithAutoZi() const;//{
|
|
//return( s_WasteDealWithAutoZi);
|
|
//}
|
|
|
|
void set_WasteDealWithAuto( short arg );//{
|
|
//s_WasteDealWithAuto = arg;
|
|
//s_WasteDealWithAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_WasteDealWithAutoZi( short arg ) ;//{
|
|
//s_WasteDealWithAutoZi = arg;
|
|
//}
|
|
|
|
short DeburAuto() const;//{
|
|
//return((short)s_DeburAuto );
|
|
//}
|
|
|
|
short DeburAutoZi() const;//{
|
|
//return( s_DeburAutoZi);
|
|
//}
|
|
|
|
void set_DeburAuto( short arg );//{
|
|
//s_DeburAuto = arg;
|
|
//s_DeburAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_DeburAutoZi( short arg ) ;//{
|
|
//s_DeburAutoZi = arg;
|
|
//}
|
|
|
|
short Cyc_Cut_Auto() const;//{
|
|
//return((short)s_Cyc_Cut_Auto );
|
|
//}
|
|
|
|
short Cyc_Cut_AutoZi() const;//{
|
|
//return( s_Cyc_Cut_AutoZi);
|
|
//}
|
|
|
|
void set_Cyc_Cut_Auto( short arg );//{
|
|
//s_Cyc_Cut_Auto = arg;
|
|
//s_Cyc_Cut_AutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Cyc_Cut_AutoZi( short arg ) ;//{
|
|
//s_Cyc_Cut_AutoZi = arg;
|
|
//}
|
|
|
|
short ModelAuto() const;//{
|
|
//return((short)s_ModelAuto );
|
|
//}
|
|
|
|
short ModelAutoZi() const;//{
|
|
//return( s_ModelAutoZi);
|
|
//}
|
|
|
|
void set_ModelAuto( short arg );//{
|
|
//s_ModelAuto = arg;
|
|
//s_ModelAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_ModelAutoZi( short arg ) ;//{
|
|
//s_ModelAutoZi = arg;
|
|
//}
|
|
|
|
short CycChangKnifeAuto() const;//{
|
|
//return((short)s_CycChangKnifeAuto );
|
|
//}
|
|
|
|
short CycChangKnifeAutoZi() const;//{
|
|
//return( s_CycChangKnifeAutoZi);
|
|
//}
|
|
|
|
void set_CycChangKnifeAuto( short arg );//{
|
|
//s_CycChangKnifeAuto = arg;
|
|
//s_CycChangKnifeAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_CycChangKnifeAutoZi( short arg ) ;//{
|
|
//s_CycChangKnifeAutoZi = arg;
|
|
//}
|
|
|
|
short CcutChangKnifeAuto() const;//{
|
|
//return((short)s_CcutChangKnifeAuto );
|
|
//}
|
|
|
|
short CcutChangKnifeAutoZi() const;//{
|
|
//return( s_CcutChangKnifeAutoZi);
|
|
//}
|
|
|
|
void set_CcutChangKnifeAuto( short arg );//{
|
|
//s_CcutChangKnifeAuto = arg;
|
|
//s_CcutChangKnifeAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_CcutChangKnifeAutoZi( short arg ) ;//{
|
|
//s_CcutChangKnifeAutoZi = arg;
|
|
//}
|
|
|
|
short Std1CarPOsAuto() const;//{
|
|
//return((short)s_Std1CarPOsAuto );
|
|
//}
|
|
|
|
short Std1CarPOsAutoZi() const;//{
|
|
//return( s_Std1CarPOsAutoZi);
|
|
//}
|
|
|
|
void set_Std1CarPOsAuto( short arg );//{
|
|
//s_Std1CarPOsAuto = arg;
|
|
//s_Std1CarPOsAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1CarPOsAutoZi( short arg ) ;//{
|
|
//s_Std1CarPOsAutoZi = arg;
|
|
//}
|
|
|
|
short Std1DoorOpen() const;//{
|
|
//return((short)s_Std1DoorOpen );
|
|
//}
|
|
|
|
short Std1DoorOpenZi() const;//{
|
|
//return( s_Std1DoorOpenZi);
|
|
//}
|
|
|
|
void set_Std1DoorOpen( short arg );//{
|
|
//s_Std1DoorOpen = arg;
|
|
//s_Std1DoorOpenZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1DoorOpenZi( short arg ) ;//{
|
|
//s_Std1DoorOpenZi = arg;
|
|
//}
|
|
|
|
short Std1CarToSpm() const;//{
|
|
//return((short)s_Std1CarToSpm );
|
|
//}
|
|
|
|
short Std1CarToSpmZi() const;//{
|
|
//return( s_Std1CarToSpmZi);
|
|
//}
|
|
|
|
void set_Std1CarToSpm( short arg );//{
|
|
//s_Std1CarToSpm = arg;
|
|
//s_Std1CarToSpmZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1CarToSpmZi( short arg ) ;//{
|
|
//s_Std1CarToSpmZi = arg;
|
|
//}
|
|
|
|
short Std1RollAuto() const;//{
|
|
//return((short)s_Std1RollAuto );
|
|
//}
|
|
|
|
short Std1RollAutoZi() const;//{
|
|
//return( s_Std1RollAutoZi);
|
|
//}
|
|
|
|
void set_Std1RollAuto( short arg );//{
|
|
//s_Std1RollAuto = arg;
|
|
//s_Std1RollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1RollAutoZi( short arg ) ;//{
|
|
//s_Std1RollAutoZi = arg;
|
|
//}
|
|
|
|
short Std1DrawRollAuto() const;//{
|
|
//return((short)s_Std1DrawRollAuto );
|
|
//}
|
|
|
|
short Std1DrawRollAutoZi() const;//{
|
|
//return( s_Std1DrawRollAutoZi);
|
|
//}
|
|
|
|
void set_Std1DrawRollAuto( short arg );//{
|
|
//s_Std1DrawRollAuto = arg;
|
|
//s_Std1DrawRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1DrawRollAutoZi( short arg ) ;//{
|
|
//s_Std1DrawRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std1SideShiftAuto() const;//{
|
|
//return((short)s_Std1SideShiftAuto );
|
|
//}
|
|
|
|
short Std1SideShiftAutoZi() const;//{
|
|
//return( s_Std1SideShiftAutoZi);
|
|
//}
|
|
|
|
void set_Std1SideShiftAuto( short arg );//{
|
|
//s_Std1SideShiftAuto = arg;
|
|
//s_Std1SideShiftAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1SideShiftAutoZi( short arg ) ;//{
|
|
//s_Std1SideShiftAutoZi = arg;
|
|
//}
|
|
|
|
short Std1PackRollAuto() const;//{
|
|
//return((short)s_Std1PackRollAuto );
|
|
//}
|
|
|
|
short Std1PackRollAutoZi() const;//{
|
|
//return( s_Std1PackRollAutoZi);
|
|
//}
|
|
|
|
void set_Std1PackRollAuto( short arg );//{
|
|
//s_Std1PackRollAuto = arg;
|
|
//s_Std1PackRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1PackRollAutoZi( short arg ) ;//{
|
|
//s_Std1PackRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std1ChangRollCarAuto() const;//{
|
|
//return((short)s_Std1ChangRollCarAuto );
|
|
//}
|
|
|
|
short Std1ChangRollCarAutoZi() const;//{
|
|
//return( s_Std1ChangRollCarAutoZi);
|
|
//}
|
|
|
|
void set_Std1ChangRollCarAuto( short arg );//{
|
|
//s_Std1ChangRollCarAuto = arg;
|
|
//s_Std1ChangRollCarAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1ChangRollCarAutoZi( short arg ) ;//{
|
|
//s_Std1ChangRollCarAutoZi = arg;
|
|
//}
|
|
|
|
short Std1RollingAuto() const;//{
|
|
//return((short)s_Std1RollingAuto );
|
|
//}
|
|
|
|
short Std1RollingAutoZi() const;//{
|
|
//return( s_Std1RollingAutoZi);
|
|
//}
|
|
|
|
void set_Std1RollingAuto( short arg );//{
|
|
//s_Std1RollingAuto = arg;
|
|
//s_Std1RollingAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std1RollingAutoZi( short arg ) ;//{
|
|
//s_Std1RollingAutoZi = arg;
|
|
//}
|
|
|
|
short Std2CarPOsAuto() const;//{
|
|
//return((short)s_Std2CarPOsAuto );
|
|
//}
|
|
|
|
short Std2CarPOsAutoZi() const;//{
|
|
//return( s_Std2CarPOsAutoZi);
|
|
//}
|
|
|
|
void set_Std2CarPOsAuto( short arg );//{
|
|
//s_Std2CarPOsAuto = arg;
|
|
//s_Std2CarPOsAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2CarPOsAutoZi( short arg ) ;//{
|
|
//s_Std2CarPOsAutoZi = arg;
|
|
//}
|
|
|
|
short Std2DoorOpen() const;//{
|
|
//return((short)s_Std2DoorOpen );
|
|
//}
|
|
|
|
short Std2DoorOpenZi() const;//{
|
|
//return( s_Std2DoorOpenZi);
|
|
//}
|
|
|
|
void set_Std2DoorOpen( short arg );//{
|
|
//s_Std2DoorOpen = arg;
|
|
//s_Std2DoorOpenZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2DoorOpenZi( short arg ) ;//{
|
|
//s_Std2DoorOpenZi = arg;
|
|
//}
|
|
|
|
short Std2CarToSpm() const;//{
|
|
//return((short)s_Std2CarToSpm );
|
|
//}
|
|
|
|
short Std2CarToSpmZi() const;//{
|
|
//return( s_Std2CarToSpmZi);
|
|
//}
|
|
|
|
void set_Std2CarToSpm( short arg );//{
|
|
//s_Std2CarToSpm = arg;
|
|
//s_Std2CarToSpmZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2CarToSpmZi( short arg ) ;//{
|
|
//s_Std2CarToSpmZi = arg;
|
|
//}
|
|
|
|
short Std2RollAuto() const;//{
|
|
//return((short)s_Std2RollAuto );
|
|
//}
|
|
|
|
short Std2RollAutoZi() const;//{
|
|
//return( s_Std2RollAutoZi);
|
|
//}
|
|
|
|
void set_Std2RollAuto( short arg );//{
|
|
//s_Std2RollAuto = arg;
|
|
//s_Std2RollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2RollAutoZi( short arg ) ;//{
|
|
//s_Std2RollAutoZi = arg;
|
|
//}
|
|
|
|
short Std2DrawRollAuto() const;//{
|
|
//return((short)s_Std2DrawRollAuto );
|
|
//}
|
|
|
|
short Std2DrawRollAutoZi() const;//{
|
|
//return( s_Std2DrawRollAutoZi);
|
|
//}
|
|
|
|
void set_Std2DrawRollAuto( short arg );//{
|
|
//s_Std2DrawRollAuto = arg;
|
|
//s_Std2DrawRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2DrawRollAutoZi( short arg ) ;//{
|
|
//s_Std2DrawRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std2SideShiftAuto() const;//{
|
|
//return((short)s_Std2SideShiftAuto );
|
|
//}
|
|
|
|
short Std2SideShiftAutoZi() const;//{
|
|
//return( s_Std2SideShiftAutoZi);
|
|
//}
|
|
|
|
void set_Std2SideShiftAuto( short arg );//{
|
|
//s_Std2SideShiftAuto = arg;
|
|
//s_Std2SideShiftAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2SideShiftAutoZi( short arg ) ;//{
|
|
//s_Std2SideShiftAutoZi = arg;
|
|
//}
|
|
|
|
short Std2PackRollAuto() const;//{
|
|
//return((short)s_Std2PackRollAuto );
|
|
//}
|
|
|
|
short Std2PackRollAutoZi() const;//{
|
|
//return( s_Std2PackRollAutoZi);
|
|
//}
|
|
|
|
void set_Std2PackRollAuto( short arg );//{
|
|
//s_Std2PackRollAuto = arg;
|
|
//s_Std2PackRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2PackRollAutoZi( short arg ) ;//{
|
|
//s_Std2PackRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std2ChangRollCarAuto() const;//{
|
|
//return((short)s_Std2ChangRollCarAuto );
|
|
//}
|
|
|
|
short Std2ChangRollCarAutoZi() const;//{
|
|
//return( s_Std2ChangRollCarAutoZi);
|
|
//}
|
|
|
|
void set_Std2ChangRollCarAuto( short arg );//{
|
|
//s_Std2ChangRollCarAuto = arg;
|
|
//s_Std2ChangRollCarAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2ChangRollCarAutoZi( short arg ) ;//{
|
|
//s_Std2ChangRollCarAutoZi = arg;
|
|
//}
|
|
|
|
short Std2RollingAuto() const;//{
|
|
//return((short)s_Std2RollingAuto );
|
|
//}
|
|
|
|
short Std2RollingAutoZi() const;//{
|
|
//return( s_Std2RollingAutoZi);
|
|
//}
|
|
|
|
void set_Std2RollingAuto( short arg );//{
|
|
//s_Std2RollingAuto = arg;
|
|
//s_Std2RollingAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std2RollingAutoZi( short arg ) ;//{
|
|
//s_Std2RollingAutoZi = arg;
|
|
//}
|
|
|
|
short Std3CarPOsAuto() const;//{
|
|
//return((short)s_Std3CarPOsAuto );
|
|
//}
|
|
|
|
short Std3CarPOsAutoZi() const;//{
|
|
//return( s_Std3CarPOsAutoZi);
|
|
//}
|
|
|
|
void set_Std3CarPOsAuto( short arg );//{
|
|
//s_Std3CarPOsAuto = arg;
|
|
//s_Std3CarPOsAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3CarPOsAutoZi( short arg ) ;//{
|
|
//s_Std3CarPOsAutoZi = arg;
|
|
//}
|
|
|
|
short Std3DoorOpen() const;//{
|
|
//return((short)s_Std3DoorOpen );
|
|
//}
|
|
|
|
short Std3DoorOpenZi() const;//{
|
|
//return( s_Std3DoorOpenZi);
|
|
//}
|
|
|
|
void set_Std3DoorOpen( short arg );//{
|
|
//s_Std3DoorOpen = arg;
|
|
//s_Std3DoorOpenZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3DoorOpenZi( short arg ) ;//{
|
|
//s_Std3DoorOpenZi = arg;
|
|
//}
|
|
|
|
short Std3CarToSpm() const;//{
|
|
//return((short)s_Std3CarToSpm );
|
|
//}
|
|
|
|
short Std3CarToSpmZi() const;//{
|
|
//return( s_Std3CarToSpmZi);
|
|
//}
|
|
|
|
void set_Std3CarToSpm( short arg );//{
|
|
//s_Std3CarToSpm = arg;
|
|
//s_Std3CarToSpmZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3CarToSpmZi( short arg ) ;//{
|
|
//s_Std3CarToSpmZi = arg;
|
|
//}
|
|
|
|
short Std3RollAuto() const;//{
|
|
//return((short)s_Std3RollAuto );
|
|
//}
|
|
|
|
short Std3RollAutoZi() const;//{
|
|
//return( s_Std3RollAutoZi);
|
|
//}
|
|
|
|
void set_Std3RollAuto( short arg );//{
|
|
//s_Std3RollAuto = arg;
|
|
//s_Std3RollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3RollAutoZi( short arg ) ;//{
|
|
//s_Std3RollAutoZi = arg;
|
|
//}
|
|
|
|
short Std3DrawRollAuto() const;//{
|
|
//return((short)s_Std3DrawRollAuto );
|
|
//}
|
|
|
|
short Std3DrawRollAutoZi() const;//{
|
|
//return( s_Std3DrawRollAutoZi);
|
|
//}
|
|
|
|
void set_Std3DrawRollAuto( short arg );//{
|
|
//s_Std3DrawRollAuto = arg;
|
|
//s_Std3DrawRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3DrawRollAutoZi( short arg ) ;//{
|
|
//s_Std3DrawRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std3SideShiftAuto() const;//{
|
|
//return((short)s_Std3SideShiftAuto );
|
|
//}
|
|
|
|
short Std3SideShiftAutoZi() const;//{
|
|
//return( s_Std3SideShiftAutoZi);
|
|
//}
|
|
|
|
void set_Std3SideShiftAuto( short arg );//{
|
|
//s_Std3SideShiftAuto = arg;
|
|
//s_Std3SideShiftAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3SideShiftAutoZi( short arg ) ;//{
|
|
//s_Std3SideShiftAutoZi = arg;
|
|
//}
|
|
|
|
short Std3PackRollAuto() const;//{
|
|
//return((short)s_Std3PackRollAuto );
|
|
//}
|
|
|
|
short Std3PackRollAutoZi() const;//{
|
|
//return( s_Std3PackRollAutoZi);
|
|
//}
|
|
|
|
void set_Std3PackRollAuto( short arg );//{
|
|
//s_Std3PackRollAuto = arg;
|
|
//s_Std3PackRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3PackRollAutoZi( short arg ) ;//{
|
|
//s_Std3PackRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std3ChangRollCarAuto() const;//{
|
|
//return((short)s_Std3ChangRollCarAuto );
|
|
//}
|
|
|
|
short Std3ChangRollCarAutoZi() const;//{
|
|
//return( s_Std3ChangRollCarAutoZi);
|
|
//}
|
|
|
|
void set_Std3ChangRollCarAuto( short arg );//{
|
|
//s_Std3ChangRollCarAuto = arg;
|
|
//s_Std3ChangRollCarAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3ChangRollCarAutoZi( short arg ) ;//{
|
|
//s_Std3ChangRollCarAutoZi = arg;
|
|
//}
|
|
|
|
short Std3RollingAuto() const;//{
|
|
//return((short)s_Std3RollingAuto );
|
|
//}
|
|
|
|
short Std3RollingAutoZi() const;//{
|
|
//return( s_Std3RollingAutoZi);
|
|
//}
|
|
|
|
void set_Std3RollingAuto( short arg );//{
|
|
//s_Std3RollingAuto = arg;
|
|
//s_Std3RollingAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std3RollingAutoZi( short arg ) ;//{
|
|
//s_Std3RollingAutoZi = arg;
|
|
//}
|
|
|
|
short Std4CarPOsAuto() const;//{
|
|
//return((short)s_Std4CarPOsAuto );
|
|
//}
|
|
|
|
short Std4CarPOsAutoZi() const;//{
|
|
//return( s_Std4CarPOsAutoZi);
|
|
//}
|
|
|
|
void set_Std4CarPOsAuto( short arg );//{
|
|
//s_Std4CarPOsAuto = arg;
|
|
//s_Std4CarPOsAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4CarPOsAutoZi( short arg ) ;//{
|
|
//s_Std4CarPOsAutoZi = arg;
|
|
//}
|
|
|
|
short Std4DoorOpen() const;//{
|
|
//return((short)s_Std4DoorOpen );
|
|
//}
|
|
|
|
short Std4DoorOpenZi() const;//{
|
|
//return( s_Std4DoorOpenZi);
|
|
//}
|
|
|
|
void set_Std4DoorOpen( short arg );//{
|
|
//s_Std4DoorOpen = arg;
|
|
//s_Std4DoorOpenZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4DoorOpenZi( short arg ) ;//{
|
|
//s_Std4DoorOpenZi = arg;
|
|
//}
|
|
|
|
short Std4CarToSpm() const;//{
|
|
//return((short)s_Std4CarToSpm );
|
|
//}
|
|
|
|
short Std4CarToSpmZi() const;//{
|
|
//return( s_Std4CarToSpmZi);
|
|
//}
|
|
|
|
void set_Std4CarToSpm( short arg );//{
|
|
//s_Std4CarToSpm = arg;
|
|
//s_Std4CarToSpmZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4CarToSpmZi( short arg ) ;//{
|
|
//s_Std4CarToSpmZi = arg;
|
|
//}
|
|
|
|
short Std4RollAuto() const;//{
|
|
//return((short)s_Std4RollAuto );
|
|
//}
|
|
|
|
short Std4RollAutoZi() const;//{
|
|
//return( s_Std4RollAutoZi);
|
|
//}
|
|
|
|
void set_Std4RollAuto( short arg );//{
|
|
//s_Std4RollAuto = arg;
|
|
//s_Std4RollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4RollAutoZi( short arg ) ;//{
|
|
//s_Std4RollAutoZi = arg;
|
|
//}
|
|
|
|
short Std4DrawRollAuto() const;//{
|
|
//return((short)s_Std4DrawRollAuto );
|
|
//}
|
|
|
|
short Std4DrawRollAutoZi() const;//{
|
|
//return( s_Std4DrawRollAutoZi);
|
|
//}
|
|
|
|
void set_Std4DrawRollAuto( short arg );//{
|
|
//s_Std4DrawRollAuto = arg;
|
|
//s_Std4DrawRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4DrawRollAutoZi( short arg ) ;//{
|
|
//s_Std4DrawRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std4SideShiftAuto() const;//{
|
|
//return((short)s_Std4SideShiftAuto );
|
|
//}
|
|
|
|
short Std4SideShiftAutoZi() const;//{
|
|
//return( s_Std4SideShiftAutoZi);
|
|
//}
|
|
|
|
void set_Std4SideShiftAuto( short arg );//{
|
|
//s_Std4SideShiftAuto = arg;
|
|
//s_Std4SideShiftAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4SideShiftAutoZi( short arg ) ;//{
|
|
//s_Std4SideShiftAutoZi = arg;
|
|
//}
|
|
|
|
short Std4PackRollAuto() const;//{
|
|
//return((short)s_Std4PackRollAuto );
|
|
//}
|
|
|
|
short Std4PackRollAutoZi() const;//{
|
|
//return( s_Std4PackRollAutoZi);
|
|
//}
|
|
|
|
void set_Std4PackRollAuto( short arg );//{
|
|
//s_Std4PackRollAuto = arg;
|
|
//s_Std4PackRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4PackRollAutoZi( short arg ) ;//{
|
|
//s_Std4PackRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std4ChangRollCarAuto() const;//{
|
|
//return((short)s_Std4ChangRollCarAuto );
|
|
//}
|
|
|
|
short Std4ChangRollCarAutoZi() const;//{
|
|
//return( s_Std4ChangRollCarAutoZi);
|
|
//}
|
|
|
|
void set_Std4ChangRollCarAuto( short arg );//{
|
|
//s_Std4ChangRollCarAuto = arg;
|
|
//s_Std4ChangRollCarAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4ChangRollCarAutoZi( short arg ) ;//{
|
|
//s_Std4ChangRollCarAutoZi = arg;
|
|
//}
|
|
|
|
short Std4RollingAuto() const;//{
|
|
//return((short)s_Std4RollingAuto );
|
|
//}
|
|
|
|
short Std4RollingAutoZi() const;//{
|
|
//return( s_Std4RollingAutoZi);
|
|
//}
|
|
|
|
void set_Std4RollingAuto( short arg );//{
|
|
//s_Std4RollingAuto = arg;
|
|
//s_Std4RollingAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std4RollingAutoZi( short arg ) ;//{
|
|
//s_Std4RollingAutoZi = arg;
|
|
//}
|
|
|
|
short Std5CarPOsAuto() const;//{
|
|
//return((short)s_Std5CarPOsAuto );
|
|
//}
|
|
|
|
short Std5CarPOsAutoZi() const;//{
|
|
//return( s_Std5CarPOsAutoZi);
|
|
//}
|
|
|
|
void set_Std5CarPOsAuto( short arg );//{
|
|
//s_Std5CarPOsAuto = arg;
|
|
//s_Std5CarPOsAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5CarPOsAutoZi( short arg ) ;//{
|
|
//s_Std5CarPOsAutoZi = arg;
|
|
//}
|
|
|
|
short Std5DoorOpen() const;//{
|
|
//return((short)s_Std5DoorOpen );
|
|
//}
|
|
|
|
short Std5DoorOpenZi() const;//{
|
|
//return( s_Std5DoorOpenZi);
|
|
//}
|
|
|
|
void set_Std5DoorOpen( short arg );//{
|
|
//s_Std5DoorOpen = arg;
|
|
//s_Std5DoorOpenZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5DoorOpenZi( short arg ) ;//{
|
|
//s_Std5DoorOpenZi = arg;
|
|
//}
|
|
|
|
short Std5CarToSpm() const;//{
|
|
//return((short)s_Std5CarToSpm );
|
|
//}
|
|
|
|
short Std5CarToSpmZi() const;//{
|
|
//return( s_Std5CarToSpmZi);
|
|
//}
|
|
|
|
void set_Std5CarToSpm( short arg );//{
|
|
//s_Std5CarToSpm = arg;
|
|
//s_Std5CarToSpmZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5CarToSpmZi( short arg ) ;//{
|
|
//s_Std5CarToSpmZi = arg;
|
|
//}
|
|
|
|
short Std5RollAuto() const;//{
|
|
//return((short)s_Std5RollAuto );
|
|
//}
|
|
|
|
short Std5RollAutoZi() const;//{
|
|
//return( s_Std5RollAutoZi);
|
|
//}
|
|
|
|
void set_Std5RollAuto( short arg );//{
|
|
//s_Std5RollAuto = arg;
|
|
//s_Std5RollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5RollAutoZi( short arg ) ;//{
|
|
//s_Std5RollAutoZi = arg;
|
|
//}
|
|
|
|
short Std5DrawRollAuto() const;//{
|
|
//return((short)s_Std5DrawRollAuto );
|
|
//}
|
|
|
|
short Std5DrawRollAutoZi() const;//{
|
|
//return( s_Std5DrawRollAutoZi);
|
|
//}
|
|
|
|
void set_Std5DrawRollAuto( short arg );//{
|
|
//s_Std5DrawRollAuto = arg;
|
|
//s_Std5DrawRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5DrawRollAutoZi( short arg ) ;//{
|
|
//s_Std5DrawRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std5SideShiftAuto() const;//{
|
|
//return((short)s_Std5SideShiftAuto );
|
|
//}
|
|
|
|
short Std5SideShiftAutoZi() const;//{
|
|
//return( s_Std5SideShiftAutoZi);
|
|
//}
|
|
|
|
void set_Std5SideShiftAuto( short arg );//{
|
|
//s_Std5SideShiftAuto = arg;
|
|
//s_Std5SideShiftAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5SideShiftAutoZi( short arg ) ;//{
|
|
//s_Std5SideShiftAutoZi = arg;
|
|
//}
|
|
|
|
short Std5PackRollAuto() const;//{
|
|
//return((short)s_Std5PackRollAuto );
|
|
//}
|
|
|
|
short Std5PackRollAutoZi() const;//{
|
|
//return( s_Std5PackRollAutoZi);
|
|
//}
|
|
|
|
void set_Std5PackRollAuto( short arg );//{
|
|
//s_Std5PackRollAuto = arg;
|
|
//s_Std5PackRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5PackRollAutoZi( short arg ) ;//{
|
|
//s_Std5PackRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std5ChangRollCarAuto() const;//{
|
|
//return((short)s_Std5ChangRollCarAuto );
|
|
//}
|
|
|
|
short Std5ChangRollCarAutoZi() const;//{
|
|
//return( s_Std5ChangRollCarAutoZi);
|
|
//}
|
|
|
|
void set_Std5ChangRollCarAuto( short arg );//{
|
|
//s_Std5ChangRollCarAuto = arg;
|
|
//s_Std5ChangRollCarAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5ChangRollCarAutoZi( short arg ) ;//{
|
|
//s_Std5ChangRollCarAutoZi = arg;
|
|
//}
|
|
|
|
short Std5RollingAuto() const;//{
|
|
//return((short)s_Std5RollingAuto );
|
|
//}
|
|
|
|
short Std5RollingAutoZi() const;//{
|
|
//return( s_Std5RollingAutoZi);
|
|
//}
|
|
|
|
void set_Std5RollingAuto( short arg );//{
|
|
//s_Std5RollingAuto = arg;
|
|
//s_Std5RollingAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std5RollingAutoZi( short arg ) ;//{
|
|
//s_Std5RollingAutoZi = arg;
|
|
//}
|
|
|
|
short Std6CarPOsAuto() const;//{
|
|
//return((short)s_Std6CarPOsAuto );
|
|
//}
|
|
|
|
short Std6CarPOsAutoZi() const;//{
|
|
//return( s_Std6CarPOsAutoZi);
|
|
//}
|
|
|
|
void set_Std6CarPOsAuto( short arg );//{
|
|
//s_Std6CarPOsAuto = arg;
|
|
//s_Std6CarPOsAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6CarPOsAutoZi( short arg ) ;//{
|
|
//s_Std6CarPOsAutoZi = arg;
|
|
//}
|
|
|
|
short Std6DoorOpen() const;//{
|
|
//return((short)s_Std6DoorOpen );
|
|
//}
|
|
|
|
short Std6DoorOpenZi() const;//{
|
|
//return( s_Std6DoorOpenZi);
|
|
//}
|
|
|
|
void set_Std6DoorOpen( short arg );//{
|
|
//s_Std6DoorOpen = arg;
|
|
//s_Std6DoorOpenZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6DoorOpenZi( short arg ) ;//{
|
|
//s_Std6DoorOpenZi = arg;
|
|
//}
|
|
|
|
short Std6CarToSpm() const;//{
|
|
//return((short)s_Std6CarToSpm );
|
|
//}
|
|
|
|
short Std6CarToSpmZi() const;//{
|
|
//return( s_Std6CarToSpmZi);
|
|
//}
|
|
|
|
void set_Std6CarToSpm( short arg );//{
|
|
//s_Std6CarToSpm = arg;
|
|
//s_Std6CarToSpmZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6CarToSpmZi( short arg ) ;//{
|
|
//s_Std6CarToSpmZi = arg;
|
|
//}
|
|
|
|
short Std6RollAuto() const;//{
|
|
//return((short)s_Std6RollAuto );
|
|
//}
|
|
|
|
short Std6RollAutoZi() const;//{
|
|
//return( s_Std6RollAutoZi);
|
|
//}
|
|
|
|
void set_Std6RollAuto( short arg );//{
|
|
//s_Std6RollAuto = arg;
|
|
//s_Std6RollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6RollAutoZi( short arg ) ;//{
|
|
//s_Std6RollAutoZi = arg;
|
|
//}
|
|
|
|
short Std6DrawRollAuto() const;//{
|
|
//return((short)s_Std6DrawRollAuto );
|
|
//}
|
|
|
|
short Std6DrawRollAutoZi() const;//{
|
|
//return( s_Std6DrawRollAutoZi);
|
|
//}
|
|
|
|
void set_Std6DrawRollAuto( short arg );//{
|
|
//s_Std6DrawRollAuto = arg;
|
|
//s_Std6DrawRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6DrawRollAutoZi( short arg ) ;//{
|
|
//s_Std6DrawRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std6SideShiftAuto() const;//{
|
|
//return((short)s_Std6SideShiftAuto );
|
|
//}
|
|
|
|
short Std6SideShiftAutoZi() const;//{
|
|
//return( s_Std6SideShiftAutoZi);
|
|
//}
|
|
|
|
void set_Std6SideShiftAuto( short arg );//{
|
|
//s_Std6SideShiftAuto = arg;
|
|
//s_Std6SideShiftAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6SideShiftAutoZi( short arg ) ;//{
|
|
//s_Std6SideShiftAutoZi = arg;
|
|
//}
|
|
|
|
short Std6PackRollAuto() const;//{
|
|
//return((short)s_Std6PackRollAuto );
|
|
//}
|
|
|
|
short Std6PackRollAutoZi() const;//{
|
|
//return( s_Std6PackRollAutoZi);
|
|
//}
|
|
|
|
void set_Std6PackRollAuto( short arg );//{
|
|
//s_Std6PackRollAuto = arg;
|
|
//s_Std6PackRollAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6PackRollAutoZi( short arg ) ;//{
|
|
//s_Std6PackRollAutoZi = arg;
|
|
//}
|
|
|
|
short Std6ChangRollCarAuto() const;//{
|
|
//return((short)s_Std6ChangRollCarAuto );
|
|
//}
|
|
|
|
short Std6ChangRollCarAutoZi() const;//{
|
|
//return( s_Std6ChangRollCarAutoZi);
|
|
//}
|
|
|
|
void set_Std6ChangRollCarAuto( short arg );//{
|
|
//s_Std6ChangRollCarAuto = arg;
|
|
//s_Std6ChangRollCarAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6ChangRollCarAutoZi( short arg ) ;//{
|
|
//s_Std6ChangRollCarAutoZi = arg;
|
|
//}
|
|
|
|
short Std6RollingAuto() const;//{
|
|
//return((short)s_Std6RollingAuto );
|
|
//}
|
|
|
|
short Std6RollingAutoZi() const;//{
|
|
//return( s_Std6RollingAutoZi);
|
|
//}
|
|
|
|
void set_Std6RollingAuto( short arg );//{
|
|
//s_Std6RollingAuto = arg;
|
|
//s_Std6RollingAutoZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_Std6RollingAutoZi( short arg ) ;//{
|
|
//s_Std6RollingAutoZi = arg;
|
|
//}
|
|
|
|
public:
|
|
char* toc() const;//{
|
|
//return((char*)c_toc );
|
|
//}
|
|
|
|
short tocZi() const;//{
|
|
//return( s_tocZi);
|
|
//}
|
|
|
|
protected:
|
|
void set_toc( char* arg );//{
|
|
//strncpy((char*)c_toc , arg , sizeof(c_toc));
|
|
//c_toc[sizeof(c_toc)-1] = '\0';
|
|
//s_tocZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_tocZi( short arg );//{
|
|
//s_tocZi = arg;
|
|
//}
|
|
|
|
public:
|
|
char* tom() const;//{
|
|
//return((char*)c_tom );
|
|
//}
|
|
|
|
short tomZi() const;//{
|
|
//return( s_tomZi);
|
|
//}
|
|
|
|
protected:
|
|
void set_tom( char* arg );//{
|
|
//strncpy((char*)c_tom , arg , sizeof(c_tom));
|
|
//c_tom[sizeof(c_tom)-1] = '\0';
|
|
//s_tomZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_tomZi( short arg );//{
|
|
//s_tomZi = arg;
|
|
//}
|
|
|
|
public:
|
|
char* mop() const;//{
|
|
//return((char*)c_mop );
|
|
//}
|
|
|
|
short mopZi() const;//{
|
|
//return( s_mopZi);
|
|
//}
|
|
|
|
protected:
|
|
void set_mop( char* arg );//{
|
|
//strncpy((char*)c_mop , arg , sizeof(c_mop));
|
|
//c_mop[sizeof(c_mop)-1] = '\0';
|
|
//s_mopZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_mopZi( short arg );//{
|
|
//s_mopZi = arg;
|
|
//}
|
|
|
|
public:
|
|
char* mou() const;//{
|
|
//return((char*)c_mou );
|
|
//}
|
|
|
|
short mouZi() const;//{
|
|
//return( s_mouZi);
|
|
//}
|
|
|
|
protected:
|
|
void set_mou( char* arg );//{
|
|
//strncpy((char*)c_mou , arg , sizeof(c_mou));
|
|
//c_mou[sizeof(c_mou)-1] = '\0';
|
|
//s_mouZi= 0;
|
|
//return;
|
|
//}
|
|
|
|
void set_mouZi( short arg );//{
|
|
//s_mouZi = arg;
|
|
//}
|
|
|
|
public:
|
|
// methodes for Primary key
|
|
char* k_EXCOILID();//{
|
|
//return((char*)c_k_EXCOILID );
|
|
//}
|
|
|
|
void set_k_EXCOILID( char* arg );//{
|
|
//strncpy((char*)c_k_EXCOILID , arg , sizeof(c_k_EXCOILID));
|
|
//c_k_EXCOILID[sizeof(c_k_EXCOILID)-1] = '\0';
|
|
//return;
|
|
//}
|
|
|
|
public:
|
|
//
|
|
// public methode fillStructure
|
|
//
|
|
// this methode filles the classstructue with the private attributes
|
|
//
|
|
void fillStructure();//{
|
|
//}
|
|
///////////////////////////////////////////////////
|
|
void fillStructureZi();//{
|
|
//}
|
|
///////////////////////////////////////////////////
|
|
void setStructure();// {
|
|
//return;
|
|
//}
|
|
///////////////////////////////////////////////////
|
|
void setStructureZi() ;//{
|
|
//}
|
|
///////////////////////////////////////////////////
|
|
char* getName();//{
|
|
//return((char*)"T_AUTO_CENTER");
|
|
//}
|
|
///////////////////////////////////////////////////
|
|
int getSqlCode();//{
|
|
//return( db.dbSqlCode);
|
|
//}
|
|
///////////////////////////////////////////////////
|
|
int getRowsProcessed();//{
|
|
//return( db.dbRowsProcessed);
|
|
//}
|
|
};
|
|
#endif
|