opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
libopynsim
documents
output_extractors
output_extractor_data_type.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
opyn
4
{
5
// indicates the datatype that an `OutputExtractor` emits at runtime
6
enum class
OutputExtractorDataType
{
7
Float
,
8
Vector2
,
9
String
,
10
NUM_OPTIONS
11
};
12
}
opyn
Definition
component_registry.h:14
opyn::OutputExtractorDataType
OutputExtractorDataType
Definition
output_extractor_data_type.h:6
opyn::OutputExtractorDataType::Vector2
@ Vector2
opyn::OutputExtractorDataType::Float
@ Float
opyn::OutputExtractorDataType::String
@ String
opyn::DataPointType::NUM_OPTIONS
@ NUM_OPTIONS
Generated by
1.9.8