From 49fddb5226f5660bba654509c70135a98b5785ee Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:06:44 +0000 Subject: Utilisateur : Fcolin Date : 10/02/04 Heure : 17:06 Créé Commentaire: (vss 1) --- IvyAudioMon/ParseCmdLine.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 IvyAudioMon/ParseCmdLine.h (limited to 'IvyAudioMon/ParseCmdLine.h') diff --git a/IvyAudioMon/ParseCmdLine.h b/IvyAudioMon/ParseCmdLine.h new file mode 100644 index 0000000..3b9a272 --- /dev/null +++ b/IvyAudioMon/ParseCmdLine.h @@ -0,0 +1,37 @@ +// TestParseCmdLine.h: interface for the TestParseCmdLine 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 ParseCmdLine : public CCommandLineInfo +{ +public: + + BOOL m_start; + CString m_busNumber; + CString m_directory; + CString m_extent; + CString m_prefix; + virtual void ParseParam( LPCTSTR lpszParam, BOOL bFlag, BOOL bLast ); + ParseCmdLine(); + virtual ~ParseCmdLine(); + enum { + BusNumber, + Start, + Directory, + Extent, + Prefix + }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 cd028d5ff44a6ae0951d691bbb76a7e79877d716 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:06:45 +0000 Subject: Utilisateur : Fcolin Date : 28/09/04 Heure : 15:06 Archivé dans $/Bus/IvyAudioMon Commentaire: (vss 2) --- IvyAudioMon/ParseCmdLine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IvyAudioMon/ParseCmdLine.h') diff --git a/IvyAudioMon/ParseCmdLine.h b/IvyAudioMon/ParseCmdLine.h index 3b9a272..281491e 100644 --- a/IvyAudioMon/ParseCmdLine.h +++ b/IvyAudioMon/ParseCmdLine.h @@ -15,7 +15,7 @@ public: BOOL m_start; CString m_busNumber; - CString m_directory; + float m_seuil; CString m_extent; CString m_prefix; virtual void ParseParam( LPCTSTR lpszParam, BOOL bFlag, BOOL bLast ); @@ -24,7 +24,7 @@ public: enum { BusNumber, Start, - Directory, + Seuil, Extent, Prefix }m_shellCommand; -- cgit v1.1