roviz  0.7
Code Documentation of roviz
Public Member Functions | List of all members
TrimImplCmdline Class Reference

Trim implementation for the Cmdline backend. More...

#include <trim_impl_cmdline.h>

Inheritance diagram for TrimImplCmdline:
Inheritance graph
Collaboration diagram for TrimImplCmdline:
Collaboration graph

Public Member Functions

double value (void) override
 Get the value of the Trim. More...
 
void setValue (double val)
 Set the value of the Trim. More...
 

Detailed Description

Trim implementation for the Cmdline backend.

For this backend, a trim is a constand value and cannot change once it's set.

See also
TrimImpl

Member Function Documentation

◆ setValue()

void TrimImplCmdline::setValue ( double  val)

Set the value of the Trim.

Parameters
valThe value
See also
value

◆ value()

double TrimImplCmdline::value ( void  )
overridevirtual

Get the value of the Trim.

Returns
The value
See also
setValue

Implements TrimImpl.


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