A structure is a collection of data that can be referenced as one value, or the individual members of the structure. This is similar to the VHDL concept of a record. The format for specifying a structure is:
struct {struct_member1; struct_member2;...struct_memberx;} structure_name;