File test_notation_att.c
FileList > note-algebraic_tangle_tree > test > test_notation_att.c
Go to the source code of this file
#include "notation_att.h"#include "notation_tv.h"#include "unity.h"
Public Attributes
| Type | Name |
|---|---|
| note_att_t | att_de = /* multi line expression */ |
| char | att_string = "+v[7 6 5 4 3 2 145]+[7 6 5 4 3 2 145][7 6 5 4 3 2 145][7 6 5 4 3 2 145]" |
| note_att_node_t | node_buffer_de = /* multi line expression */ |
| note_tv_t | tv_buffer_de = /* multi line expression */ |
Public Functions
| Type | Name |
|---|---|
| int | main (void) |
| void | setUp (void) |
| void | tearDown (void) |
| STATIC_INLINE void | test_decode (void) |
| STATIC_INLINE void | test_encode (void) |
Macros
| Type | Name |
|---|---|
| define | STR_TERMINAL_CHAR (0x7Fu) |
Public Attributes Documentation
variable att_de
note_att_t att_de;
variable att_string
char att_string[];
variable node_buffer_de
note_att_node_t node_buffer_de[];
variable tv_buffer_de
note_tv_t tv_buffer_de;
Public Functions Documentation
function main
int main (
void
)
function setUp
void setUp (
void
)
function tearDown
void tearDown (
void
)
function test_decode
STATIC_INLINE void test_decode (
void
)
function test_encode
STATIC_INLINE void test_encode (
void
)
Macro Definition Documentation
define STR_TERMINAL_CHAR
#define STR_TERMINAL_CHAR `(0x7Fu)`
The documentation for this class was generated from the following file source/note-algebraic_tangle_tree/test/test_notation_att.c