Garmin Fleet Management Controller  2.19.0
FmiApplicationLayer.h File Reference
#include <map>
#include <vector>
#include <list>
#include "fmi.h"
#include "ApplicationLayer.h"
#include "MessageId.h"
#include "ClientListItem.h"
#include "StopListItem.h"
#include "FileBackedMap.h"
#include "InboxListItem.h"
#include "CSafeModeDlg.h"
#include "WaypointListItem.h"
#include "DriverLoginItem.h"
#include "AobrdDriverItem.h"
#include "SensorListItem.h"

Go to the source code of this file.

Classes

class  FmiApplicationLayer
 Serial communication controller for Garmin and FMI packets. More...
 

Macros

#define SAVE_AOBRD_LOG   "aobrd_compressed.dat"
 File name of the compressed AOBRD log. More...
 
#define SAVE_CONVERTED_AOBRD_LOG   "aobrd_event_log.%s.csv"
 File name of the saved AOBRD driver event log. More...
 
#define SAVE_RECEIVED_AOBRD_LOG   "aobrd_from_client.dat"
 
#define SAVE_RECEIVED_FORM_SUBMIT   "tmp_submitted_form.xml"
 File name of the saved custom form submission file. More...
 
#define SAVE_RECEIVED_IFTA_FILE   "received_ifta.dat.gz"
 

Macro Definition Documentation

#define SAVE_AOBRD_LOG   "aobrd_compressed.dat"

File name of the compressed AOBRD log.

Since
Protocol A610

Definition at line 739 of file FmiApplicationLayer.h.

Referenced by FmiApplicationLayer::rx().

#define SAVE_CONVERTED_AOBRD_LOG   "aobrd_event_log.%s.csv"

File name of the saved AOBRD driver event log.

Since
Protocol A610

Definition at line 743 of file FmiApplicationLayer.h.

Referenced by CFmiPcAppDlg::OnEventAobrdFileTransferReceived(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendNextAOBRDAnnotation().

#define SAVE_RECEIVED_AOBRD_LOG   "aobrd_from_client.dat"
#define SAVE_RECEIVED_FORM_SUBMIT   "tmp_submitted_form.xml"

File name of the saved custom form submission file.

Since
Protocol A612

Definition at line 900 of file FmiApplicationLayer.h.

Referenced by FmiApplicationLayer::getReceiveFilename(), and CCustomFormsDlg::OnFormSubmitReceived().

#define SAVE_RECEIVED_IFTA_FILE   "received_ifta.dat.gz"