#include <vector>
#include "Qdos.h"
Defines | |
#define | N_MAX_QPLUG_OUTPUT_ARGS 30 |
#define | MAX_DATA_0BJECT_NAME_LENGTH 250 |
#define | DECLDIR |
Typedefs | |
typedef vector< QdObject_var > | QplugArgList |
typedef enum QplugReturnStatus_e | QplugReturnStatus |
Enumerations | |
enum | QplugReturnStatus_e { QPLUG_SUCCESS, QPLUG_WARNING, QPLUG_FAILURE } |
Functions | |
char * | GetSlotText (int n_slot) |
void | SetSlotText (int n_slot, const char *text) |
char * | QplugNewSTR (const char *in_str) |
void | QplugAppendTextDisplay (const char *) |
Variables | |
char | d_o_name_buf [MAX_DATA_0BJECT_NAME_LENGTH] |
#define DECLDIR |
#define MAX_DATA_0BJECT_NAME_LENGTH 250 |
#define N_MAX_QPLUG_OUTPUT_ARGS 30 |
typedef vector<QdObject_var> QplugArgList |
typedef enum QplugReturnStatus_e QplugReturnStatus |
enum QplugReturnStatus_e |
char* GetSlotText | ( | int | n_slot | ) |
void QplugAppendTextDisplay | ( | const char * | ) |
char* QplugNewSTR | ( | const char * | in_str | ) |
void SetSlotText | ( | int | n_slot, | |
const char * | text | |||
) |
char d_o_name_buf[MAX_DATA_0BJECT_NAME_LENGTH] |