AWS SDK for C++
0.14.3
AWS SDK for C++
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
aws-cpp-sdk-devicefarm
include
aws
devicefarm
model
SampleType.h
Go to the documentation of this file.
1
/*
2
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
* You may not use this file except in compliance with the License.
6
* A copy of the License is located at
7
*
8
* http://aws.amazon.com/apache2.0
9
*
10
* or in the "license" file accompanying this file. This file is distributed
11
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12
* express or implied. See the License for the specific language governing
13
* permissions and limitations under the License.
14
*/
15
#pragma once
16
#include <
aws/devicefarm/DeviceFarm_EXPORTS.h
>
17
#include <
aws/core/utils/memory/stl/AWSString.h
>
18
19
namespace
Aws
20
{
21
namespace
DeviceFarm
22
{
23
namespace
Model
24
{
25
enum class
SampleType
26
{
27
NOT_SET
,
28
CPU
,
29
MEMORY
,
30
THREADS
,
31
RX_RATE
,
32
TX_RATE
,
33
RX
,
34
TX
,
35
NATIVE_FRAMES
,
36
NATIVE_FPS
,
37
NATIVE_MIN_DRAWTIME
,
38
NATIVE_AVG_DRAWTIME
,
39
NATIVE_MAX_DRAWTIME
,
40
OPENGL_FRAMES
,
41
OPENGL_FPS
,
42
OPENGL_MIN_DRAWTIME
,
43
OPENGL_AVG_DRAWTIME
,
44
OPENGL_MAX_DRAWTIME
45
};
46
47
namespace
SampleTypeMapper
48
{
49
AWS_DEVICEFARM_API
SampleType
GetSampleTypeForName
(
const
Aws::String
& name);
50
51
AWS_DEVICEFARM_API
Aws::String
GetNameForSampleType
(
SampleType
value);
52
}
// namespace SampleTypeMapper
53
}
// namespace Model
54
}
// namespace DeviceFarm
55
}
// namespace Aws
AWS_DEVICEFARM_API
#define AWS_DEVICEFARM_API
Definition:
DeviceFarm_EXPORTS.h:37
Aws::DeviceFarm::Model::SampleType::TX
Aws::DeviceFarm::Model::SampleTypeMapper::GetSampleTypeForName
AWS_DEVICEFARM_API SampleType GetSampleTypeForName(const Aws::String &name)
Aws::DeviceFarm::Model::SampleType::OPENGL_MAX_DRAWTIME
Aws::DeviceFarm::Model::SampleType::OPENGL_MIN_DRAWTIME
Aws::DeviceFarm::Model::SampleType::NATIVE_MIN_DRAWTIME
Aws::DeviceFarm::Model::SampleType::OPENGL_AVG_DRAWTIME
Aws::DeviceFarm::Model::SampleType::CPU
Aws::DeviceFarm::Model::SampleType::TX_RATE
Aws::DeviceFarm::Model::SampleType::OPENGL_FPS
Aws::DeviceFarm::Model::ArtifactCategory::NOT_SET
Aws::DeviceFarm::Model::SampleType::MEMORY
AWSString.h
Aws::DeviceFarm::Model::SampleType::THREADS
Aws::DeviceFarm::Model::SampleTypeMapper::GetNameForSampleType
AWS_DEVICEFARM_API Aws::String GetNameForSampleType(SampleType value)
Aws::DeviceFarm::Model::SampleType::NATIVE_FRAMES
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Aws::DeviceFarm::Model::SampleType::NATIVE_FPS
Aws::DeviceFarm::Model::SampleType::RX_RATE
Aws::DeviceFarm::Model::SampleType::RX
Aws::DeviceFarm::Model::SampleType::NATIVE_AVG_DRAWTIME
Aws::DeviceFarm::Model::SampleType
SampleType
Definition:
SampleType.h:25
DeviceFarm_EXPORTS.h
Aws::DeviceFarm::Model::SampleType::NATIVE_MAX_DRAWTIME
Aws::DeviceFarm::Model::SampleType::OPENGL_FRAMES
Aws
JSON (JavaScript Object Notation).
Definition:
AccessManagementClient.h:24
Generated by
1.8.11