Files
Last update 6 years 10 months
by
Nick
metadata.h/* * Copyright (C) 2016-2017 Nick Naumenko (https://github.com/nnaumenko) * All rights reserved * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ /** * @file * @brief Module and quantity metadata registry * * Introduces numerical identifiers used to pinpoint modules and quantities */ #ifndef METADATA_H #define METADATA_H #endif