CARLA
Public Member Functions | Public Attributes | List of all members
carla::rpc::Command::ConsoleCommand Struct Reference

#include <Command.h>

+ Inheritance diagram for carla::rpc::Command::ConsoleCommand:
+ Collaboration diagram for carla::rpc::Command::ConsoleCommand:

Public Member Functions

 ConsoleCommand ()=default
 
 ConsoleCommand (std::string cmd)
 
 MSGPACK_DEFINE_ARRAY (cmd)
 
- Public Member Functions inherited from carla::rpc::Command::CommandBase< ConsoleCommand >
 operator Command () const
 

Public Attributes

std::string cmd
 

Detailed Description

Definition at line 265 of file Command.h.

Constructor & Destructor Documentation

◆ ConsoleCommand() [1/2]

carla::rpc::Command::ConsoleCommand::ConsoleCommand ( )
default

◆ ConsoleCommand() [2/2]

carla::rpc::Command::ConsoleCommand::ConsoleCommand ( std::string  cmd)
inline

Definition at line 267 of file Command.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::Command::ConsoleCommand::MSGPACK_DEFINE_ARRAY ( cmd  )

Member Data Documentation

◆ cmd

std::string carla::rpc::Command::ConsoleCommand::cmd

Definition at line 268 of file Command.h.


The documentation for this struct was generated from the following file: