OpcUaCanOpen
CANopen OPC-UA server
exprtk_simple_example_05.cpp File Reference
#include <cstdio>
#include <string>
#include "exprtk.hpp"

Go to the source code of this file.

Classes

struct  myfunc< T >
 

Functions

template<typename T >
myotherfunc (T v0, T v1, T v2)
 
template<typename T >
void custom_function ()
 
int main ()
 

Function Documentation

◆ custom_function()

template<typename T >
void custom_function ( )

Definition at line 47 of file exprtk_simple_example_05.cpp.

◆ main()

int main ( )

Definition at line 77 of file exprtk_simple_example_05.cpp.

◆ myotherfunc()

template<typename T >
T myotherfunc ( v0,
v1,
v2 
)
inline

Definition at line 41 of file exprtk_simple_example_05.cpp.