Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/RT/Fsm/FSM_MSG.cs

11 lines
143 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Core.RT.Fsm
{
public enum FSM_MSG
{
TIMER = 268435440,
NONE = 268435441,
WARNING = 268435442,
ALARM = 268435443
}
}