FP_B-VERSION payload: head.
More...
#include <fpb.hpp>
|
| uint8_t | version = FP_B_VERSION_V1 |
| | Message version (= FP_B_VERSION_V1 for this version of the message)
|
| uint8_t | reserved0 [7] = { 0 } |
| | Reserved for future use. Set to 0.
|
| uint8_t | sw_version [64] = { 0 } |
| | Software version (nul-terminated string)
|
| uint8_t | hw_name [32] = { 0 } |
| | Hardware name string (nul-terminated string)
|
| uint8_t | hw_ver [32] = { 0 } |
| | Hardware version (nul-terminated string)
|
| uint8_t | hw_uid [32] = { 0 } |
| | Hardware UID (nul-terminated string)
|
| uint8_t | product_model [32] = { 0 } |
| | Product model (nul-terminated string)
|
| uint8_t | reserved1 [32] = { 0 } |
| | Reserved for future use. Set to 0.
|
FP_B-VERSION payload: head.
Definition at line 432 of file fpb.hpp.
◆ version
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::version = FP_B_VERSION_V1 |
Message version (= FP_B_VERSION_V1 for this version of the message)
Definition at line 434 of file fpb.hpp.
◆ reserved0
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::reserved0[7] = { 0 } |
Reserved for future use. Set to 0.
Definition at line 435 of file fpb.hpp.
◆ sw_version
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::sw_version[64] = { 0 } |
Software version (nul-terminated string)
Definition at line 436 of file fpb.hpp.
◆ hw_name
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::hw_name[32] = { 0 } |
Hardware name string (nul-terminated string)
Definition at line 437 of file fpb.hpp.
◆ hw_ver
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::hw_ver[32] = { 0 } |
Hardware version (nul-terminated string)
Definition at line 438 of file fpb.hpp.
◆ hw_uid
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::hw_uid[32] = { 0 } |
Hardware UID (nul-terminated string)
Definition at line 439 of file fpb.hpp.
◆ product_model
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::product_model[32] = { 0 } |
Product model (nul-terminated string)
Definition at line 440 of file fpb.hpp.
◆ reserved1
| uint8_t fpsdk::common::parser::fpb::FpbVersionPayload::reserved1[32] = { 0 } |
Reserved for future use. Set to 0.
Definition at line 441 of file fpb.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/fpb.hpp