Names.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
namespace
armarx
7
{
8
9
struct
Names
10
{
11
std::vector<std::string>
recognized
;
12
std::vector<std::string>
spoken
;
13
};
14
15
}
// namespace armarx
armarx::Names::recognized
std::vector< std::string > recognized
Definition:
Names.h:11
armarx::Names::spoken
std::vector< std::string > spoken
Definition:
Names.h:12
armarx::Names
Definition:
Names.h:9
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:28
RobotAPI
libraries
core
Names.h
Generated on Sat Oct 12 2024 09:14:10 for armarx_documentation by
1.8.17