SEcube open-source SDK
environment.h
Go to the documentation of this file.
1 
7 #ifndef ENVIRONMENT_H_
8 #define ENVIRONMENT_H_
9 
10 #include "../sources/L1/L1.h"
11 #include "SEfile.h"
12 
13 extern L1 *SEcube;
14 extern std::vector<std::unique_ptr<SEfile>> databases;
15 extern bool SEkey_running;
17 #endif /* ENVIRONMENT_H_ */
SEcube
L1 * SEcube
Definition: SEkey.cpp:22
SEfile.h
This is the SEfile header that contains most of the methods, constants and structures used by SEfile.
databases
std::vector< std::unique_ptr< SEfile > > databases
Definition: SEcureDB.cpp:5
SEkey_running
bool SEkey_running
Definition: SEkey.cpp:21