Public Member Functions
org.ros.internal.message.definition.MessageDefinitionParser.MessageDefinitionVisitor Interface Reference
Inheritance diagram for org.ros.internal.message.definition.MessageDefinitionParser.MessageDefinitionVisitor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void constantValue (String type, String name, String value)
void variableList (String type, int size, String name)
void variableValue (String type, String name)

Detailed Description

Definition at line 38 of file MessageDefinitionParser.java.


Member Function Documentation

Called for each constant in the message definition.

Parameters:
typethe type of the constant
namethe name of the constant
valuethe value of the constant

Called for each array in the message definition.

Parameters:
typethe type of the array
sizethe size of the array or -1 if the size is unbounded
namethe name of the array

Called for each scalar in the message definition.

Parameters:
typethe type of the scalar
namethe name of the scalar

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


rosjava_bootstrap
Author(s): Daniel Stonier , Damon Kohler
autogenerated on Fri Aug 28 2015 12:41:44