FreeMASTER Driver TSA feature.
More...
Go to the source code of this file.
|
#define | FMSTR_TSA_VERSION |
|
#define | FMSTR_TSA_INFO_ENTRYTYPE_MASK |
|
#define | FMSTR_TSA_INFO_STRUCT |
|
#define | FMSTR_TSA_INFO_RO_VAR |
|
#define | FMSTR_TSA_INFO_MEMBER |
|
#define | FMSTR_TSA_INFO_RW_VAR |
|
#define | FMSTR_TSA_INFO_VAR_FLAG |
|
#define | FMSTR_TSA_INFO_RWV_FLAG |
|
#define | FMSTR_TSA_CDECL |
|
#define | FMSTR_TSA_FUNC(id) |
|
#define | FMSTR_TSA_FUNC_PROTO(id) |
|
#define | FMSTR_TSA_TABLE_BEGIN(id) |
|
#define | FMSTR_TSA_INFO1(elem, flags) |
|
#define | FMSTR_TSA_INFO2(size, flags) |
|
#define | FMSTR_TSA_STRUCT(name) |
|
#define | FMSTR_TSA_MEMBER(parenttype, name, type) |
|
#define | FMSTR_TSA_RO_VAR(name, type) |
|
#define | FMSTR_TSA_RW_VAR(name, type) |
|
#define | FMSTR_TSA_RO_MEM(name, type, addr, size) |
|
#define | FMSTR_TSA_RW_MEM(name, type, addr, size) |
|
#define | FMSTR_TSA_TABLE_END() |
|
#define | FMSTR_TSA_UINT8 |
|
#define | FMSTR_TSA_UINT16 |
|
#define | FMSTR_TSA_UINT32 |
|
#define | FMSTR_TSA_UINT64 |
|
#define | FMSTR_TSA_SINT8 |
|
#define | FMSTR_TSA_SINT16 |
|
#define | FMSTR_TSA_SINT32 |
|
#define | FMSTR_TSA_SINT64 |
|
#define | FMSTR_TSA_UFRAC16 |
|
#define | FMSTR_TSA_UFRAC32 |
|
#define | FMSTR_TSA_FRAC16 |
|
#define | FMSTR_TSA_FRAC32 |
|
#define | FMSTR_TSA_FLOAT |
|
#define | FMSTR_TSA_DOUBLE |
|
#define | FMSTR_TSA_USERTYPE(type) |
|
#define | FMSTR_TSA_MEMORY |
|
#define | FMSTR_TSA_TABLE_LIST_BEGIN() |
|
#define | FMSTR_TSA_TABLE(id) |
|
#define | FMSTR_TSA_TABLE_LIST_END() |
|
- Version
- 1.0.1.0
- Date
- May-4-2012
union FMSTR_TSA_ENTRY.name |
union FMSTR_TSA_ENTRY.type |
union FMSTR_TSA_ENTRY.addr |
union FMSTR_TSA_ENTRY.info |
#define FMSTR_TSA_FUNC |
( |
|
id | ) |
|
#define FMSTR_TSA_FUNC_PROTO |
( |
|
id | ) |
|
#define FMSTR_TSA_INFO1 |
( |
|
elem, |
|
|
|
flags |
|
) |
| |
#define FMSTR_TSA_INFO2 |
( |
|
size, |
|
|
|
flags |
|
) |
| |
#define FMSTR_TSA_INFO_ENTRYTYPE_MASK |
#define FMSTR_TSA_INFO_MEMBER |
#define FMSTR_TSA_INFO_RO_VAR |
#define FMSTR_TSA_INFO_RW_VAR |
#define FMSTR_TSA_INFO_RWV_FLAG |
#define FMSTR_TSA_INFO_STRUCT |
#define FMSTR_TSA_INFO_VAR_FLAG |
#define FMSTR_TSA_MEMBER |
( |
|
parenttype, |
|
|
|
name, |
|
|
|
type |
|
) |
| |
#define FMSTR_TSA_RO_MEM |
( |
|
name, |
|
|
|
type, |
|
|
|
addr, |
|
|
|
size |
|
) |
| |
#define FMSTR_TSA_RO_VAR |
( |
|
name, |
|
|
|
type |
|
) |
| |
#define FMSTR_TSA_RW_MEM |
( |
|
name, |
|
|
|
type, |
|
|
|
addr, |
|
|
|
size |
|
) |
| |
#define FMSTR_TSA_RW_VAR |
( |
|
name, |
|
|
|
type |
|
) |
| |
#define FMSTR_TSA_STRUCT |
( |
|
name | ) |
|
#define FMSTR_TSA_TABLE |
( |
|
id | ) |
|
#define FMSTR_TSA_TABLE_BEGIN |
( |
|
id | ) |
|
#define FMSTR_TSA_TABLE_END |
( |
| ) |
|
#define FMSTR_TSA_TABLE_LIST_BEGIN |
( |
| ) |
|
#define FMSTR_TSA_TABLE_LIST_END |
( |
| ) |
|
#define FMSTR_TSA_UFRAC16 |
#define FMSTR_TSA_UFRAC32 |
#define FMSTR_TSA_USERTYPE |
( |
|
type | ) |
|
#define FMSTR_TSA_VERSION |