KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
Provides access to the runtime image booting. More...
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | RT_DEFAULT_IMAGE 1 |
Functions | |
int | rtImage () |
Returns the image loaded for runtime. More... | |
bool | rtSetImage (int imgNo) |
Sets the runtime boot image number. More... | |
Provides access to the runtime image booting.
Definition in file runtime.h.
int rtImage | ( | ) |