API Guides > ConceptRT 3.x
OutputFloat64Cyclic Class Reference

Ouput Float64 Digital Cyclic. More...

Detailed Description

Ouput Float64 Digital Cyclic.

+ Inheritance diagram for OutputFloat64Cyclic:

Public Member Methods

const classTypeoperator= (const classType &rigth)
 Operator equal. More...
 
const classTypeoperator= (Float64 rigth)
 Operator equal. More...
 
- Public Member Methods inherited from OutputGenericCyclic< Float64 >
 operator Float64 () const
 Implicit converter. More...
 
Float64 GetValue () const
 Gets the IO value. More...
 
void SetValue (Float64 value)
 Sets the IO value. More...
 
const Float64GetLatestValue () const
 Gets the Output value before force. More...
 
void Force (Float64 value)
 Force the Input to a value. More...
 
bool IsForced () const
 Query if the IO is forced. More...
 
void Release ()
 Release the forced value. More...
 
- Public Member Methods inherited from InputOutput
 InputOutput ()
 Default constructor. More...
 
void SetLogicalName (PCChar8 logicalName)
 Sets the IO logical name. More...
 
const BaseStaticStringGetLogicalName () const
 Gets the IO logical name. More...
 
Int32 GetInputOutputIdentifier () const
 Gets the IO auto identifier. More...
 

Methods Documentation

const classType& operator= ( const classType rigth)
inline

Operator equal.

Parameters
rigthThe rigth io.
Returns
Current object reference.
RT Exceptions:
RT_ERROR_IO_NOT_MAPPED
const classType& operator= ( Float64  rigth)
inline

Operator equal.

Parameters
rigthThe rigth io.
Returns
Current object reference.
RT Exceptions:
RT_ERROR_IO_NOT_MAPPED