Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ functions
Functions
12,467 in github.com/SoarGroup/Soar
⨍
Functions
12,467
◇
Types & classes
3,364
↓ 3 callers
Function
unserialize
Core/SVS/src/mat.cpp:408
↓ 3 callers
Function
update_max_rhs_unbound_variables
Core/SoarKernel/src/rete.cpp:4178
↓ 3 callers
Function
var_list_to_varnames
Core/SoarKernel/src/rete.cpp:2978
↓ 3 callers
Function
variablize_test
Core/SoarKernel/src/chunk.cpp:255
↓ 3 callers
Method
wait
(self)
scons/scons-local-2.3.0/SCons/Action.py:681
↓ 3 callers
Method
will_not_build
Perform clean-up about nodes that will never be built. Invokes a user defined function on all of these nodes (including all o
scons/scons-local-2.3.0/SCons/Taskmaster.py:949
↓ 3 callers
Function
wma_activate_wmes_in_pref
Core/SoarKernel/src/wma.cpp:1071
↓ 3 callers
Function
wma_forgetting_estimate_cycle
Core/SoarKernel/src/wma.cpp:799
↓ 3 callers
Function
wma_forgetting_forget_wme
Core/SoarKernel/src/wma.cpp:899
↓ 3 callers
Function
wma_go
Core/SoarKernel/src/wma.cpp:1317
↓ 3 callers
Function
wme_filter_component_match
=========================== =========================== */
Core/SoarKernel/src/print.cpp:1463
↓ 3 callers
Function
wme_matches_alpha_mem
--- Returns true iff the given wme goes into the given alpha memory --- */ define wme_matches_alpha_mem(w,am) ( \ (((am)->id==NIL) || ((am)->id==(w)
Core/SoarKernel/src/rete.cpp:1476
↓ 3 callers
Function
xml_generate_error
Core/SoarKernel/src/xml.cpp:257
↓ 3 callers
Function
zoom_camera
Core/SVS/viewer/viewer.c:366
↓ 2 callers
Method
AddConnection
* @brief Add a new connection to the list of connections * we're aware of to this soar kernel. ******************************************
Core/KernelSML/src/sml_KernelSML.cpp:324
↓ 2 callers
Method
AddErrorToSMLResponse
* @brief Adds an <error> tag and an error message to a response message. * * @param pResponse The response message we are adding an error to. * @para
Core/ConnectionSML/src/sml_Connection.cpp:1014
↓ 2 callers
Function
AddOption
(*args, **kw)
scons/scons-local-2.3.0/SCons/Script/Main.py:463
↓ 2 callers
Method
AddRhsListener
Start listening for a specific RHS user function. When it fires we'll call to the client (over the connection) to implement it.
Core/KernelSML/src/sml_RhsListener.cpp:27
↓ 2 callers
Method
AddTests
Adds all the tests given in the tests dictionary to this SConf instance
scons/scons-local-2.3.0/SCons/SConf.py:651
↓ 2 callers
Method
AddToIncomingMessageQueue
Commands are added to this queue that this connection will process in the future. E.g. A client would use this call to add a command to the queue tha
IDE Projects/include/sml_EmbeddedConnectionAsynch.h:61
↓ 2 callers
Method
AddVariables
Add a list of options. Each list element is a tuple/list of arguments to be passed on to the underlying method for adding op
scons/scons-local-2.3.0/SCons/Variables/__init__.py:132
↓ 2 callers
Function
AddXMLString
* @brief Adds pAdd to pDest (just like strcat). * BUT returns a pointer to the end of the combined string * unlike strcat. * * Al
Core/ElementXML/src/ElementXMLImpl.cpp:352
↓ 2 callers
Method
AnAgentHaltedDuringRun
* @brief Checks to see if any-agents on the runlist were halted. * Returns true if any agent has runstate == halted. * Does not
Core/KernelSML/src/sml_RunScheduler.cpp:638
↓ 2 callers
Method
AppendArgTagFast
Core/CLI/src/cli_CommandLineInterface.cpp:386
↓ 2 callers
Function
BPP2RGB
Core/SVS/glfw/lib/x11/x11_fullscreen.c:44
↓ 2 callers
Function
BinaryToHexChars
* @brief Converts the binary data into a null-terminated string of hex characters. *************************************************************/
Core/ElementXML/src/ElementXMLImpl.cpp:259
↓ 2 callers
Method
BuildNodes
Tries to build the given nodes immediately. Returns 1 on success, 0 on error.
scons/scons-local-2.3.0/SCons/SConf.py:463
↓ 2 callers
Method
CacheDir
(self, path)
scons/scons-local-2.3.0/SCons/Environment.py:1920
↓ 2 callers
Function
CheckHeader
A test for a C or C++ header file.
scons/scons-local-2.3.0/SCons/SConf.py:930
↓ 2 callers
Function
Clear
IDE Projects/include/sml_OutputDeltaList.h:75
↓ 2 callers
Method
ClearAllInterrupts
Core/KernelSML/src/sml_KernelSML.cpp:565
↓ 2 callers
Method
ClearConnectionHandle
IDE Projects/include/sml_EmbeddedConnection.h:56
↓ 2 callers
Method
Clone
Return a copy of a construction Environment. The copy is like a Python "deep copy"--that is, independent copies are made recursively
scons/scons-local-2.3.0/SCons/Environment.py:1372
↓ 2 callers
Method
ConnectToServer
//////////////////////////////////////////////////////////////// Function name : ClientSocket::ConnectToServer Return type : bool Argument
Core/ConnectionSML/src/sock_ClientSocket.cpp:90
↓ 2 callers
Method
ConvertCharacterDataToBinary
* @brief Converts a character data buffer into binary data. * * If binary data is stored in an XML file it will encoded in * some manner (e.g. as a st
Core/ElementXML/src/ElementXMLImpl.cpp:1021
↓ 2 callers
Method
ConvertIdentifier
Core/ClientSML/src/sml_ClientAgent.cpp:1789
↓ 2 callers
Method
ConvertToXML
Converts this object into an XML representation.
Java/Debugger/src/edu/umich/soar/debugger/helpers/CommandHistory.java:131
↓ 2 callers
Function
CountXMLLength
* @brief Counts how long a string will be when expanded as * XML output. That is allowing for replacing * "<" with < etc. **********
Core/ElementXML/src/ElementXMLImpl.cpp:312
↓ 2 callers
Method
CreateKernelInCurrentThread
Core/ClientSML/src/sml_ClientKernel.cpp:707
↓ 2 callers
Method
CreateRemoteConnection
Core/ClientSML/src/sml_ClientKernel.cpp:792
↓ 2 callers
Method
CreateStringWME
Core/ClientSML/src/sml_ClientIdentifier.cpp:446
↓ 2 callers
Method
DetatchObject
* @brief Releases ownership of the underlying XML object. * * As for Detach() but returns an object rather than a handle.
Core/ElementXML/src/XMLTrace.h:213
↓ 2 callers
Method
Dir
scons/scons-local-2.3.0/SCons/Environment.py:1972
↓ 2 callers
Method
DirectGetAgentSMLHandle
Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:265
↓ 2 callers
Method
DoAlias
Core/CLI/src/cli_alias.cpp:11
↓ 2 callers
Method
DoAllocate
Core/CLI/src/cli_allocate.cpp:12
↓ 2 callers
Method
DoCD
Core/CLI/src/cli_cd.cpp:19
↓ 2 callers
Method
DoCommand
Core/CLI/src/cli_CommandLineInterface.cpp:143
↓ 2 callers
Method
DoDebug
Core/CLI/src/cli_debug.cpp:27
↓ 2 callers
Method
DoExcise
Core/CLI/src/cli_excise.cpp:27
↓ 2 callers
Method
DoExplainBacktraces
Core/CLI/src/cli_explainbacktraces.cpp:132
↓ 2 callers
Method
DoMatches
Core/CLI/src/cli_matches.cpp:30
↓ 2 callers
Method
DoMemories
Core/CLI/src/cli_memories.cpp:35
↓ 2 callers
Method
DoMultiAttributes
Core/CLI/src/cli_multiattributes.cpp:26
↓ 2 callers
Method
DoPWatch
Core/CLI/src/cli_pwatch.cpp:28
↓ 2 callers
Method
DoPrint
Core/CLI/src/cli_print.cpp:713
↓ 2 callers
Method
DoRand
Core/CLI/src/cli_rand.cpp:23
↓ 2 callers
Method
DoSRand
Core/CLI/src/cli_srand.cpp:22
↓ 2 callers
Method
DoSelect
Core/CLI/src/cli_select.cpp:24
↓ 2 callers
Method
DoStopSoar
Core/CLI/src/cli_stopsoar.cpp:22
↓ 2 callers
Method
DoWatchWMEs
Core/CLI/src/cli_watchwmes.cpp:325
↓ 2 callers
Method
End
Core/CLI/src/cli_Aliases.h:120
↓ 2 callers
Method
EndDialog
Close the dialog window.
Java/Debugger/src/edu/umich/soar/debugger/general/ChooseFontDialog.java:511
↓ 2 callers
Method
Entry
(self, name)
scons/scons-local-2.3.0/SCons/Tool/install.py:296
↓ 2 callers
Method
FindIdentifierSymbol
Searches for an identifier object that matches this id.
Core/ClientSML/src/sml_ClientWorkingMemory.cpp:81
↓ 2 callers
Method
FireInputReceivedEvent
Echo the list of wmes received back to any listeners
Core/KernelSML/src/sml_XMLListener.cpp:118
↓ 2 callers
Method
FormatVariableHelpText
(self, env, key, help, default, actual, aliases=[])
scons/scons-local-2.3.0/SCons/Variables/__init__.py:300
↓ 2 callers
Function
FortranScan
Return a prototype Scanner instance for scanning source files for Fortran USE & INCLUDE statements
scons/scons-local-2.3.0/SCons/Scanner/Fortran.py:126
↓ 2 callers
Function
GenerateDSW
Generates a Solution/Workspace file based on the version of MSVS that is being used
scons/scons-local-2.3.0/SCons/Tool/msvs.py:1503
↓ 2 callers
Method
GetAgentStatus
Core/ClientSML/src/sml_ClientKernel.cpp:1046
↓ 2 callers
Method
GetChild
* @brief Returns the n-th child of this element. * * Children are guaranteed to be returned in the order they were added. * If index is out of range r
Core/ElementXML/src/ElementXMLImpl.cpp:695
↓ 2 callers
Method
GetClientTimetag
Core/KernelSML/src/sml_AgentSML.cpp:811
↓ 2 callers
Function
GetCurrentMethodName
Get the current method
Core/ConnectionSML/src/sml_Utils.h:130
↓ 2 callers
Function
GetDefaultPort
* @brief Returns the default port we use for remote connections. *************************************************************/
Core/ClientSML/src/sml_ClientKernel.h:368
↓ 2 callers
Method
GetEmbeddedConnection
* @brief There should always be exactly one local connection * to us (the process that loaded us). **************************************
Core/KernelSML/src/sml_KernelSML.cpp:347
↓ 2 callers
Method
GetFilePath
()
Java/Debugger/src/edu/umich/soar/debugger/general/AppProperties.java:108
↓ 2 callers
Method
GetFiringType
Core/ClientSML/src/sml_ClientTraceXML.cpp:92
↓ 2 callers
Method
GetListenerPort
Core/KernelSML/src/sml_KernelSML.cpp:92
↓ 2 callers
Method
GetListenerPort
Core/ClientSML/src/sml_ClientKernel.cpp:779
↓ 2 callers
Method
GetLowerFileExtension
(String filePath)
Java/Debugger/src/edu/umich/soar/debugger/general/FileExt.java:27
↓ 2 callers
Function
GetName
Core/ConnectionSML/src/sml_Connection.h:456
↓ 2 callers
Method
GetOperatorName
Core/ClientSML/src/sml_ClientTraceXML.cpp:74
↓ 2 callers
Method
GetPort
Core/KernelSML/src/sml_ListenerThread.h:60
↓ 2 callers
Method
GetPreferenceOSupported
Core/ClientSML/src/sml_ClientTraceXML.cpp:281
↓ 2 callers
Method
GetStackLevel
Core/ClientSML/src/sml_ClientTraceXML.cpp:60
↓ 2 callers
Method
GetStopBefore
Core/KernelSML/src/sml_KernelSML.cpp:537
↓ 2 callers
Method
GetString
Core/ClientSML/src/sml_ClientTraceXML.cpp:34
↓ 2 callers
Function
GetTimeTag
Core/ClientSML/src/sml_ClientWMElement.h:102
↓ 2 callers
Function
GetValueAsString
Returns a string form of the value stored here.
Core/ClientSML/src/sml_ClientIdentifier.h:173
↓ 2 callers
Method
GetWmeAttribute
Core/ClientSML/src/sml_ClientTraceXML.cpp:239
↓ 2 callers
Method
GetWmeID
Core/ClientSML/src/sml_ClientTraceXML.cpp:235
↓ 2 callers
Method
GetWmePreference
Core/ClientSML/src/sml_ClientTraceXML.cpp:251
↓ 2 callers
Method
GetWmeValue
Core/ClientSML/src/sml_ClientTraceXML.cpp:243
↓ 2 callers
Function
Get_DataBase
(dir)
scons/scons-local-2.3.0/SCons/SConsign.py:62
↓ 2 callers
Function
HadError
Core/ConnectionSML/src/sml_Connection.h:571
↓ 2 callers
Method
Ignore
Ignore a dependency.
scons/scons-local-2.3.0/SCons/Environment.py:2058
↓ 2 callers
Method
InitEvents
Core/ClientSML/src/sml_ClientKernel.cpp:130
↓ 2 callers
Method
InitializeTimeTagCounter
* @brief A client uses its own set of time tag values when it's * talking to the kernel. This is more efficient than using the * kernel
Core/ClientSML/src/sml_ClientKernel.cpp:860
↓ 2 callers
Function
InternalConvertToEvent
* @brief Convert from a string version of an event to the int (enum) version. * Returns smlEVENT_INVALID_EVENT (== 0) if the string
Core/ConnectionSML/src/sml_Events.h:336
↓ 2 callers
Function
InternalConvertToString
* @brief Convert from int version of an event to the string form. * Returns NULL if the id is not recognized. *********
Core/ConnectionSML/src/sml_Events.h:352
← previous
next →
2,001–2,100 of 12,467, ranked by callers