DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 59
FILLER Command
typedef struct __a
{
char b;
char c;
char d;
char filler_0;
} a_def;
#pragma section e
/* Definition E created on 10/13/1995 at 13:23 */
typedef char e_def;
#pragma section f
/* Definition F created on 10/13/1995 at 13:23 */
#pragma fieldalign shared8 __f
typedef struct __f
{
short g;
struct
{
e_def i;
char filler_0;
a_def j;
} h;
char k;
char filler_1;
short l;
} f_def;
FILLER Command
T
he FILLER command specifies a filler algorithm to be used when the DDL compiler
generates filler bytes for source code. DDL generates filler bytes when needed to
make sure the next field or group starts on a word boundary.
Whenever you create a new dictionary, you should use FILLER 1. FILLER 0 is
primarily provided for compatibility with dictionaries created by versions of DDL prior to
the B00 software release.
FILLER 1
directs the DDL compiler to use filler algorithm 1. FILLER 1 is the default.
FILLER 0
directs the DDL compiler to use filler algorithm 0.
FILLER Command Guidelines
The following points are guidelines for using the FILLER command:
FILLER { 1 | 0 }
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...