Garmin Fleet Management Controller
2.19.0
|
#include "stdafx.h"
#include "Shlwapi.h"
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include "CFileConverterDlg.h"
#include "util.h"
Go to the source code of this file.
Enumerations | |
enum | conversion_type_type { CONV_PSR_TO_CSV = 0, CONV_CSV_TO_PSR, CONV_GPX_TO_PSR } |
Valid values for file conversion types. More... | |
Variables | |
static CFileConverterDlg::conversion_type | conversion_types [] |
Conversion types that the client accepts. More... | |
enum conversion_type_type |
Valid values for file conversion types.
Enumerator | |
---|---|
CONV_PSR_TO_CSV | |
CONV_CSV_TO_PSR | |
CONV_GPX_TO_PSR |
Definition at line 40 of file CFileConverterDlg.cpp.
|
static |
Conversion types that the client accepts.
Definition at line 52 of file CFileConverterDlg.cpp.