mirror of
https://github.com/nasa/trick.git
synced 2024-12-22 06:27:49 +00:00
Removed CivetInclude header file
This commit is contained in:
parent
e1468ff7cd
commit
d405cf7df4
@ -4,14 +4,16 @@ exec(open("Modified_data/realtime.py").read())
|
||||
# Start the Cannonball Graphics Client
|
||||
#==========================================
|
||||
web.server.enable = True
|
||||
web.server.debug = True
|
||||
web.server.port = 8888
|
||||
web.server.document_root = "www"
|
||||
# web.server.debug = True
|
||||
# web.server.port = 8888
|
||||
# web.server.document_root = "www"
|
||||
|
||||
# trick.var_server_set_port(5001);
|
||||
trick.var_server_set_port(5001);
|
||||
varServerPort = trick.var_server_get_port();
|
||||
CannonDisplay_path = "../models/graphics/dist/CannonDisplay.jar"
|
||||
|
||||
print("pos: ", dyn.cannon.pos[0])
|
||||
|
||||
if (os.path.isfile(CannonDisplay_path)) :
|
||||
CannonDisplay_cmd = "java -jar " \
|
||||
+ CannonDisplay_path \
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include "civet/CivetInclude.h"
|
||||
#include "civet/CivetServer.h"
|
||||
#include "civet/civetweb.h"
|
||||
#include <string.h>
|
||||
|
||||
void handle_HTTP_GET_hello(struct mg_connection *nc, void *hm) {
|
||||
|
Loading…
Reference in New Issue
Block a user