58 #include "rnr/rnrconfig.h" 69 void KuonDesc::resetDesc()
71 m_descBase.resetDesc();
72 m_strFullBrief.clear();
73 m_bIsDescribed =
false;
76 int KuonDesc::markAsDescribed()
78 if( !m_descBase.isDescribed() )
80 LOGERROR(
"Kuon base platform description is undefined.");
85 m_strFullBrief = m_descBase.getProdBrief();
87 m_bIsDescribed =
true;
static const int KUON_OK
not an error, success
Kuon robotic base mobile platform description class interface.
The <b><i>Kuon</i></b> namespace encapsulates all <b><i>Kuon</i></b> related constructs.
RoadNarrows Kuon robot top-level header file.
Kuon full robotic mobile platform descripition class interface.
static const int KUON_ECODE_BAD_OP
invalid operation error