EVA ICS v4 C++ SDK
Public Member Functions | Public Attributes | List of all members
eva::ServiceInfo Struct Reference

#include <eva4-ffi-sdk.hpp>

Public Member Functions

 ServiceInfo (string author, string version, string description)
 
ServiceInfo addMethod (ServiceMethod method)
 
 MSGPACK_DEFINE_MAP (author, version, description, methods)
 

Public Attributes

string author
 
string version
 
string description
 
map< string, SvcMethodmethods
 

Detailed Description

Service info class

Constructor & Destructor Documentation

◆ ServiceInfo()

eva::ServiceInfo::ServiceInfo ( string  author,
string  version,
string  description 
)
inline
Parameters
authorservice author
versionservice version
descriptionservice description

Member Function Documentation

◆ addMethod()

ServiceInfo eva::ServiceInfo::addMethod ( ServiceMethod  method)
inline

Add a method information. The method information is optional and can be omitted for some methods.

Parameters
methodservice method to add

The documentation for this struct was generated from the following file:
The official SDK for EVA ICS
Technical documentation: https://info.bma.ai/en/actual/eva4/sdk/cpp/
© Bohemia Automation / Altertech