10 #ifndef CFileTransferDlg_H 11 #define CFileTransferDlg_H 45 CDataExchange* aDataExchange
52 #if( FMI_SUPPORT_A614 )
CFileTransferDlg(CWnd *aParent, FmiApplicationLayer &aCom)
Constructor.
afx_msg void OnEnChangeFile()
Edit Change handler for all text boxes.
Defines file type for a supported file type.
afx_msg void OnBnClickedFind()
Click handler for Find (file to send) button.
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
CString mVersion
File string specified by the user.
CString mFilePath
Path and file name of the file to transfer, as specified by the user.
Data structure to hold details of an A603 stop that the server needs to keep.
StopListItem mOldListItem
Serial communication controller for Garmin and FMI packets.
int mFileTypeIndex
Index into the file_types array.
BOOL OnInitDialog()
Initialize the dialog.
Modal dialog allowing the user to select a file to transfer to the client.
unsigned char uint8
8-bit unsigned integer
virtual ~CFileTransferDlg()
Destructor.
unsigned long int uint32
32-bit unsigned integer
void AddPSRtoStopList(char *file, uint32 &itemId)
Adds the transferred PSR to the stop list.
afx_msg void OnBnClickedOk()
Click handler for OK button.
FmiApplicationLayer & mCom
Reference to the FMI communication controller.
int mFileType
File type to be transferred, as specified by the user.