WPILibC++ 2024.1.1-beta-4
frc::SendableBuilderImpl Member List

This is the complete list of members for frc::SendableBuilderImpl, including all inherited members.

AddBooleanArrayProperty(std::string_view key, std::function< std::vector< int >()> getter, std::function< void(std::span< const int >)> setter) overridefrc::SendableBuilderImplvirtual
AddBooleanProperty(std::string_view key, std::function< bool()> getter, std::function< void(bool)> setter) overridefrc::SendableBuilderImplvirtual
AddDoubleArrayProperty(std::string_view key, std::function< std::vector< double >()> getter, std::function< void(std::span< const double >)> setter) overridefrc::SendableBuilderImplvirtual
AddDoubleProperty(std::string_view key, std::function< double()> getter, std::function< void(double)> setter) overridefrc::SendableBuilderImplvirtual
AddFloatArrayProperty(std::string_view key, std::function< std::vector< float >()> getter, std::function< void(std::span< const float >)> setter) overridefrc::SendableBuilderImplvirtual
AddFloatProperty(std::string_view key, std::function< float()> getter, std::function< void(float)> setter) overridefrc::SendableBuilderImplvirtual
AddIntegerArrayProperty(std::string_view key, std::function< std::vector< int64_t >()> getter, std::function< void(std::span< const int64_t >)> setter) overridefrc::SendableBuilderImplvirtual
AddIntegerProperty(std::string_view key, std::function< int64_t()> getter, std::function< void(int64_t)> setter) overridefrc::SendableBuilderImplvirtual
AddRawProperty(std::string_view key, std::string_view typeString, std::function< std::vector< uint8_t >()> getter, std::function< void(std::span< const uint8_t >)> setter) overridefrc::SendableBuilderImplvirtual
AddSmallBooleanArrayProperty(std::string_view key, std::function< std::span< const int >(wpi::SmallVectorImpl< int > &buf)> getter, std::function< void(std::span< const int >)> setter) overridefrc::SendableBuilderImpl
nt::NTSendableBuilder::AddSmallBooleanArrayProperty(std::string_view key, std::function< std::span< const int >(wpi::SmallVectorImpl< int > &buf)> getter, std::function< void(std::span< const int >)> setter)=0wpi::SendableBuilderpure virtual
AddSmallDoubleArrayProperty(std::string_view key, std::function< std::span< const double >(wpi::SmallVectorImpl< double > &buf)> getter, std::function< void(std::span< const double >)> setter) overridefrc::SendableBuilderImpl
nt::NTSendableBuilder::AddSmallDoubleArrayProperty(std::string_view key, std::function< std::span< const double >(wpi::SmallVectorImpl< double > &buf)> getter, std::function< void(std::span< const double >)> setter)=0wpi::SendableBuilderpure virtual
AddSmallFloatArrayProperty(std::string_view key, std::function< std::span< const float >(wpi::SmallVectorImpl< float > &buf)> getter, std::function< void(std::span< const float >)> setter) overridefrc::SendableBuilderImpl
nt::NTSendableBuilder::AddSmallFloatArrayProperty(std::string_view key, std::function< std::span< const float >(wpi::SmallVectorImpl< float > &buf)> getter, std::function< void(std::span< const float >)> setter)=0wpi::SendableBuilderpure virtual
AddSmallIntegerArrayProperty(std::string_view key, std::function< std::span< const int64_t >(wpi::SmallVectorImpl< int64_t > &buf)> getter, std::function< void(std::span< const int64_t >)> setter) overridefrc::SendableBuilderImpl
nt::NTSendableBuilder::AddSmallIntegerArrayProperty(std::string_view key, std::function< std::span< const int64_t >(wpi::SmallVectorImpl< int64_t > &buf)> getter, std::function< void(std::span< const int64_t >)> setter)=0wpi::SendableBuilderpure virtual
AddSmallRawProperty(std::string_view key, std::string_view typeString, std::function< std::span< uint8_t >(wpi::SmallVectorImpl< uint8_t > &buf)> getter, std::function< void(std::span< const uint8_t >)> setter) overridefrc::SendableBuilderImpl
nt::NTSendableBuilder::AddSmallRawProperty(std::string_view key, std::string_view typeString, std::function< std::span< uint8_t >(wpi::SmallVectorImpl< uint8_t > &buf)> getter, std::function< void(std::span< const uint8_t >)> setter)=0wpi::SendableBuilderpure virtual
AddSmallStringArrayProperty(std::string_view key, std::function< std::span< const std::string >(wpi::SmallVectorImpl< std::string > &buf)> getter, std::function< void(std::span< const std::string >)> setter) overridefrc::SendableBuilderImpl
nt::NTSendableBuilder::AddSmallStringArrayProperty(std::string_view key, std::function< std::span< const std::string >(wpi::SmallVectorImpl< std::string > &buf)> getter, std::function< void(std::span< const std::string >)> setter)=0wpi::SendableBuilderpure virtual
AddSmallStringProperty(std::string_view key, std::function< std::string_view(wpi::SmallVectorImpl< char > &buf)> getter, std::function< void(std::string_view)> setter) overridefrc::SendableBuilderImpl
nt::NTSendableBuilder::AddSmallStringProperty(std::string_view key, std::function< std::string_view(wpi::SmallVectorImpl< char > &buf)> getter, std::function< void(std::string_view)> setter)=0wpi::SendableBuilderpure virtual
AddStringArrayProperty(std::string_view key, std::function< std::vector< std::string >()> getter, std::function< void(std::span< const std::string >)> setter) overridefrc::SendableBuilderImplvirtual
AddStringProperty(std::string_view key, std::function< std::string()> getter, std::function< void(std::string_view)> setter) overridefrc::SendableBuilderImplvirtual
BackendKind enum namewpi::SendableBuilder
ClearProperties() overridefrc::SendableBuilderImplvirtual
GetBackendKind() const overrident::NTSendableBuildervirtual
GetTable() overridefrc::SendableBuilderImplvirtual
GetTopic(std::string_view key) overridefrc::SendableBuilderImplvirtual
IsActuator() constfrc::SendableBuilderImpl
IsPublished() const overridefrc::SendableBuilderImplvirtual
kNetworkTables enum valuewpi::SendableBuilder
kUnknown enum valuewpi::SendableBuilder
operator=(SendableBuilderImpl &&)=defaultfrc::SendableBuilderImpl
PublishConstBoolean(std::string_view key, bool value) overridefrc::SendableBuilderImplvirtual
PublishConstBooleanArray(std::string_view key, std::span< const int > value) overridefrc::SendableBuilderImplvirtual
PublishConstDouble(std::string_view key, double value) overridefrc::SendableBuilderImplvirtual
PublishConstDoubleArray(std::string_view key, std::span< const double > value) overridefrc::SendableBuilderImplvirtual
PublishConstFloat(std::string_view key, float value) overridefrc::SendableBuilderImplvirtual
PublishConstFloatArray(std::string_view key, std::span< const float > value) overridefrc::SendableBuilderImplvirtual
PublishConstInteger(std::string_view key, int64_t value) overridefrc::SendableBuilderImplvirtual
PublishConstIntegerArray(std::string_view key, std::span< const int64_t > value) overridefrc::SendableBuilderImplvirtual
PublishConstRaw(std::string_view key, std::string_view typeString, std::span< const uint8_t > value) overridefrc::SendableBuilderImplvirtual
PublishConstString(std::string_view key, std::string_view value) overridefrc::SendableBuilderImplvirtual
PublishConstStringArray(std::string_view key, std::span< const std::string > value) overridefrc::SendableBuilderImplvirtual
SendableBuilderImpl()=defaultfrc::SendableBuilderImpl
SendableBuilderImpl(SendableBuilderImpl &&)=defaultfrc::SendableBuilderImpl
SetActuator(bool value) overridefrc::SendableBuilderImplvirtual
SetSafeState(std::function< void()> func) overridefrc::SendableBuilderImplvirtual
SetSmartDashboardType(std::string_view type) overridefrc::SendableBuilderImplvirtual
SetTable(std::shared_ptr< nt::NetworkTable > table)frc::SendableBuilderImpl
SetUpdateTable(wpi::unique_function< void()> func) overridefrc::SendableBuilderImplvirtual
StartListeners()frc::SendableBuilderImpl
StartLiveWindowMode()frc::SendableBuilderImpl
StopListeners()frc::SendableBuilderImpl
StopLiveWindowMode()frc::SendableBuilderImpl
Update() overridefrc::SendableBuilderImplvirtual
~SendableBuilder()=defaultwpi::SendableBuildervirtual
~SendableBuilderImpl() override=defaultfrc::SendableBuilderImpl