Searched refs:msg (Results 1 – 10 of 10) sorted by relevance
/mipi-sys-t-3.4.0/printer/src/ |
D | mipi_syst_message.cpp | 92 static const char * status2string(const message& msg) in status2string() argument 94 switch (msg.getState()) { in status2string() 299 std::ostream& operator << (std::ostream& os, const message& msg) in operator <<() argument 302 const collateral * coll(msg.getCollateral()); in operator <<() 309 os << status2string(msg) << delimiter; in operator <<() 313 csvQuoteString(os, msg.getPayload()); in operator <<() 316 if (msg.getState() != message::OK && msg.getState() != message::MISSING_COLLATERAL) in operator <<() 326 os << type2string(msg.getHeader(), msg.getCollateral()) << delimiter; in operator <<() 330 os << severity2string[msg.getHeader().field.severity] << delimiter; in operator <<() 334 os << msg.getClientName() << delimiter; in operator <<() [all …]
|
D | mipi_syst_main.cpp | 139 mipi::syst::message msg; in readAndPrint() local 141 decoder.decode(msg, bytes, ctx); in readAndPrint() 143 os << msg.getPayload() << std::endl; in readAndPrint() 145 os << msg; in readAndPrint()
|
D | mipi_syst_decode.cpp | 162 hostPrintf(dest, entry->msg, v & (~entry->mask), std::vector<int>()); in decodeShortPayload() 465 fmt = &entry->msg; in decodeCatalogPayload() 485 fmt = &entry->msg; in decodeCatalogPayload()
|
D | mipi_syst_collateral.cpp | 187 return os << p.msg; in operator <<()
|
/mipi-sys-t-3.4.0/printer/include/ |
D | mipi_syst_collateral.h | 80 std::string msg; member 84 : sourcepos(file, line), msg(s) in sourcepos() 88 return msg != other.msg;
|
D | mipi_syst_decode.h | 58 : state(s), msg(what) in state() 62 virtual const std::string& what() const { return msg; } in what() 67 std::string msg; variable
|
D | mipi_syst_message.h | 225 std::ostream& operator<<(std::ostream& os, const message& msg);
|
/mipi-sys-t-3.4.0/collateral/generator/ |
D | syst_cgen.pl | 196 my $msg = $data->{$file_id}->{$line_id}->{$msg_id}; 209 $output.= '><![CDATA['.String::Escape::unbackslash($msg).']]>'; 805 my $msg = $_[2]; 807 print $handle "$TOOL: ".($prefix ne "" ? $prefix.": " : ""). $msg;
|
/mipi-sys-t-3.4.0/library/src/ |
D | mipi_syst_api.c | 1237 char * msg; in mipi_syst_write_printf_catalog64() local 1248 msg = (char*)&errmsg; in mipi_syst_write_printf_catalog64() 1249 while (0 != (argBuf[len++] = *msg++)); in mipi_syst_write_printf_catalog64() 1373 char * msg; in mipi_syst_write_printf_catalog32() local 1384 msg = (char*)&errmsg; in mipi_syst_write_printf_catalog32() 1385 while (0 != (argBuf[len++] = *msg++)); in mipi_syst_write_printf_catalog32()
|
/mipi-sys-t-3.4.0/library/include/ |
D | mipi_syst.h.in | 768 mipi_syst_u32 systh_param[6]; /**< catalog msg parameters */
|