69 c->
i = 51.6407 * (M_PI/180.0);
70 c->
O = 126.7653 * (M_PI/180.0);
71 c->
w = 163.1572 * (M_PI/180.0);
75 c->
n = pow( (c->
mu / pow(c->
a,3.0) ), (0.5) );
77 c->
T = ( 2.0 * M_PI ) / c->
n;
int32_t are_you_out_there(string &request, string &response, Agent *cdata)
Definition: daughter_02.cpp:94
string node_agent_name
Definition: daughter_02.cpp:45
double O
Definition: jsondef.h:4336
static Agent * agent
ensure the Agent constructor creates only one instance per process
Definition: daughter_02.cpp:42
string cosmos_error_string(int32_t cosmos_errno)
Definition: cosmos-errno.cpp:45
uint16_t running()
Check if we're supposed to be running.
Definition: agentclass.cpp:391
int32_t add_request(string token, external_request_function function, string synopsis="", string description="")
Add internal request to Agent request list with description and synopsis.
Definition: agentclass.cpp:312
Definition: agentclass.h:139
string node_name
Definition: daughter_02.cpp:43
double mu
Definition: jsondef.h:4350
int32_t last_error()
Definition: agentclass.cpp:414
double T
Definition: jsondef.h:4356
double w
Definition: jsondef.h:4338
cosmosstruc * cinfo
Definition: agentclass.h:346
double n
Definition: jsondef.h:4353
string agent_name
Definition: daughter_02.cpp:44
Definition: jsondef.h:4199
double a
Definition: jsondef.h:4320
double tau
Definition: jsondef.h:4340
double i
Definition: jsondef.h:4334
double e
Definition: jsondef.h:4322