API Guides > ConceptRT 3.x
IMappingOutputCyclic< type > Class Template Referenceabstract

Base interface for Output Cyclic. More...

Detailed Description

template<class type>
class ConceptRT::IMappingOutputCyclic< type >

Base interface for Output Cyclic.

Template Parameters
typeMapping link type.

Public Member Methods

virtual type GetValue () const =0
 Gets the IO value. More...
 
virtual void SetValue (type value)=0
 Sets the IO value. More...
 

Methods Documentation