Append(std::span< const bool > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
Append(std::initializer_list< bool > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
Append(std::span< const int > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
Append(std::initializer_list< int > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
Append(std::span< const uint8_t > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
BooleanArrayLogEntry()=default | wpi::log::BooleanArrayLogEntry | |
BooleanArrayLogEntry(DataLog &log, std::string_view name, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
BooleanArrayLogEntry(DataLog &log, std::string_view name, std::string_view metadata, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
DataLogEntry()=default | wpi::log::DataLogEntry | protected |
DataLogEntry(DataLog &log, std::string_view name, std::string_view type, std::string_view metadata={}, int64_t timestamp=0) | wpi::log::DataLogEntry | inlineprotected |
DataLogEntry(const DataLogEntry &)=delete | wpi::log::DataLogEntry | |
DataLogEntry(DataLogEntry &&rhs) | wpi::log::DataLogEntry | inline |
DataLogValueEntryImpl()=default | wpi::log::DataLogValueEntryImpl< std::vector< int > > | protected |
DataLogValueEntryImpl(DataLog &log, std::string_view name, std::string_view type, std::string_view metadata={}, int64_t timestamp=0) | wpi::log::DataLogValueEntryImpl< std::vector< int > > | inlineprotected |
DataLogValueEntryImpl(DataLogValueEntryImpl &&rhs) | wpi::log::DataLogValueEntryImpl< std::vector< int > > | inline |
Finish(int64_t timestamp=0) | wpi::log::DataLogEntry | inline |
GetLastValue() const | wpi::log::DataLogValueEntryImpl< std::vector< int > > | inline |
HasLastValue() const | wpi::log::DataLogValueEntryImpl< std::vector< int > > | inline |
kDataType | wpi::log::BooleanArrayLogEntry | static |
m_entry | wpi::log::DataLogEntry | protected |
m_lastValue | wpi::log::DataLogValueEntryImpl< std::vector< int > > | protected |
m_log | wpi::log::DataLogEntry | protected |
m_mutex | wpi::log::DataLogValueEntryImpl< std::vector< int > > | mutableprotected |
operator bool() const | wpi::log::DataLogEntry | inlineexplicit |
operator=(DataLogValueEntryImpl &&rhs) | wpi::log::DataLogValueEntryImpl< std::vector< int > > | inline |
wpi::log::DataLogEntry::operator=(const DataLogEntry &)=delete | wpi::log::DataLogEntry | |
wpi::log::DataLogEntry::operator=(DataLogEntry &&rhs) | wpi::log::DataLogEntry | inline |
SetMetadata(std::string_view metadata, int64_t timestamp=0) | wpi::log::DataLogEntry | inline |
Update(std::span< const bool > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | |
Update(std::initializer_list< bool > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
Update(std::span< const int > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | |
Update(std::initializer_list< int > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | inline |
Update(std::span< const uint8_t > arr, int64_t timestamp=0) | wpi::log::BooleanArrayLogEntry | |