RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ GetClassOfIndiv()

std::vector< std::string > ArmorCluedo::GetClassOfIndiv ( std::string  indivname,
bool  deep = false 
)

get the class of a given individual

The function implements a simple query: find all the classes an individual belongs to. It is performed using only one aRMOR call.

using the Deep search, the function will return only the deepest subclass among all the classes; it is a functionality provided by aRMOR.

Parameters
indivnamethe individual to be "classified"
deepuse deep search?
Returns
a vector of classes (zero if the indiv. doesn't exist)
Examples
ArmorCluedo - 001 - Working on Individuals.

Definition at line 81 of file armor_cluedo.cpp.

References ARMOR_ERR, FilterVector(), ArmorTools::GetLastRes(), ArmorTools::SendCommand(), and SS.

+ Here is the call graph for this function: