C Command Overview - qfix crash-bobby Instructions Manual

Table of Contents

Advertisement

Appendix C
Command Overview
Each of the following tables describes one class with their methods. To call these methods,
an object of this class must exist. Please refer to the sample programs on the CD.
The column RValue in the class table describes the type of the return value for each
method. The following types are used:
Type
Description
void
No value (used as return type in functions with-
out return value)
bool
Boolean value (
int
Integer value (-32767 – 32768)
char
Character (e.g. 'A')
char*
Pointer to a character. This is used for char-
acter strings as parameters to a function (e.g.
"Hello"
)
true
or
false
)
31

Advertisement

Table of Contents
loading

Table of Contents