Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Fields
op_tbs Struct Reference

Data structure for a single TBS opcode. More...

#include <parserp.h>

Data Fields

aint uiId
 The operation identifier, ID_ALT. More...
 
const uint8_t * ucpPpptMap
 Pointer to the PPPT map for this opcode, if any. More...
 
const acharacpStrTbl
 Pointer to the alphabet character table for the first character of the allowed string. More...
 
aint uiStrLen
 Number of characters in the string. More...
 

Detailed Description

Data structure for a single TBS opcode.

Definition at line 205 of file parserp.h.

Field Documentation

◆ acpStrTbl

const achar* op_tbs::acpStrTbl

Pointer to the alphabet character table for the first character of the allowed string.

Definition at line 208 of file parserp.h.

◆ ucpPpptMap

const uint8_t* op_tbs::ucpPpptMap

Pointer to the PPPT map for this opcode, if any.

Definition at line 207 of file parserp.h.

◆ uiId

aint op_tbs::uiId

The operation identifier, ID_ALT.

Definition at line 206 of file parserp.h.

◆ uiStrLen

aint op_tbs::uiStrLen

Number of characters in the string.

Definition at line 209 of file parserp.h.


The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.