void ajMessInvokeDebugger ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 1.0.0
AjMessVoidRoutine ajMessRegBeep ( AjMessVoidRoutine func );
Type | Name | Read/Write | Description |
---|---|---|---|
AjMessVoidRoutine | func | Function | Function to be registered |
AjMessVoidRoutine | RETURN | Previously defined function |
From EMBOSS 2.9.0
AjMessOutRoutine ajMessRegOut ( AjMessOutRoutine func );
Type | Name | Read/Write | Description |
---|---|---|---|
AjMessOutRoutine | func | Function | Function to be registered |
AjMessOutRoutine | RETURN | Previously defined function |
From EMBOSS 2.9.0
AjMessOutRoutine ajMessRegDump ( AjMessOutRoutine func );
Type | Name | Read/Write | Description |
---|---|---|---|
AjMessOutRoutine | func | Function | Function to be registered |
AjMessOutRoutine | RETURN | Previously defined function |
From EMBOSS 2.9.0
AjMessOutRoutine ajMessRegErr ( AjMessOutRoutine func );
Type | Name | Read/Write | Description |
---|---|---|---|
AjMessOutRoutine | func | Function | Function to be registered |
AjMessOutRoutine | RETURN | Previously defined function |
From EMBOSS 2.9.0
AjMessOutRoutine ajMessRegExit ( AjMessOutRoutine func );
Type | Name | Read/Write | Description |
---|---|---|---|
AjMessOutRoutine | func | Function | Function to be registered |
AjMessOutRoutine | RETURN | Previously defined function |
From EMBOSS 2.9.0
AjMessOutRoutine ajMessRegCrash ( AjMessOutRoutine func );
Type | Name | Read/Write | Description |
---|---|---|---|
AjMessOutRoutine | func | Function | Function to be registered |
AjMessOutRoutine | RETURN | Previously defined function |
From EMBOSS 2.9.0
AjMessOutRoutine ajMessRegWarn ( AjMessOutRoutine func );
Type | Name | Read/Write | Description |
---|---|---|---|
AjMessOutRoutine | func | Function | Function to be registered |
AjMessOutRoutine | RETURN | Previously defined function |
From EMBOSS 2.9.0
void ajMessBeep ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 1.0.0
void ajUser ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format string |
... | vararg | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajUserDumpC ( const char* txt );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | txt | Input | String to print unchanged |
void | RETURN |
From EMBOSS 6.0.0
void ajUserDumpS ( const AjPStr str );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | str | Input | String to print unchanged |
void | RETURN |
From EMBOSS 6.0.0
void ajMessOut ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format string |
... | vararg | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 1.0.0
void ajVUser ( const char* format, va_list args );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format string |
va_list | args | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajMessDump ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | format string. |
... | vararg | Vararg | Variable length argument list. |
void | RETURN |
From EMBOSS 1.0.0
ajint ajMessGetCountError ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
ajint | RETURN | Error function call count. |
From EMBOSS 6.2.0
void ajErr ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
... | vararg | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajVErr ( const char* format, va_list args );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
va_list | args | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajDie ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
... | vararg | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajVDie ( const char* format, va_list args );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
va_list | args | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajWarn ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
... | vararg | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajVWarn ( const char* format, va_list args );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
va_list | args | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.9.0
void ajMessExitmsg ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
... | vararg | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 2.7.0
void ajMessCrashFL ( const char* format, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
... | vararg | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 1.0.0
void ajMessVCrashFL ( const char* format, va_list args );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | format | Input | Format |
va_list | args | Vararg | Variable length argument list |
void | RETURN |
From EMBOSS 1.0.0
const char* ajMessGetMessageC ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | RETURN | Message text |
From EMBOSS 6.2.0
const char* ajMessGetSysmessageC ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | RETURN | System error message. |
From EMBOSS 6.2.0
void ajMessErrorInit ( const char* progname );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | progname | Input | Program name. |
void | RETURN |
From EMBOSS 1.0.0
void ajMessSetErr ( const char* filename, ajint line_num );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | filename | Input | source filename, __FILE__ |
ajint | line_num | Input | source line number, __LINE__ |
void | RETURN |
From EMBOSS 1.0.0
AjBool ajMessErrorSetFile ( const char* errfile );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | errfile | Input | Error file name |
AjBool | RETURN | ajTrue on success |
From EMBOSS 1.0.0
void ajMessOutCode ( const char* code );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | code | Input | Message code |
void | RETURN |
From EMBOSS 1.0.0
void ajMessErrorCode ( const char* code );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | code | Input | Error code |
void | RETURN |
From EMBOSS 1.0.0
void ajMessCrashCodeFL ( const char* code );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | code | Input | Error code |
void | RETURN |
From EMBOSS 1.0.0
void ajMessCodesDelete ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 1.0.0
void ajDebug ( const char* fmt, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | fmt | Input | Format. |
... | vararg | Vararg | Variable argument list. |
void | RETURN |
From EMBOSS 1.0.0
AjBool ajDebugOn ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjBool | RETURN | True if user has enabled debugging |
From EMBOSS 6.4.0
AjBool ajDebugTest ( const char* token );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | token | Input | Token name |
AjBool | RETURN | True if token has debugging requested |
From EMBOSS 6.2.0
FILE* ajMessGetDebugfile ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
FILE* | RETURN | C runtime library file handle for debug output. |
From EMBOSS 6.2.0
ajint ajUserGet ( AjPStr* pthis, const char* fmt, ... );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPStr* | pthis | Output | Buffer for the user response. |
const char* | fmt | Input | Format string |
... | vararg | Vararg | Variable argument list. |
ajint | RETURN | Length of response string. |
From EMBOSS 1.0.0
void ajMessExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 1.0.0
void ajMessExitDebug ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 6.2.0