syntax.h
Go to the documentation of this file.
1 
7 #ifndef SYNTAX_H
8 #define SYNTAX_H
9 
10 #include <string>
11 #include <unordered_map>
12 #include <unordered_set>
13 
21 struct Syntax
22 {
23  std::string endOfMessage;
24  std::string endOfFrame;
25  std::string textMsgPrefix;
26  std::string answerOnCmdPrefix;
27  std::string channelGrpMsgPrefix;
28  std::string cmdErrorPrefix;
29  std::string genErrorPrefix;
30  std::string optionsPrefix;
31  std::unordered_set<std::string> grpErrorsAscii;
32  std::unordered_map<std::string, std::unordered_set<unsigned int> > grpErrorsBinary;
33 };
34 
35 #endif // SYNTAX_H
std::unordered_map< std::string, std::unordered_set< unsigned int > > grpErrorsBinary
Definition: syntax.h:32
The Syntax class serves as a data struct to provide information about important symbols for the commu...
Definition: syntax.h:21
std::string textMsgPrefix
Definition: syntax.h:25
std::string answerOnCmdPrefix
Definition: syntax.h:26
std::string genErrorPrefix
Definition: syntax.h:29
std::string optionsPrefix
Definition: syntax.h:30
std::string channelGrpMsgPrefix
Definition: syntax.h:27
std::string endOfFrame
Definition: syntax.h:24
std::string endOfMessage
Definition: syntax.h:23
std::unordered_set< std::string > grpErrorsAscii
Definition: syntax.h:31
std::string cmdErrorPrefix
Definition: syntax.h:28


pses_ucbridge
Author(s): Sebastian Ehmes
autogenerated on Sat Oct 28 2017 19:16:13