iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::bb::platform Namespace Reference

Variables

constexpr uint64_t IOX2_NUMBER_OF_PATH_SEPARATORS = 1U
 
constexpr const char IOX2_PATH_SEPARATORS [IOX2_NUMBER_OF_PATH_SEPARATORS] = { '/' }
 
constexpr uint64_t IOX2_MAX_FILENAME_LENGTH = 255U
 
constexpr uint64_t IOX2_MAX_PATH_LENGTH = 1023U
 

Variable Documentation

◆ IOX2_MAX_FILENAME_LENGTH

constexpr uint64_t iox2::bb::platform::IOX2_MAX_FILENAME_LENGTH = 255U
constexpr

Definition at line 27 of file file_name.hpp.

◆ IOX2_MAX_PATH_LENGTH

constexpr uint64_t iox2::bb::platform::IOX2_MAX_PATH_LENGTH = 1023U
constexpr

Definition at line 27 of file file_path.hpp.

◆ IOX2_NUMBER_OF_PATH_SEPARATORS

constexpr uint64_t iox2::bb::platform::IOX2_NUMBER_OF_PATH_SEPARATORS = 1U
constexpr

Definition at line 30 of file path_and_file_verifier.hpp.

◆ IOX2_PATH_SEPARATORS