g2o
Public Types | List of all members
SlamParser::Parser::token Struct Reference

Tokens. More...

#include <bison_parser.h>

Public Types

enum  yytokentype {
  END = 0, EOL = 258, INTEGER = 259, DOUBLE = 260,
  STRING = 261, ADD = 262, V_SE2 = 263, V_SE3 = 264,
  E_SE2 = 265, E_SE3 = 266, FIX = 267, SOLVE_STATE = 268,
  QUERY_STATE = 269
}
 

Detailed Description

Tokens.

Definition at line 142 of file bison_parser.h.

Member Enumeration Documentation

Enumerator
END 
EOL 
INTEGER 
DOUBLE 
STRING 
ADD 
V_SE2 
V_SE3 
E_SE2 
E_SE3 
FIX 
SOLVE_STATE 
QUERY_STATE 

Definition at line 145 of file bison_parser.h.


The documentation for this struct was generated from the following file: