YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Macros | Enumerations | Functions
location.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define YAC_MAX_LOC_STR_LEN   10
 

Enumerations

enum  yac_location { YAC_LOC_CELL = 0 , YAC_LOC_CORNER = 1 , YAC_LOC_EDGE = 2 , YAC_LOC_UNDEFINED = 3 }
 

Functions

enum yac_location yac_str2loc (char const *location)
 
char const * yac_loc2str (enum yac_location location)
 
enum yac_location yac_get_location (int const location)
 

Macro Definition Documentation

◆ YAC_MAX_LOC_STR_LEN

#define YAC_MAX_LOC_STR_LEN   10

Definition at line 10 of file location.h.

Enumeration Type Documentation

◆ yac_location

Enumerator
YAC_LOC_CELL 
YAC_LOC_CORNER 
YAC_LOC_EDGE 
YAC_LOC_UNDEFINED 

Definition at line 12 of file location.h.

Function Documentation

◆ yac_get_location()

enum yac_location yac_get_location ( int const  location)

Definition at line 44 of file location.c.

Here is the caller graph for this function:

◆ yac_loc2str()

char const * yac_loc2str ( enum yac_location  location)

Definition at line 32 of file location.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ yac_str2loc()

enum yac_location yac_str2loc ( char const *  location)

Definition at line 21 of file location.c.

Here is the call graph for this function:
Here is the caller graph for this function: