adapnex::core::InputArrayMapping

InputArrayMapping provides an interface for input drivers to pass an array of values to an application. Individual elements can be selected using the index operator and then accessed via the value() method or by mapping a variable that will hold the element's value.

Synopsis

Declared in <adapnex/core/mapping.h>

template<
    typename T,
    size_t N>
class InputArrayMapping
    : public boost::noncopyable

Base Classes

Name Description

boost::noncopyable

Member Functions

Name

Description

data

Returns a reference to the array produced by the input driver.

operator[]

Returns a representation of the element at the given index of the array for individual mappings.

Protected Types

Protected Member Functions

Name

Update

Protected Data Members

Friends

Name Description

adapnex::core::Mapping_InputArrayMapping_Test

Created with MrDocs