#include <map>
#include "eve-common.h"
Go to the source code of this file.
|
enum | {
PI::Command::Invalid = 0,
PI::Command::CreatePin = 1,
PI::Command::RemovePin = 2,
PI::Command::CreateLink = 3,
PI::Command::RemoveLink = 4,
PI::Command::SetLinkLevel = 5,
PI::Command::CreateRoute = 6,
PI::Command::RemoveRoute = 7,
PI::Command::SetSchematic = 8,
PI::Command::UpgradeCommandCenter = 9,
PI::Command::AddExtractorHead = 10,
PI::Command::KillExtractorHead = 11,
PI::Command::MoveExtractorHead = 12,
PI::Command::InstallProgram = 13,
PI::Command::PrioritizeRoute = 14
} |
|
enum | { PI::Pin::State::Edit = -2,
PI::Pin::State::Disabled = -1,
PI::Pin::State::Idle = 0,
PI::Pin::State::Active = 1
} |
|
enum | {
PI::Pin::Level0 = 0,
PI::Pin::Level1 = 1,
PI::Pin::Level2 = 2,
PI::Pin::Level3 = 3,
PI::Pin::Level4 = 4,
PI::Pin::Level5 = 5,
PI::Pin::Level6 = 6,
PI::Pin::Level7 = 7,
PI::Pin::Level8 = 8,
PI::Pin::Level9 = 9,
PI::Pin::Level10 = 10
} |
|
enum | { PI::Route::PriorityLow = -1,
PI::Route::PriorityNorm = 0,
PI::Route::PriorityHi = 1
} |
|
enum | { PI::Cargo::InOrbit = 0,
PI::Cargo::Deployed = 1,
PI::Cargo::Claimed = 2,
PI::Cargo::Deleted = 3
} |
|