Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 10 of 10) sorted by relevance

/mipi-sys-t-3.4.0/printer/src/
Dmipi_syst_message.cpp92 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 …]
Dmipi_syst_main.cpp139 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()
Dmipi_syst_decode.cpp162 hostPrintf(dest, entry->msg, v & (~entry->mask), std::vector<int>()); in decodeShortPayload()
465 fmt = &entry->msg; in decodeCatalogPayload()
485 fmt = &entry->msg; in decodeCatalogPayload()
Dmipi_syst_collateral.cpp187 return os << p.msg; in operator <<()
/mipi-sys-t-3.4.0/printer/include/
Dmipi_syst_collateral.h80 std::string msg; member
84 : sourcepos(file, line), msg(s) in sourcepos()
88 return msg != other.msg;
Dmipi_syst_decode.h58 : state(s), msg(what) in state()
62 virtual const std::string& what() const { return msg; } in what()
67 std::string msg; variable
Dmipi_syst_message.h225 std::ostream& operator<<(std::ostream& os, const message& msg);
/mipi-sys-t-3.4.0/collateral/generator/
Dsyst_cgen.pl196 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/
Dmipi_syst_api.c1237 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/
Dmipi_syst.h.in768 mipi_syst_u32 systh_param[6]; /**< catalog msg parameters */