File tang_defs.h
FileList > defs > tang_defs.h
Go to the source code of this file
Common definitions for the tanglenomicon project. More...
#include "stdint.h"
Macros
| Type | Name |
|---|---|
| define | STATIC_INLINE static |
| define | STATIC_INLINE_UINT8 STATIC\_INLINE uint8\_t |
| define | UTIL_TANG_DEFS_INF_TANG_STR ("infty")The string representation for infinity tangle. |
| define | UTIL_TANG_DEFS_MAX_CROSSINGNUM (20u)The max number of crossings that the tooling is configured for. |
| define | UTIL_TANG_DEFS_M_ONE_TANG_STR ("-1")The string representation for -1 tangle. |
| define | UTIL_TANG_DEFS_ONE_TANG_STR ("1")The string representation for 1 tangle. |
| define | UTIL_TANG_DEFS_ZERO_TANG_STR ("0")The string representation for zero tangle. |
Detailed Description
Author:
Joe Starr
Macro Definition Documentation
define STATIC_INLINE
#define STATIC_INLINE `static`
define STATIC_INLINE_UINT8
#define STATIC_INLINE_UINT8 `STATIC_INLINE uint8_t`
define UTIL_TANG_DEFS_INF_TANG_STR
The string representation for infinity tangle.
#define UTIL_TANG_DEFS_INF_TANG_STR `("infty")`
define UTIL_TANG_DEFS_MAX_CROSSINGNUM
The max number of crossings that the tooling is configured for.
#define UTIL_TANG_DEFS_MAX_CROSSINGNUM `(20u)`
define UTIL_TANG_DEFS_M_ONE_TANG_STR
The string representation for -1 tangle.
#define UTIL_TANG_DEFS_M_ONE_TANG_STR `("-1")`
define UTIL_TANG_DEFS_ONE_TANG_STR
The string representation for 1 tangle.
#define UTIL_TANG_DEFS_ONE_TANG_STR `("1")`
define UTIL_TANG_DEFS_ZERO_TANG_STR
The string representation for zero tangle.
#define UTIL_TANG_DEFS_ZERO_TANG_STR `("0")`
The documentation for this class was generated from the following file source/defs/tang_defs.h