1234567891011121314151617181920212223242526 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PunkHPX8_RT.Modules.VpwMain
- {
- public enum VPWMainMsg
- {
- Error,
- Initialize,
- ResumeError,
- Init,
- Abort,
- EnterIdle,
- Purge
- }
- public enum VPWBoostPumpTarget
- {
- Pressure,
- CellFlow
- }
- }
|