Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::ServiceDefinitionParseInfo Struct Reference

Service definition parse information. More...

#include <ServiceDefinition.h>

Public Member Functions

 ServiceDefinitionParseInfo ()
 Construct a new ServiceDefinitionParseInfo structure.
void Reset ()
 Reset all fields.

Public Attributes

std::string ServiceName
 The name of the service containing the declaration.
std::string RobDefFilePath
 The file path of the service definition file containing the declaration.
std::string Line
 The text of the declaration.
int32_t LineNumber
 The line number of the declaration in the file.

Detailed Description

Service definition parse information.

Stores the service name, the file path, the line contents, and the line number of a declaration in a service definition file. Used to generate diagnostic messages.


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