From a099aaf529db4a04fd82fa18ffd9b9ed82742238 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:12:31 +0000 Subject: Utilisateur : Fcolin Date : 31/01/01 Heure : 15:50 Créé (vss 1) --- IvyProbe/TestParseCmdLine.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 IvyProbe/TestParseCmdLine.h (limited to 'IvyProbe/TestParseCmdLine.h') diff --git a/IvyProbe/TestParseCmdLine.h b/IvyProbe/TestParseCmdLine.h new file mode 100644 index 0000000..9a6ae6d --- /dev/null +++ b/IvyProbe/TestParseCmdLine.h @@ -0,0 +1,37 @@ +// FxParseCmdLine.h: interface for the FxParseCmdLine class. +// +////////////////////////////////////////////////////////////////////// + +#if !defined(AFX_FXParseCMDLINE_H__20232B92_AB99_11D2_898F_00A0245B298A__INCLUDED_) +#define AFX_FXParseCMDLINE_H__20232B92_AB99_11D2_898F_00A0245B298A__INCLUDED_ + +#if _MSC_VER > 1000 +#pragma once +#endif // _MSC_VER > 1000 + +class FxParseCmdLine : public CCommandLineInfo +{ +public: + BOOL m_busstart; + BOOL m_start; + BOOL m_loop; + UINT m_speed; + CString m_exoFile; + CString m_busNumber; + virtual void ParseParam( LPCTSTR lpszParam, BOOL bFlag, BOOL bLast ); + FxParseCmdLine(); + virtual ~FxParseCmdLine(); + enum { + Loop, + BusNumber, + Start, + ExoFile, + Speed + }m_shellCommand; + +protected: + void ParseParamNotFlag(LPCTSTR pszParam); + void ParseParamFlag(LPCTSTR pszParam); +}; + +#endif // !defined(AFX_FXParseCMDLINE_H__20232B92_AB99_11D2_898F_00A0245B298A__INCLUDED_) -- cgit v1.1 From 8f632d62fda3265a0e1e9483055d249ac0d2731b Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:12:32 +0000 Subject: Utilisateur : Fcolin Date : 2/02/01 Heure : 18:30 Archivé dans $/Bus/Test Commentaire: win CE compile not finished (vss 2) --- IvyProbe/TestParseCmdLine.h | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'IvyProbe/TestParseCmdLine.h') diff --git a/IvyProbe/TestParseCmdLine.h b/IvyProbe/TestParseCmdLine.h index 9a6ae6d..ef8d3ac 100644 --- a/IvyProbe/TestParseCmdLine.h +++ b/IvyProbe/TestParseCmdLine.h @@ -1,4 +1,4 @@ -// FxParseCmdLine.h: interface for the FxParseCmdLine class. +// TestParseCmdLine.h: interface for the TestParseCmdLine class. // ////////////////////////////////////////////////////////////////////// @@ -9,24 +9,18 @@ #pragma once #endif // _MSC_VER > 1000 -class FxParseCmdLine : public CCommandLineInfo +class TestParseCmdLine : public CCommandLineInfo { public: - BOOL m_busstart; + BOOL m_start; - BOOL m_loop; - UINT m_speed; - CString m_exoFile; CString m_busNumber; virtual void ParseParam( LPCTSTR lpszParam, BOOL bFlag, BOOL bLast ); - FxParseCmdLine(); - virtual ~FxParseCmdLine(); + TestParseCmdLine(); + virtual ~TestParseCmdLine(); enum { - Loop, BusNumber, Start, - ExoFile, - Speed }m_shellCommand; protected: -- cgit v1.1