Go to the source code of this file.
|
| typedef long | INT32 |
| | Short cut for signed 32 bit integer. More...
|
| |
| typedef unsigned long | UINT32 |
| | Short cut for unsigned 32 bit integer. More...
|
| |
| typedef signed long long | INT64 |
| | Short cut for signed 64 bit integer. More...
|
| |
| typedef unsigned long long | UINT64 |
| | Short cut for unsigned 64 bit integer. More...
|
| |
|
| void | message (struct Coord_t *location, Message *message,...) |
| | Print message. More...
|
| |
| void | vlogprintf (const char *format, va_list args) |
| | Print to logfile. More...
|
| |
| void | logprintf (const char *format,...) |
| | Print to logfile. More...
|
| |
| void | warning (struct Coord_t *location, const char *format,...) |
| | This routine should not be used by plugins. More...
|
| |
| void | error (struct Coord_t *location, const char *format,...) |
| | This routine should not be used by plugins. More...
|
| |
| void | info (struct Coord_t *location, const char *format,...) |
| | This routine should not be used by plugins. More...
|
| |
| void | fatal (struct Coord_t *location, const char *format,...) |
| | This routine should not be used by plugins. More...
|
| |
| void | trace (struct Coord_t *location, const char *format,...) |
| | This routine should not be used by plugins. More...
|
| |
◆ INT32
Short cut for signed 32 bit integer.
◆ INT64
| typedef signed long long INT64 |
Short cut for signed 64 bit integer.
◆ UINT32
Short cut for unsigned 32 bit integer.
◆ UINT64
| typedef unsigned long long UINT64 |
Short cut for unsigned 64 bit integer.
◆ error()
| void error |
( |
struct Coord_t * |
location, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
This routine should not be used by plugins.
- Todo:
- Cleanup internal and remove the use of these.
◆ fatal()
| void fatal |
( |
struct Coord_t * |
location, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
This routine should not be used by plugins.
- Todo:
- Cleanup internal and remove the use of these.
◆ info()
| void info |
( |
struct Coord_t * |
location, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
This routine should not be used by plugins.
- Todo:
- Cleanup internal and remove the use of these.
◆ trace()
| void trace |
( |
struct Coord_t * |
location, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
This routine should not be used by plugins.
- Todo:
- Cleanup internal and remove the use of these.
◆ warning()
| void warning |
( |
struct Coord_t * |
location, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
This routine should not be used by plugins.
- Todo:
- Cleanup internal and remove the use of these.