Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sgraphy.h
Go to the documentation of this file.
1 /// @file sgraphy.h
2 ///
3 /// Utility definitions for the application.
4 ///
5 /// The MIT License(MIT)
6 /// @copyright 2014 Paul M Watt
7 // ****************************************************************************
8 #ifndef SGRAPHY_H_INCLUDED
9 #define SGRAPHY_H_INCLUDED
10 // Includes ********************************************************************
11 #include <Alchemy.h>
12 
14 ( byte_t,
15  s_data,
16  ALCHEMY_BITS(0, d0, 2),
17  ALCHEMY_BITS(1, d1, 2),
18  ALCHEMY_BITS(2, d2, 2),
19  ALCHEMY_BITS(3, d3, 2)
20 );
21 
22 #endif