OpcUaCanOpen
CANopen OPC-UA server
funcTable Struct Reference

#include <TMath.h>

Public Member Functions

 funcTable ()
 
 funcTable (const struct funcTable &ft)
 
 funcTable (unsigned int id, std::string n, int n_p, double(p_f)())
 
 funcTable (unsigned int id, std::string n, int n_p, double(p_f)(double))
 
 funcTable (unsigned int id, std::string n, int n_p, double(p_f)(double, double))
 
 funcTable (unsigned int id, std::string n, int n_p, double(p_f)(double, double, double))
 
 funcTable (unsigned int id, std::string n, int n_p, double(p_f)(bool, double, double))
 
 funcTable (unsigned int id, std::string n, int n_p, bool(p_f)())
 
 funcTable (unsigned int id, std::string n, int n_p, bool(p_f)(double))
 
 funcTable (unsigned int id, std::string n, int n_p, bool(p_f)(double, double))
 
 funcTable (unsigned int id, std::string n, int n_p, bool(p_f)(bool))
 
 funcTable (unsigned int id, std::string n, int n_p, bool(p_f)(bool, bool))
 

Public Attributes

unsigned int iden
 
std::string name
 
int num_param
 
ptr_func p_func
 

Detailed Description

Definition at line 44 of file TMath.h.

Constructor & Destructor Documentation

◆ funcTable() [1/12]

funcTable::funcTable ( )
inline

Definition at line 50 of file TMath.h.

◆ funcTable() [2/12]

funcTable::funcTable ( const struct funcTable ft)
inline

Definition at line 51 of file TMath.h.

◆ funcTable() [3/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
double(p_f)()   
)
inline

Definition at line 55 of file TMath.h.

◆ funcTable() [4/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
double(p_f)(double)   
)
inline

Definition at line 59 of file TMath.h.

◆ funcTable() [5/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
double(p_f)(double, double)   
)
inline

Definition at line 63 of file TMath.h.

◆ funcTable() [6/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
double(p_f)(double, double, double)   
)
inline

Definition at line 67 of file TMath.h.

◆ funcTable() [7/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
double(p_f)(bool, double, double)   
)
inline

Definition at line 71 of file TMath.h.

◆ funcTable() [8/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
bool(p_f)()   
)
inline

Definition at line 75 of file TMath.h.

◆ funcTable() [9/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
bool(p_f)(double)   
)
inline

Definition at line 79 of file TMath.h.

◆ funcTable() [10/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
bool(p_f)(double, double)   
)
inline

Definition at line 83 of file TMath.h.

◆ funcTable() [11/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
bool(p_f)(bool)   
)
inline

Definition at line 87 of file TMath.h.

◆ funcTable() [12/12]

funcTable::funcTable ( unsigned int  id,
std::string  n,
int  n_p,
bool(p_f)(bool, bool)   
)
inline

Definition at line 91 of file TMath.h.

Member Data Documentation

◆ iden

unsigned int funcTable::iden

Definition at line 45 of file TMath.h.

◆ name

std::string funcTable::name

Definition at line 46 of file TMath.h.

◆ num_param

int funcTable::num_param

Definition at line 47 of file TMath.h.

◆ p_func

ptr_func funcTable::p_func

Definition at line 48 of file TMath.h.


The documentation for this struct was generated from the following file: