mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 00:40:22 -06:00
21 lines
248 B
C++
21 lines
248 B
C++
namespace M {
|
|
|
|
typedef int TopologyState;
|
|
|
|
namespace PingEntries {
|
|
namespace M_c1 {
|
|
enum {
|
|
WARN = 1,
|
|
FATAL = 2
|
|
};
|
|
}
|
|
namespace M_c2 {
|
|
enum {
|
|
WARN = 1,
|
|
FATAL = 2
|
|
};
|
|
}
|
|
}
|
|
|
|
}
|