Scope
scope::ScannerSupportedVectors Class Reference

#include <ScopeDatatypes.h>

Static Public Member Functions

static std::vector< ScannerVectorTypeHelper::ModeList (const ScannerTypeHelper::Mode &_scannertype=SCOPE_SCANNERTYPE)
 
static bool IsSupported (const ScannerVectorTypeHelper::Mode &_scanmode, const ScannerTypeHelper::Mode &_scannertype=SCOPE_SCANNERTYPE)
 
static bool IsBuiltinSupported (const ScannerVectorTypeHelper::Mode &_scanmode)
 

Detailed Description

Describes the scanner vector types that are supported for a given scanner type.

Definition at line 311 of file ScopeDatatypes.h.

Member Function Documentation

std::vector< ScannerVectorTypeHelper::Mode > scope::ScannerSupportedVectors::List ( const ScannerTypeHelper::Mode _scannertype = SCOPE_SCANNERTYPE)
static

Returns a vector with all supported scannervectors for a given scannertype.

Default scannertype is the one compiled for.

Definition at line 34 of file ScopeDatatypes.cpp.

bool scope::ScannerSupportedVectors::IsSupported ( const ScannerVectorTypeHelper::Mode _scanmode,
const ScannerTypeHelper::Mode _scannertype = SCOPE_SCANNERTYPE 
)
static

Returns true if a given scannervector/scanmode is supported by a given scannertypeDefault scannertype is the one compiled for.

Definition at line 53 of file ScopeDatatypes.cpp.

bool scope::ScannerSupportedVectors::IsBuiltinSupported ( const ScannerVectorTypeHelper::Mode _scanmode)
static

Returns true if a given scannervector/scanmode is supported by the builtin/hardcoded (see ScopeDefines.h) scannertype.

Definition at line 58 of file ScopeDatatypes.cpp.


The documentation for this class was generated from the following files: