#include <source.h>
Helper class for CoreSource, creates the CoreSource and the Lua interpreter.
Definition at line 83 of file source.h.
◆ get()
Source * meteo::vm2::Source::get |
( |
| ) |
|
|
static |
Get the default source (singleton) using the default path (METEO_VM2_SOURCE
environment variable or, if unset, $sharedstatedir/meteo-vm2/source/default.luac
).
Definition at line 145 of file source.cc.
◆ lua_find_stations()
std::vector< int > meteo::vm2::Source::lua_find_stations |
( |
int |
idx | ) |
|
◆ lua_find_variables()
std::vector< int > meteo::vm2::Source::lua_find_variables |
( |
int |
idx | ) |
|
◆ lua_push_station()
void meteo::vm2::Source::lua_push_station |
( |
int |
id | ) |
|
◆ lua_push_variable()
void meteo::vm2::Source::lua_push_variable |
( |
int |
id | ) |
|
The documentation for this class was generated from the following files: