mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 13:17:55 +00:00
10 lines
287 B
C++
10 lines
287 B
C++
|
|
||
|
#ifndef __SWIG_CONERT_UNITS_HH__
|
||
|
#define __SWIG_CONERT_UNITS_HH__
|
||
|
#include <string>
|
||
|
|
||
|
int convert_united_value( std::string & to_units , std::string & from_units , long long * val ) ;
|
||
|
int convert_united_value( std::string & to_units , std::string & from_units , double * val ) ;
|
||
|
|
||
|
#endif
|