Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move vertexType definition to AllVertices and make enum class #792

Open
stiber opened this issue Feb 5, 2025 · 0 comments
Open

Move vertexType definition to AllVertices and make enum class #792

stiber opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels
refactor doesn't change functionality, just improves code

Comments

@stiber
Copy link
Contributor

stiber commented Feb 5, 2025

// Vertex types.
// NEURO:
// INH - Inhibitory neuron
// EXC - Excitory neuron
// NG911:
// CALR: Caller radii
// PSAP: PSAP nodes
// EMS, FIRE, LAW: Responder nodes
enum vertexType {
// Neuro
INH = 1,
EXC = 2,
// NG911
CALR = 3,
PSAP = 4,
EMS = 5,
FIRE = 6,
LAW = 7,
// UNDEF
VTYPE_UNDEF = 0
};

@stiber stiber added the refactor doesn't change functionality, just improves code label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor doesn't change functionality, just improves code
Projects
None yet
Development

No branches or pull requests

2 participants