Functions | |
template<typename T > | |
void | toRos_BIT_STRING (const T &_BIT_STRING_in, std::vector< uint8_t > &BIT_STRING_out) |
template<typename T > | |
void | toRos_BOOLEAN (const T &_BOOLEAN_in, bool &BOOLEAN_out) |
template<typename T > | |
void | toRos_BOOLEAN (const T &_BOOLEAN_in, uint8_t &BOOLEAN_out) |
template<typename T > | |
void | toRos_IA5String (const T &_IA5String_in, std::string &IA5String_out) |
void | toRos_INTEGER (const long &_INTEGER_in, int64_t &INTEGER_out) |
template<typename T > | |
void | toRos_INTEGER (const long &_INTEGER_in, T &INTEGER_out) |
template<typename T > | |
void | toRos_INTEGER (const T &_INTEGER_in, int64_t &INTEGER_out) |
template<typename T > | |
void | toRos_INTEGER (const T &_INTEGER_in, uint64_t &INTEGER_out) |
template<typename T > | |
void | toRos_NumericString (const T &_NumericString_in, std::string &NumericString_out) |
template<typename T > | |
void | toRos_OCTET_STRING (const T &_OCTET_STRING_in, std::string &OCTET_STRING_out) |
template<typename T > | |
void | toRos_OCTET_STRING (const T &_OCTET_STRING_in, std::vector< uint8_t > &OCTET_STRING_out) |
template<typename T > | |
void | toRos_UTF8String (const T &_UTF8String_in, std::string &UTF8String_out) |
template<typename T > | |
void | toStruct_BIT_STRING (const std::vector< uint8_t > &_BIT_STRING_in, T &BIT_STRING_out) |
template<typename T > | |
void | toStruct_BOOLEAN (const bool &_BOOLEAN_in, T &BOOLEAN_out) |
template<typename T > | |
void | toStruct_BOOLEAN (const uint8_t &_BOOLEAN_in, T &BOOLEAN_out) |
template<typename T > | |
void | toStruct_IA5String (const std::string &_IA5String_in, T &IA5String_out) |
void | toStruct_INTEGER (const int64_t &_INTEGER_in, long &INTEGER_out) |
template<typename T > | |
void | toStruct_INTEGER (const int64_t &_INTEGER_in, T &INTEGER_out) |
void | toStruct_INTEGER (const int64_t &_INTEGER_in, unsigned long &INTEGER_out) |
template<typename T > | |
void | toStruct_NumericString (const std::string &_NumericString_in, T &NumericString_out) |
template<typename T > | |
void | toStruct_OCTET_STRING (const std::string &_OCTET_STRING_in, T &OCTET_STRING_out) |
template<typename T > | |
void | toStruct_OCTET_STRING (const std::vector< uint8_t > &_OCTET_STRING_in, T &OCTET_STRING_out) |
template<typename T > | |
void | toStruct_UTF8String (const std::string &_UTF8String_in, T &UTF8String_out) |
============================================================================ MIT License
Copyright (c) 2023-2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
============================================================================ MIT License
Copyright (c) 2023-2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
============================================================================ MIT License
Copyright (c) 2023-2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
============================================================================ MIT License
Copyright (c) 2023-2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
============================================================================ MIT License
Copyright (c) 2023-2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
============================================================================ MIT License
Copyright (c) 2023-2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
============================================================================ MIT License
Copyright (c) 2023-2025 Institute for Automotive Engineering (ika), RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
void etsi_its_primitives_conversion::toRos_BIT_STRING | ( | const T & | _BIT_STRING_in, |
std::vector< uint8_t > & | BIT_STRING_out | ||
) |
Definition at line 32 of file convertBIT_STRING.h.
void etsi_its_primitives_conversion::toRos_BOOLEAN | ( | const T & | _BOOLEAN_in, |
bool & | BOOLEAN_out | ||
) |
Definition at line 40 of file convertBOOLEAN.h.
void etsi_its_primitives_conversion::toRos_BOOLEAN | ( | const T & | _BOOLEAN_in, |
uint8_t & | BOOLEAN_out | ||
) |
Definition at line 30 of file convertBOOLEAN.h.
void etsi_its_primitives_conversion::toRos_IA5String | ( | const T & | _IA5String_in, |
std::string & | IA5String_out | ||
) |
Definition at line 33 of file convertIA5String.h.
void etsi_its_primitives_conversion::toRos_INTEGER | ( | const long & | _INTEGER_in, |
int64_t & | INTEGER_out | ||
) |
Definition at line 57 of file convertINTEGER.h.
void etsi_its_primitives_conversion::toRos_INTEGER | ( | const long & | _INTEGER_in, |
T & | INTEGER_out | ||
) |
Definition at line 51 of file convertINTEGER.h.
void etsi_its_primitives_conversion::toRos_INTEGER | ( | const T & | _INTEGER_in, |
int64_t & | INTEGER_out | ||
) |
Definition at line 33 of file convertINTEGER.h.
void etsi_its_primitives_conversion::toRos_INTEGER | ( | const T & | _INTEGER_in, |
uint64_t & | INTEGER_out | ||
) |
Definition at line 42 of file convertINTEGER.h.
void etsi_its_primitives_conversion::toRos_NumericString | ( | const T & | _NumericString_in, |
std::string & | NumericString_out | ||
) |
Definition at line 33 of file convertNumericString.h.
void etsi_its_primitives_conversion::toRos_OCTET_STRING | ( | const T & | _OCTET_STRING_in, |
std::string & | OCTET_STRING_out | ||
) |
Definition at line 39 of file convertOCTET_STRING.h.
void etsi_its_primitives_conversion::toRos_OCTET_STRING | ( | const T & | _OCTET_STRING_in, |
std::vector< uint8_t > & | OCTET_STRING_out | ||
) |
Definition at line 32 of file convertOCTET_STRING.h.
void etsi_its_primitives_conversion::toRos_UTF8String | ( | const T & | _UTF8String_in, |
std::string & | UTF8String_out | ||
) |
Definition at line 33 of file convertUTF8String.h.
void etsi_its_primitives_conversion::toStruct_BIT_STRING | ( | const std::vector< uint8_t > & | _BIT_STRING_in, |
T & | BIT_STRING_out | ||
) |
Definition at line 39 of file convertBIT_STRING.h.
void etsi_its_primitives_conversion::toStruct_BOOLEAN | ( | const bool & | _BOOLEAN_in, |
T & | BOOLEAN_out | ||
) |
Definition at line 45 of file convertBOOLEAN.h.
void etsi_its_primitives_conversion::toStruct_BOOLEAN | ( | const uint8_t & | _BOOLEAN_in, |
T & | BOOLEAN_out | ||
) |
Definition at line 35 of file convertBOOLEAN.h.
void etsi_its_primitives_conversion::toStruct_IA5String | ( | const std::string & | _IA5String_in, |
T & | IA5String_out | ||
) |
Definition at line 38 of file convertIA5String.h.
void etsi_its_primitives_conversion::toStruct_INTEGER | ( | const int64_t & | _INTEGER_in, |
long & | INTEGER_out | ||
) |
Definition at line 69 of file convertINTEGER.h.
void etsi_its_primitives_conversion::toStruct_INTEGER | ( | const int64_t & | _INTEGER_in, |
T & | INTEGER_out | ||
) |
Definition at line 62 of file convertINTEGER.h.
void etsi_its_primitives_conversion::toStruct_INTEGER | ( | const int64_t & | _INTEGER_in, |
unsigned long & | INTEGER_out | ||
) |
Definition at line 73 of file convertINTEGER.h.
void etsi_its_primitives_conversion::toStruct_NumericString | ( | const std::string & | _NumericString_in, |
T & | NumericString_out | ||
) |
Definition at line 38 of file convertNumericString.h.
void etsi_its_primitives_conversion::toStruct_OCTET_STRING | ( | const std::string & | _OCTET_STRING_in, |
T & | OCTET_STRING_out | ||
) |
Definition at line 57 of file convertOCTET_STRING.h.
void etsi_its_primitives_conversion::toStruct_OCTET_STRING | ( | const std::vector< uint8_t > & | _OCTET_STRING_in, |
T & | OCTET_STRING_out | ||
) |
Definition at line 49 of file convertOCTET_STRING.h.
void etsi_its_primitives_conversion::toStruct_UTF8String | ( | const std::string & | _UTF8String_in, |
T & | UTF8String_out | ||
) |
Definition at line 38 of file convertUTF8String.h.