OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
SelfTest.h
1
#pragma once
2
#if !defined(OSCR_CORE_SELFTEST_H_)
3
# define OSCR_CORE_SELFTEST_H_
4
5
# include "config.h"
6
7
# if HAS_SELFTEST
8
# include "syslibinc.h"
9
# include "common/Types.h"
10
14
namespace
OSCR::Cores::SelfTest
15
{
19
void
run
();
20
24
void
testVoltages
();
25
}
26
27
# endif
/* HAS_SELFTEST */
28
#endif
/* OSCR_CORE_SELFTEST_H_ */
OSCR::Cores::SelfTest
Self test diagnostic assistant.
Definition
SelfTest.h:15
OSCR::Cores::SelfTest::run
void run()
Definition
SelfTest.cpp:104
OSCR::Cores::SelfTest::testVoltages
void testVoltages()
Definition
SelfTest.cpp:207
include
cores
SelfTest.h
Generated by
1.14.0