RESPOND 2.5.1
Researching Effective Strategies to Prevent Opioid Death
Loading...
Searching...
No Matches
constants.hpp
1
2// File: constants.hpp //
3// Project: respond //
4// Created Date: 2026-07-06 //
5// Author: Matthew Carroll //
6// ----- //
7// Last Modified: 2026-07-07 //
8// Modified By: Matthew Carroll //
9// ----- //
10// Copyright (c) 2026 Syndemics Lab at Boston Medical Center //
12
13#ifndef RESPOND_CONSTANTS_HPP_
14#define RESPOND_CONSTANTS_HPP_
15
16#define RESPOND_DEFAULT_LOG "respond"
17#define RESPOND_DEFAULT_LOG_FILE "respond.log"
18#define RESPOND_DEFAULT_TRANSITION_NAME "transition"
19
20#endif