chrono::synchrono::SynAgentDescription Struct Reference

Description

The agent description struct Should be inherited and stored with additional description information relavent to the new agent types Should hold infrequently passed data For messages or data that needs to be passed frequently, see SynMessageState.

#include <SynAgentMessage.h>

Inheritance diagram for chrono::synchrono::SynAgentDescription:

Public Member Functions

 SynAgentDescription (std::string json="")
 Construct a new SynAgentDescription object. More...
 

Public Attributes

std::string json = ""
 the json specification file that is used to create an agent
 

Constructor & Destructor Documentation

◆ SynAgentDescription()

chrono::synchrono::SynAgentDescription::SynAgentDescription ( std::string  json = "")
inline

Construct a new SynAgentDescription object.

Parameters
jsonthe json specification file used to create an agent

The documentation for this struct was generated from the following file:
  • /builds/uwsbel/chrono/src/chrono_synchrono/flatbuffer/message/SynAgentMessage.h