iCub-main
Classes | Enumerations | Functions | Variables
strain::regulation Namespace Reference

Classes

struct  Analog1
 
struct  Analog
 
struct  Digital
 
struct  Set1
 
struct  Set
 
struct  FullRegulation1
 
struct  FullRegulation
 

Enumerations

enum class  Version {
  two = 2 ,
  three = 3 ,
  four = 4
}
 

Functions

bool read (const std::string fname, FullRegulation &reg)
 
bool write (const std::string filename, const FullRegulation &reg)
 
bool apply (cDownloader *down, const FullRegulation &reg)
 

Variables

const std::uint8_t maxSets = 3
 

Enumeration Type Documentation

◆ Version

Enumerator
two 
three 
four 

Definition at line 261 of file strain.h.

Function Documentation

◆ apply()

bool strain::regulation::apply ( cDownloader down,
const FullRegulation reg 
)

◆ read()

bool strain::regulation::read ( const std::string  fname,
FullRegulation reg 
)

Definition at line 1366 of file strain.cpp.

◆ write()

bool strain::regulation::write ( const std::string  filename,
const FullRegulation reg 
)

Variable Documentation

◆ maxSets

const std::uint8_t strain::regulation::maxSets = 3

Definition at line 259 of file strain.h.