fipa_acl  1.4
Namespaces | Typedefs | Enumerations | Variables
types.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 fipa
 Foundation of Physical Intelligent Agents.
 
 fipa::acl
 Agent Communication Language.
 
 fipa::acl::representation
 

Typedefs

typedef std::string fipa::acl::Ontology
 
typedef std::string fipa::acl::Language
 
typedef std::string fipa::acl::Content
 
typedef std::string fipa::acl::Performative
 
typedef std::string fipa::acl::Encoding
 
typedef std::string fipa::acl::ReplyBy
 
typedef std::string fipa::acl::InReplyTo
 
typedef std::string fipa::acl::ReplyWith
 

Enumerations

enum  fipa::acl::representation::Type {
  fipa::acl::representation::UNKNOWN, fipa::acl::representation::BITEFFICIENT, fipa::acl::representation::STRING_REP, fipa::acl::representation::XML,
  fipa::acl::representation::END_MARKER
}
 

Variables

const std::string fipa::acl::representation::TypeTxt [] = { "unknown", "fipa.acl.rep.bitefficient.std", "fipa.acl.rep.string.std", "fipa.acl.rep.xml.std"}