IOLink  IOL_v1.6.1_release
MemoryLayout.h
1 #pragma once
2 
3 namespace iolink
4 {
5 
10 enum class MemoryLayout
11 {
13  UNKNOWN = 0,
14 
28  C,
29 
43  FORTRAN,
44 };
45 
46 } // end namespace iolink