Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Debug
Commands
Precache
PrecacheViewCommand.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Command.h"
6
#include "Commands.h"
7
#include "StreamingVolumeController.h"
8
#include "PrecacheService.h"
9
#include "IFrustumVolumeProvider.h"
10
11
namespace
Eegeo
12
{
13
namespace
Debug
14
{
15
namespace
Commands
16
{
17
namespace
Precache
18
{
19
class
PrecacheViewCommand
:
public
Command
20
{
21
public
:
22
PrecacheViewCommand
(
Eegeo::Web::PrecacheService
& precacheService,
23
Eegeo::Streaming::IFrustumVolumeProvider
& frustumVolumeProvider);
24
25
bool
TryExecute(
26
const
std::vector<std::string>& arguments,
27
const
ICommandTerminalOutput
& commandTerminal)
const
;
28
private
:
29
Eegeo::Web::PrecacheService
& m_precacheService;
30
Eegeo::Streaming::IFrustumVolumeProvider
& m_frustumVolumeProvider;
31
};
32
}
33
}
34
}
35
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1