VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrftasks
cancelRefuelAdmin.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrftasks/noDataAdminContent.h
"
14
16
class
DT_DLL_vrftasks
DtCancelRefuelAdminTypeFunctor
17
{
18
public
:
19
DtCancelRefuelAdminTypeFunctor
() {}
20
const
DtAdminContentMessageType
&
operator()
() {
return
DtCancelRefuelAdminType
; }
21
};
22
23
24
typedef
DtNoDataAdminContent<DtCancelRefuelAdminTypeFunctor>
DtCancelRefuelAdmin
;
25
DtCancelRefuelAdminType
const DtAdminContentMessageType DtCancelRefuelAdminType("cancel-refuel")
DtCancelRefuelAdminTypeFunctor::DtCancelRefuelAdminTypeFunctor
DtCancelRefuelAdminTypeFunctor()
Definition:
cancelRefuelAdmin.h:19
DtCancelRefuelAdminTypeFunctor
Admin content for a message from flight to tanker that cancels refueling.
Definition:
cancelRefuelAdmin.h:16
DtVrfObjectMessageTypeTemplate
Definition:
vrfObjectMessageTypeTemplate.h:24
DtCancelRefuelAdminTypeFunctor::operator()
const DtAdminContentMessageType & operator()()
Definition:
cancelRefuelAdmin.h:20
DtCancelRefuelAdmin
DtNoDataAdminContent< DtCancelRefuelAdminTypeFunctor > DtCancelRefuelAdmin
Definition:
cancelRefuelAdmin.h:24
DtNoDataAdminContent
Class for DtAdminContent subclasses that contain no data.
Definition:
noDataAdminContent.h:22
DT_DLL_vrftasks
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition:
vrftasksDefines.h:26
noDataAdminContent.h
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)