asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
source.h
1
12#ifndef ASRT_SOURCE_H
13#define ASRT_SOURCE_H
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
20enum asrt_source
21{
22 ASRT_CONTROLLER,
23 ASRT_REACTOR,
24};
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif