Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ functions
Functions
3,562 in github.com/OpenZWave/open-zwave
⨍
Functions
3,562
◇
Types & classes
1,112
Method
FolderCreate
cpp/src/platform/unix/FileOpsImpl.cpp:173
Method
FolderCreate
cpp/src/platform/winRT/FileOpsImpl.cpp:174
Method
FolderCreate
cpp/src/platform/windows/FileOpsImpl.cpp:159
Method
FolderExists
----------------------------------------------------------------------------- <FileOpsImpl::FolderExists> Determine if a folder exists ---------------
cpp/src/platform/unix/FileOpsImpl.cpp:69
Method
FolderExists
----------------------------------------------------------------------------- <FileOpsImpl::FolderExists> Determine if a folder exists and is accessib
cpp/src/platform/winRT/FileOpsImpl.cpp:59
Method
FolderExists
----------------------------------------------------------------------------- <FileOpsImpl::FolderExists> Determine if a folder exists ---------------
cpp/src/platform/windows/FileOpsImpl.cpp:59
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
cpp/test/src/gtest-death-test.cc:803
Method
Format
cpp/test/include/gtest/gtest-printers.h:275
Method
Format
cpp/test/include/gtest/gtest-printers.h:284
Method
FormatByte
Formats a byte as "%02X".
cpp/test/src/gtest.cc:1970
Method
FormatHexInt
Formats an int value as "%X".
cpp/test/src/gtest.cc:1963
Method
FormatIntWidth2
Formats an int value as "%02d".
cpp/test/src/gtest.cc:1956
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
cpp/test/include/gtest/internal/gtest-port.h:1218
Method
FullMatch
Returns true iff regular expression re matches the entire str.
cpp/test/src/gtest-port.cc:577
Method
GTEST_LOCK_EXCLUDED_
cpp/test/include/gtest/internal/gtest-linked_ptr.h:109
Method
GTestFlagSaver
The c'tor.
cpp/test/src/gtest-internal-inl.h:165
Method
GTestLog
cpp/test/src/gtest-port.cc:908
Method
GTestMutexLock
cpp/test/include/gtest/internal/gtest-port.h:1745
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
cpp/test/src/gtest.cc:534
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
cpp/test/src/gtest-filepath.cc:286
Method
GenericDeviceClass
----------------------------------------------------------------------------- <Node::GenericDeviceClass::GenericDeviceClass> Constructor -------------
cpp/src/Node.cpp:3701
Function
Get
cpp/src/ManufacturerSpecificDB.h:109
Function
Get
* \brief Gets a pointer to the Manager object. * \return pointer to the Manager object, or NULL if Create has not yet been called. * \see Create
cpp/src/Manager.h:151
Method
Get
cpp/src/Localization.cpp:806
Method
Get
cpp/src/NotificationCCTypes.cpp:373
Method
Get
----------------------------------------------------------------------------- <Scene::Get> Return the Scene object given the Scene Id ----------------
cpp/src/Scene.cpp:271
Method
Get
----------------------------------------------------------------------------- <Stream::Get> Remove data from the buffer ------------------------------
cpp/src/platform/Stream.cpp:90
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
cpp/test/src/gtest.cc:426
Method
GetAdvertisedCommandClasses
----------------------------------------------------------------------------- <CommandClasses::GetAdvertisedCommandClasses> return a list of Advertise
cpp/src/command_classes/CommandClasses.cpp:349
Method
GetAllScenes
----------------------------------------------------------------------------- <Manager::GetAllScenes> Return an array of all Scene Ids ---------------
cpp/src/Manager.cpp:4534
Method
GetAllScenes
----------------------------------------------------------------------------- <Scene::GetAllScenes> Return an array of uint8 of used Scene IDs and the
cpp/src/Scene.cpp:287
Method
GetAppendValueSize
----------------------------------------------------------------------------- <CommandClass::GetAppendValueSize> Get the number of bytes that would be
cpp/src/command_classes/CommandClass.cpp:642
Method
GetArgvsForDeathTestChildProcess
cpp/test/src/gtest-death-test.cc:886
Method
GetAsBinaryString
cpp/src/value_classes/ValueBitSet.cpp:86
Method
GetAsString
----------------------------------------------------------------------------- <TimeStamp::GetAsString> Return object as a string ---------------------
cpp/src/platform/TimeStamp.cpp:91
Method
GetAsString
----------------------------------------------------------------------------- <TimeStampImpl::GetAsString> Return a string representation ------------
cpp/src/platform/unix/TimeStampImpl.cpp:110
Method
GetAsString
----------------------------------------------------------------------------- <TimeStampImpl::GetAsString> Return a string representation ------------
cpp/src/platform/winRT/TimeStampImpl.cpp:89
Method
GetAsString
----------------------------------------------------------------------------- <TimeStampImpl::GetAsString> Return a string representation ------------
cpp/src/platform/windows/TimeStampImpl.cpp:89
Method
GetAsString
cpp/src/value_classes/ValueShort.cpp:82
Method
GetAsString
cpp/src/value_classes/ValueBitSet.cpp:77
Method
GetAsString
From Value
cpp/src/value_classes/ValueDecimal.h:61
Method
GetAsString
From Value
cpp/src/value_classes/ValueString.h:56
Method
GetAsString
cpp/src/value_classes/ValueButton.h:56
Method
GetAsString
cpp/src/value_classes/ValueInt.cpp:83
Method
GetAsString
cpp/src/value_classes/ValueByte.cpp:78
Method
GetAsString
cpp/src/value_classes/ValueRaw.cpp:98
Method
GetAsString
From Value
cpp/src/value_classes/ValueBool.h:57
Method
GetAsString
cpp/src/value_classes/ValueSchedule.cpp:362
Method
GetAsString
From Value
cpp/src/value_classes/ValueList.h:67
Method
GetAssociations
----------------------------------------------------------------------------- <Group::GetAssociations> Get a list of associations for this group -----
cpp/src/Group.cpp:428
Method
GetAssociations
----------------------------------------------------------------------------- <Manager::GetAssociations> Gets the associations for a group -----------
cpp/src/Manager.cpp:3792
Method
GetAssociations
----------------------------------------------------------------------------- <Driver::GetAssociations> Gets the associations for a group ------------
cpp/src/Driver.cpp:6071
Method
GetAssociations
----------------------------------------------------------------------------- <Node::GetAssociations> Gets the associations for a group --------------
cpp/src/Node.cpp:2978
Method
GetBitMask
----------------------------------------------------------------------------- <Manager::GetBitMask> Gets a BitMask on a BitSet ValueID ---------------
cpp/src/Manager.cpp:3427
Method
GetBitMask
cpp/src/value_classes/ValueBitSet.cpp:319
Method
GetBitSetSize
----------------------------------------------------------------------------- <Manager::GetBitSetSize Gets the size of a BitMask (1, 2 or 4) ---------
cpp/src/Manager.cpp:3463
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
cpp/test/src/gtest.cc:1343
Method
GetBufSize
cpp/src/platform/HttpClient.h:154
Function
GetButtonId
* Get the button id of a notification. Only valid in Notification::Type_CreateButton, Notification::Type_DeleteButton, * Notification::Type_Button
cpp/src/Notification.h:185
Function
GetByte
* Helper function to simplify wrapping the notification class. Should not normally need to be called. * \return the internal byte value of the not
cpp/src/Notification.h:210
Function
GetCallbackId
* \brief Identifies the Callback ID (if any) for this message. Callback ID is a value (OpenZWave uses sequential IDs) that * helps the application
cpp/src/Msg.h:74
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
cpp/test/src/gtest-port.cc:1047
Method
GetChangeLog
----------------------------------------------------------------------------- <Manager::GetChangeLog> Retrieve ChangeLog of a Configuration File about
cpp/src/Manager.cpp:5331
Method
GetChangeLog
----------------------------------------------------------------------------- <Manager::GetMetaData> Retrieve MetaData about a Node. -----------------
cpp/src/Driver.cpp:7605
Method
GetChangeLog
----------------------------------------------------------------------------- <Node::GetChangeLog> Get MetaData about a node -------------------------
cpp/src/Node.cpp:4012
Method
GetChangeVerified
----------------------------------------------------------------------------- <Manager::GetChangeVerified> Get the verify changes flag for the specifi
cpp/src/Manager.cpp:3307
Method
GetChangeVerified
cpp/src/value_classes/Value.h:82
Method
GetChar
Get a character, while interpreting entities. The length can be from 0 to 4 bytes.
cpp/tinyxml/tinyxml.h:328
Function
GetComPort
* Return the Comport associated with the DriverFailed Message * \return a string representing the Comport */
cpp/src/Notification.h:234
Function
GetCommand
* Get the (controller) command from a notification. Only valid for Notification::Type_ControllerCommand notifications. * \return the (control
cpp/src/Notification.h:204
Method
GetCommandClassId
cpp/src/command_classes/SwitchAll.h:55
Method
GetCommandClassId
cpp/src/command_classes/ThermostatSetpoint.h:54
Method
GetCommandClassId
cpp/src/command_classes/Clock.h:53
Method
GetCommandClassId
cpp/src/command_classes/UserCode.h:63
Method
GetCommandClassId
cpp/src/command_classes/Basic.h:55
Method
GetCommandClassId
From CommandClass \brief Get command class ID (1 byte) identifying this command class. (Inherited from CommandClass) */
cpp/src/command_classes/SceneActivation.h:54
Method
GetCommandClassId
From CommandClass
cpp/src/command_classes/CRC16Encap.h:48
Method
GetCommandClassId
From CommandClass
cpp/src/command_classes/BasicWindowCovering.h:50
Method
GetCommandClassId
cpp/src/command_classes/Meter.h:52
Method
GetCommandClassId
From CommandClass
cpp/src/command_classes/MultiInstance.h:67
Method
GetCommandClassId
cpp/src/command_classes/Association.h:55
Method
GetCommandClassId
cpp/src/command_classes/Battery.h:52
Method
GetCommandClassId
\brief Get command class ID (1 byte) identifying this command class. (Inherited from CommandClass) */
cpp/src/command_classes/Alarm.h:56
Method
GetCommandClassId
From CommandClass \brief Get command class ID (1 byte) identifying this command class. (Inherited from CommandClass) */
cpp/src/command_classes/CentralScene.h:54
Method
GetCommandClassId
cpp/src/command_classes/SensorBinary.h:54
Method
GetCommandClassId
From CommandClass
cpp/src/command_classes/DeviceResetLocally.h:48
Method
GetCommandClassId
cpp/src/command_classes/ThermostatOperatingState.h:55
Method
GetCommandClassId
cpp/src/command_classes/NodeNaming.h:66
Method
GetCommandClassId
cpp/src/command_classes/Protection.h:59
Method
GetCommandClassId
From CommandClass
cpp/src/command_classes/Security.h:75
Method
GetCommandClassId
cpp/src/command_classes/WakeUp.h:70
Method
GetCommandClassId
From CommandClass
cpp/src/command_classes/MultiCmd.h:53
Method
GetCommandClassId
cpp/src/command_classes/SwitchBinary.h:52
Method
GetCommandClassId
cpp/src/command_classes/Powerlevel.h:73
Method
GetCommandClassId
cpp/src/command_classes/MultiChannelAssociation.h:56
Method
GetCommandClassId
cpp/src/command_classes/ManufacturerSpecific.h:51
Method
GetCommandClassId
cpp/src/command_classes/BarrierOperator.h:54
Method
GetCommandClassId
cpp/src/command_classes/SwitchToggleMultilevel.h:61
Method
GetCommandClassId
cpp/src/command_classes/Color.h:53
Method
GetCommandClassId
cpp/src/command_classes/Language.h:52
← previous
next →
1,401–1,500 of 3,562, ranked by callers