EvEmu
0.8.4
11 September 2021
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
TCU.h
Go to the documentation of this file.
1
10
#ifndef EVEMU_POS_TCU_H_
11
#define EVEMU_POS_TCU_H_
12
13
#include "
pos/Structure.h
"
14
15
class
TCUSE
16
:
public
StructureSE
17
{
18
public
:
19
TCUSE
(
StructureItemRef
structure,
PyServiceMgr
& services,
SystemManager
*
system
,
const
FactionData
& fData);
20
virtual
~TCUSE
() {
/* do nothing here */
}
21
22
/* class type pointer querys. */
23
virtual
TCUSE
*
GetTCUSE
() {
return
this
; }
24
25
/* class type tests. */
26
/* Base */
27
virtual
bool
isGlobal
() {
return
true
; }
28
virtual
bool
IsTCUSE
() {
return
true
; }
29
virtual
bool
IsOperSE
() {
return
true
; }
30
31
/* SystemEntity interface */
32
virtual
void
Process
();
33
virtual
void
SetOnline
();
34
virtual
void
SetOffline
();
35
36
/* virtual functions default to base class and overridden as needed */
37
virtual
void
Init
();
38
39
40
protected
:
41
42
private
:
43
44
};
45
46
#endif // EVEMU_POS_TCU_H_
TCUSE::Process
virtual void Process()
Definition:
TCU.cpp:122
TCUSE::IsTCUSE
virtual bool IsTCUSE()
Definition:
TCU.h:28
TCUSE::Init
virtual void Init()
Definition:
TCU.cpp:38
Structure.h
FactionData
Definition:
POD_containers.h:398
TCUSE::isGlobal
virtual bool isGlobal()
Definition:
TCU.h:27
StructureSE
Definition:
Structure.h:98
PyServiceMgr
Definition:
PyServiceMgr.h:47
TCUSE::~TCUSE
virtual ~TCUSE()
Definition:
TCU.h:20
TCUSE::SetOnline
virtual void SetOnline()
Definition:
TCU.cpp:52
Profile::system
Definition:
Profiler.h:41
TCUSE::GetTCUSE
virtual TCUSE * GetTCUSE()
Definition:
TCU.h:23
TCUSE::SetOffline
virtual void SetOffline()
Definition:
TCU.cpp:96
TCUSE::TCUSE
TCUSE(StructureItemRef structure, PyServiceMgr &services, SystemManager *system, const FactionData &fData)
Definition:
TCU.cpp:33
TCUSE
Definition:
TCU.h:15
SystemManager
Definition:
SystemManager.h:60
TCUSE::IsOperSE
virtual bool IsOperSE()
Definition:
TCU.h:29
RefPtr
Reference-counting-based smart pointer.
Definition:
RefPtr.h:133
backups
local
src
eve
EvEmu_Crucible
src
eve-server
pos
sovStructures
TCU.h
Generated on Sat Oct 16 2021 01:20:57 for EvEmu by
1.8.8