-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9e22cf
commit 4da570e
Showing
7 changed files
with
7,743 additions
and
7,293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// extra nml constants for Polar Fox 2024 cargo class names that substitute legacy NML class names | ||
const CC_OPEN_BULK = CC_BULK; // bit number for reference 4 | ||
const CC_COVERED_BULK = CC_COVERED; // bit number for reference 9 | ||
const CC_POWDER_BULK = CC_POWDERIZED; // bit number for reference 11 | ||
const CC_LIQUID_BULK = CC_LIQUID; // bit number for reference 6 | ||
const CC_GAS_BULK = CC_HAZARDOUS; // bit number for reference 8 | ||
const CC_FLATBED = CC_OVERSIZED; // bit number for reference 10 | ||
const CC_WEIRD = CC_NON_POURABLE; // bit number for reference 12 | ||
const CC_OPEN_BULK = 4; // remaps legacy NML class: CC_BULK | ||
const CC_COVERED_BULK = 9; // remaps legacy NML class: CC_COVERED | ||
const CC_POWDER_BULK = 11; // remaps legacy NML class: CC_POWDERIZED | ||
const CC_LIQUID_BULK = 6; // remaps legacy NML class: CC_LIQUID | ||
const CC_GAS_BULK = 8; // remaps legacy NML class: CC_HAZARDOUS | ||
const CC_FLATBED = 10; // remaps legacy NML class: CC_OVERSIZED | ||
const CC_WEIRD = 12; // remaps legacy NML class: CC_NON_POURABLE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.